VIEW PRODUCT CATEGORIES

Louis Icart – Basket of Apples

SKU: 112122 Categories: ,

$1,350.00

1 in stock

Basket of Apples by Louis Icart (French 1888-1959) Etching and Aquatint with Touches of Hand Coloring on Wove paper. Circa 1924. Signed in pencil lower left. Copyright 1924 by Les Graveurs Modernes 194 Rue de Rivoli Paris written in top left margin. No visible blindstamp as the stamp was created in mid-1926 and this etching was done before the blindstamp came into being. No frame. Etching measures 21.25 inches by 16.25 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 were considered phenomenal by 1925. Icart died in 1950 at his home in Montmartre, France.

Additional information

Artist

Louis Icart

Features

Signed

Item Height

21.25

Main Color

White

Print Surface

Paper

Style

Art Deco

Subject

Figures &amp, Portraits

Type

Item Width

16.25

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