Askus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Askus 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/336643.svg" alt="Askus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336643.svg" alt="Askus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336643.svg" alt="Askus icon" :width="24" :height="24" />
CSS background
.icon-askus {
background-image: url('https://proicons.com/icon/336643.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="M21.84000015,2.68860006c.27280807.87081361.41159248,1.77805328.41159058,2.69059992h0c0,4.97056293-4.02943802,9-9,9-2.52146626.00001717-4.92730427-1.05770397-6.63189983-2.91569996"/><path class="b" d="M4.46379995,15.21700001c4.11235285.91947079,7.03618288,4.5692091,7.03620005,8.78309917-.00002289,4.21442413-2.92458057,7.86446953-7.03760004,8.78340149"/><path class="b" d="M6.61740017,36.5320015c1.70451832-1.85718155,4.10978413-2.91438675,6.63059998-2.91440201,4.97056293,0,9.00000095,4.02943802,9.00000095,9h0c-.00000191.91746902-.14028931,1.82954025-.41600037,2.70460129"/><path class="b" d="M41.43000031,11.40799999c-1.70651627,1.89138985-4.13463974,2.97098446-6.68209839,2.97099972-4.97056198,0-9-4.02943707-9-9,.00000191-.94196892.14788246-1.87809849.43824005-2.77419996"/><path class="b" d="M43.5379982,32.78300095c-4.11301804-.91893005-7.03757858-4.56897736-7.03760147-8.78339958.00000763-4.24328423,2.96385193-7.91013145,7.1128006-8.79990005"/><path class="b" d="M26.16300011,45.32400131c-.27533913-.87451553-.41543579-1.78596497-.41543961-2.70280075,0-4.97056198,4.02943611-9,8.99999809-9,2.51824951.00002289,4.9213028,1.05509567,6.62559891,2.9090004"/></svg>
Copied!