Smart Tutor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smart 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/332929.svg" alt="Smart Tutor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332929.svg" alt="Smart Tutor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332929.svg" alt="Smart Tutor icon" :width="24" :height="24" />
CSS background
.icon-smart-tutor {
background-image: url('https://proicons.com/icon/332929.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M11.578,34.811c-.45,4.1361-2.0492,6.4981-3.5717,5.2768s-2.3929-5.5637-1.9444-9.7014S8.108,23.8811,9.6311,25.097s2.3955,5.5552,1.949,9.6945"/><path class="a" d="M41.211,35.258c-.37,3.3991-1.5159,5.6-2.7575,5.5986a1.3016,1.3016,0,0,1-.8142-.3218c-1.5225-1.2212-2.3929-5.5637-1.9444-9.7014s2.0461-6.5053,3.5692-5.2894,2.3955,5.5552,1.949,9.6945"/><path class="a" d="M5.9448,32.5938c.1836-6.4953.1135-16.1248,2.1268-19.7918,5.8454-10.649,25.404-10.123,30.525-.4734,2.1962,4.1385,2.8338,13.9378,2.7327,20.7122"/><path class="a" d="M25.08,38.4317l1.9105,2.5718,11.463-.1469"/></svg>
Copied!