VIEW PRODUCT CATEGORIES

Louis Icart-Leaving Home

SKU: 106681 Categories: ,

$1,600.00

1 in stock

Leaving Home by Louis Icart (French 1888-1959) Etching and Aquatint with Touches of Hand Coloring on Wove paper. Circa 1929. Signed in pencil lower right. Copyright 1929 by L. Icart Paris in pencil upper right corner. Artist's windmill stamp in lower left corner. The number 12 in pencil to the left of the artist's stamp. No Frame. Oval shape, glued onto board. Measures 20.50 inches wide by 17 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

Signed

Item Height

17

Main Color

Black

Print Surface

Paper

Size

Medium (up to 36in.)

Style

Art Deco

Subject

Figures &amp, Portraits

Type

Item Width

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