Akakce Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Akakce 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/336093.svg" alt="Akakce icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336093.svg" alt="Akakce icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336093.svg" alt="Akakce icon" :width="24" :height="24" />
CSS background
.icon-akakce {
background-image: url('https://proicons.com/icon/336093.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><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m12.5004,23.6841c0-1.8214,1.4766-3.2979,3.2979-3.2979.8747,0,1.7135.3475,2.332.9659l3.2116,3.2116h0l8.5294-8.5294c.6184-.6178,1.4567-.9648,2.3309-.9648,1.8214,0,3.2979,1.4766,3.2979,3.2979h0c0,.8749-.3477,1.714-.9665,2.3325l-11.5508,11.5508c-.9064.9064-2.376.9064-3.2824,0l-6.2341-6.2341c-.6185-.6182-.9662-1.4573-.9662-2.3322l.0004-.0002Z"/></svg>
Copied!