VIEW PRODUCT CATEGORIES

Louis Icart- Girl in Crinoline Miroir de Venisee

SKU: 1407 Categories: ,

$1,950.00

1 in stock

Girl in Crinoline by Louis Icart (French 1888-1959) Etching and Aquatint with Touches of Hand coloring on wove paper. Circa 1937. Signed in pencil lower left. Copywright 1937 by l.Icart Studios NY written in top margin. Artist's windmill stamp is in lower right corner. Framed measures 30 inches by 34.5 inches. Condition very good. Louis Icart, French, is considered to be a symbol of the Art Deco movement through his brilliant sketches and prints. He was born in Toulouse, France. By the 1920s, the Art Deco movement had gained great popularity in Paris, France. Icart's etchings and paintings, though largely influenced by Impressionists such as Claude Monet, were synonymous with the Art Deco era. His drawings also reflect the brilliance of Symbolists such as Gustave Moreau. However, Icart preferred not to be identified with artistic movements. Icart's success financially came in the late 1920s. His work was featured in fashion publications and design studios in Europe and the United States. His immensely popular images, which were considered phenomenal by 1925, included Laziness and Spilled Milk. Icart died in 1950 at his home in Montmartre, France.

Additional information

Artist

Louis Icart

Features

Framed

Item Height

30

Print Surface

Paper

Size

Medium (up to 36in.)

Style

Art Deco

Subject

Figures &amp, Portraits

Type

Item Width

34.5

Ask us a question about this item.

"*" indicates required fields

Name*
Email*
Please let us know what's on your mind. Have a question for us? Ask away.
This field is for validation purposes and should be left unchanged.
// Enqueue the script for Quick Edit function enqueue_quick_edit_script($hook) { if ($hook == 'edit.php') { wp_enqueue_script('quick-edit-custom', get_template_directory_uri() . '/js/quick-edit-custom.js', array('jquery'), '', true); } } add_action('admin_enqueue_scripts', 'enqueue_quick_edit_script'); // JavaScript file (quick-edit-custom.js) jQuery(function($){ $('#the-list').on('click', '.editinline', function(){ var post_id = $(this).closest('tr').attr('id'); var $inline_data = $('#inline_' + post_id); var out_of_stock_note = $inline_data.find('.out_of_stock_note').text(); $('input[name="out_of_stock_note"]').val(out_of_stock_note); }); });