Cmrl Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cmrl 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/338407.svg" alt="Cmrl icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338407.svg" alt="Cmrl icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338407.svg" alt="Cmrl icon" :width="24" :height="24" />
CSS background
.icon-cmrl {
background-image: url('https://proicons.com/icon/338407.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m39.4168,31.4195c-4.6863,7.6011-14.867,10.0948-22.7392,5.57-7.8722-4.5249-10.4549-14.3549-5.7687-21.956,4.6863-7.6011,14.867-10.0948,22.7392-5.57,2.0527,1.1799,3.8172,2.7739,5.1729,4.673"/><path class="b" d="m45.4084,30.8361c-12.5902-2.3007-17.3788-7.4856-18.5817-15.5437l-5.3958,8.058-5.3843-8.058v15.5437l29.4535.1321c-3.8759,11.2298-16.3861,17.2135-27.9422,13.3651C6.0016,40.4848-.2244,28.2616,3.6516,17.0318,7.5275,5.802,20.0377-.1817,31.5938,3.6667c5.5308,1.8419,10.1022,5.7368,12.7148,10.8331"/></svg>
Copied!