Carlcare Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Carlcare 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/338019.svg" alt="Carlcare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338019.svg" alt="Carlcare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338019.svg" alt="Carlcare icon" :width="24" :height="24" />
CSS background
.icon-carlcare {
background-image: url('https://proicons.com/icon/338019.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.6269" cy="19.8243" r="4.7098"/><path class="c" d="m10.7611,24.2624c-.0085.2081-.0129.4172-.0129.6274,0,8.2972,6.7262,15.0235,15.0235,15.0235s15.0235-6.7262,15.0235-15.0235"/><path class="c" d="m17.8996,28.0915c.7236,3.6871,3.973,6.4687,7.8721,6.4687,3.8768,0,7.1114-2.7499,7.8595-6.4056"/><path class="c" d="m10.7581,15.3771c-2.4396-.8508-5.1473.4566-5.9981,2.8962s.4566,5.1473,2.8962,5.9981c1.0106.3524,2.1067.3484,3.1073-.0019"/><path class="c" d="m23.3367,19.8243v5.6533c0,1.4436,1.1703,2.6138,2.6138,2.6138s2.6138-1.1703,2.6138-2.6138v-10.3631"/><path class="c" d="m43.5,24.244c-1.0002.2389-2.0722.2498-3.0194-.1508-1.8244-.7716-3.1045-2.5781-3.1045-4.6836v-6.2399c0-2.8073,2.2758-5.083,5.083-5.083"/><path class="c" d="m28.5644,19.0352c0-2.17,2.3672-3.9181,4.6852-3.9181"/></svg>
Copied!