VIEW PRODUCT CATEGORIES

Louis Icart-Wistfullness

SKU: 106685 Categories: ,

$2,250.00

1 in stock

Wistfulness by Louis Icart (French 1888-1959) Etching and Aquatint with Touches of Hand Coloring on Wove paper. Circa 1924. Signed in pencil lower right. Copyright 1924 by Les Graveurs Modernes 194 Rue de Rivoli Paris penciled in upper left margin. Artist's windmill stamp is in lower left corner. Unframed. Measures 21 inches wide by 16 inches high. Condition very good to excellent. 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 were considered phenomenal by 1925. Icart died in 1950 at his home in Montmartre, France.

Additional information

Artist

Louis Icart

Features

Framed

Item Height

16

Main Color

Green

Size

Medium (up to 36in.)

Style

Art Deco

Subject

Figures &amp, Portraits

Type

Item Width

21

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); }); });