Asken Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Asken 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/336641.svg" alt="Asken icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336641.svg" alt="Asken icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336641.svg" alt="Asken icon" :width="24" :height="24" />
CSS background
.icon-asken {
background-image: url('https://proicons.com/icon/336641.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:#fff;}.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M27.4074,26.358l-4.137-3.7515-5.4041,5.4046-8.5232-7.7271c1.5687-5.5842,6.1091-9.1798,14.647-5.924,24.013-9.1575,16.405,35.887,0,26.964-8.6632,4.7122-14.873-5.6259-15.269-15.084"/><circle class="b" cx="30.0994" cy="28.846" r=".75"/><circle class="b" cx="32.7924" cy="31.335" r=".75"/><path class="c" d="M23.9894,14.36V5.4992"/><path class="c" d="M26.2544,8.7578l4.3186-1.1572"/></svg>
Copied!