Acar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Acar 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/321307.svg" alt="Acar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321307.svg" alt="Acar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321307.svg" alt="Acar icon" :width="24" :height="24" />
CSS background
.icon-acar {
background-image: url('https://proicons.com/icon/321307.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m4.5,33.75c0-10.7696,8.7304-19.5,19.5-19.5s19.5,8.7304,19.5,19.5H4.5Z"/><path class="c" d="m33.9347,23.3195l-8.2682,2.2983c-.9065-.5602-2.0688-.6598-3.0909-.1465-1.5668.7867-2.1991,2.6946-1.4124,4.2614.7867,1.5667,2.6947,2.1991,4.2613,1.4123,1.0223-.5133,1.6366-1.5049,1.7287-2.5666l6.7815-5.2589Z"/></svg>
Copied!