Aski Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aski 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/322083.svg" alt="Aski icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322083.svg" alt="Aski icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322083.svg" alt="Aski icon" :width="24" :height="24" />
CSS background
.icon-aski {
background-image: url('https://proicons.com/icon/322083.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,.c{fill:none;stroke:#000;}.c{stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="b" d="m2.6113,21.816c28.792,4.9978,13.471,9.1238,39.557,13.68"/><path class="b" d="m3.3129,29.856c15.522.0318,9.1456,5.8752,36.422,8.7954"/><path class="b" d="m7.0058,37.17c16.994-.6184,5.4822,3.2022,26.653,6.0384"/><path class="b" d="m45.468,25.173c-18.481-.965-11.291,2.6197-23.292,2.7726"/><path class="c" d="m19.5102,19.412c.5.6,1.1.9,2,.9h1.2c1.1,0,2-.9,2-2h0c0-1.1-.9-2-2-2h-1.3c-1.1,0-2-.9-2-2h0c0-1.1.9-2,2-2h1.2c.9,0,1.5.2,2,.9"/><line class="c" x1="16.3382" y1="17.612" x2="12.7382" y2="17.612"/><polyline class="c" points="11.8382 20.312 14.5382 12.312 17.2382 20.312"/><line class="c" x1="27.6902" y1="12.312" x2="27.6902" y2="20.312"/><line class="c" x1="27.6902" y1="17.512" x2="31.8902" y2="12.312"/><line class="c" x1="31.8902" y1="20.312" x2="28.6902" y2="16.312"/><line class="c" x1="35.3618" y1="12.312" x2="35.3618" y2="20.312"/><circle class="d" cx="35.3618" cy="9.8576" r=".75"/></svg>
Copied!