Socratic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Socratic 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/333030.svg" alt="Socratic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333030.svg" alt="Socratic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333030.svg" alt="Socratic icon" :width="24" :height="24" />
CSS background
.icon-socratic {
background-image: url('https://proicons.com/icon/333030.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="M13.0875,22.4959V4.5l3.7377,3.738H33.3l3.4854-3.4858v6.9913m0,7.75v7.3452a11.7786,11.7786,0,0,1-11.8023,11.63H13.0883v-3.148"/><path class="a" d="M13.0875,22.3336l-6.11,13.0756s4.9271,2.8562,8.1977-2.7955L17.18,33.32s2.9225-7.83-4.0928-10.9875Z"/><path class="a" d="M36.7858,26.8386l4.2367,8.695s-4.13,1.9434-7.0176-1.2319"/><path class="a" d="M18.8163,38.4691V43.5h2.7823"/><path class="a" d="M24.9835,38.4691V43.5h2.7824"/><path class="a" d="M29.6077,21.3312l-3.5532,2.0516V19.28Z"/><circle class="a" cx="20.6008" cy="15.5961" r="5.0056"/><circle class="a" cx="33.2832" cy="15.5961" r="5.0056"/><path class="a" d="M28.2785,15.5961H25.586m-9.9907,0H13.0882a2.1869,2.1869,0,0,0-2.231,2.2312"/><path class="a" d="M25.8879,26.9683a1.7612,1.7612,0,1,1-3.5224,0"/><path class="a" d="M31.3564,26.9683a1.7613,1.7613,0,1,1-3.5225,0"/><path class="a" d="M28.7876,30.5215a1.7612,1.7612,0,1,1-3.5224,0"/><circle class="a" cx="20.6008" cy="15.5961" r="1.8731"/><circle class="a" cx="33.2832" cy="15.5961" r="1.8731"/></svg>
Copied!