Livres De Proches Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Livres De Proches icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/343168.svg" alt="Livres De Proches icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343168.svg" alt="Livres De Proches icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343168.svg" alt="Livres De Proches icon" :width="24" :height="24" />
CSS background
.icon-livres-de-proches {
background-image: url('https://proicons.com/icon/343168.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,41.6764C22.53,37.9181,15.5611,31.537,5.5,32.3591V6.3959C15.5611,5.5738,22.53,11.955,24,15.7132"/><path class="a" d="M24,41.6764c1.4705-3.7583,8.4389-10.1394,18.5-9.3173V6.3959C32.4389,5.5738,25.4705,11.955,24,15.7132"/><line class="a" x1="24" y1="15.7132" x2="24" y2="41.6764"/></svg>
Copied!