Aakash Tutor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aakash Tutor 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/321277.svg" alt="Aakash Tutor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321277.svg" alt="Aakash Tutor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321277.svg" alt="Aakash Tutor icon" :width="24" :height="24" />
CSS background
.icon-aakash-tutor {
background-image: url('https://proicons.com/icon/321277.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="b" 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><circle class="c" cx="23.9944" cy="8.6955" r="3.1955"/><path class="c" d="m38.9626,42.5c1.2614,0,2.4386-.7568,2.9432-2.0182.6727-1.5977-.0841-3.4477-1.7659-4.1205-7.1477-2.8591-11.3523-8.6614-13.1182-17.575-.3364-1.6818-2.0182-2.8591-3.7-2.5227s-2.8591,2.0182-2.5227,3.7c2.1023,11.0159,7.8205,18.5,16.9023,22.2841.4205.1682.8409.2523,1.2614.2523Z"/><path class="c" d="m20.7553,19.6683c-1.791,8.4584-5.9837,13.9407-12.9063,16.6931-1.5977.6727-2.4386,2.5227-1.7659,4.1205.5045,1.2614,1.6818,2.0182,2.9432,2.0182.4205,0,.8409-.0841,1.1773-.2523,6.2227-2.5227,10.7636-6.7273,13.7909-12.6977"/></svg>
Copied!