Leclercdrive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Leclercdrive 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/342797.svg" alt="Leclercdrive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342797.svg" alt="Leclercdrive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342797.svg" alt="Leclercdrive icon" :width="24" :height="24" />
CSS background
.icon-leclercdrive {
background-image: url('https://proicons.com/icon/342797.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="18.0907" cy="37.805" r="3.9572"/><path class="c" d="M23.0103,34.2345c-1.1049-1.5198-2.8969-2.5079-4.9197-2.5079-3.357,0-6.0784,2.7214-6.0784,6.0784,0,.2934.0208.5819.061.8642v-.0002c-2.1968.0095-3.6548-.3497-4.4969-.6564-.5904-.2151-1.0731-.6469-1.3523-1.2098-2.2074-4.449.8039-8.919,7.018-10.6135,2.7672-4.3524,14.7953-10.7103,24.5775-1.4943"/><path class="c" d="M25.96,19.9712c.5046-1.2357.7827-2.5879.7827-4.0051,0-5.8545-4.746-10.6005-10.6005-10.6005S5.5418,10.1115,5.5418,15.966c0,4.8512,3.2588,8.9413,7.7067,10.2007"/><path class="c" d="M23.0315,16.8973c.2302-.6436.3555-1.3371.3555-2.0598,0-3.3779-2.7383-6.1162-6.1162-6.1162-.8365,0-1.6338.1679-2.36.4719"/><path class="c" d="M38.8043,34.2143h-12.4055c-.7323,0-1.3259-.5936-1.3259-1.3259v-4.551c0-.7323.5936-1.3259,1.3259-1.3259h13.6846"/><polyline class="c" points="25.7203 36.5613 38.4139 36.5613 40.3485 25.4947 42.3956 25.4947"/><circle class="c" cx="28.8942" cy="41.0374" r="1.5988"/><circle class="c" cx="37.4317" cy="41.0374" r="1.5988"/><line class="c" x1="12.9245" y1="11.8895" x2="12.9245" y2="21.247"/><line class="c" x1="11.3264" y1="11.8895" x2="14.5226" y2="11.8895"/><path class="c" d="M11.3264,21.247h3.1963c1.4307,0,2.5929-.3398,3.2455-1.6045h1.0231"/></svg>
Copied!