Socrative Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Socrative 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/333031.svg" alt="Socrative icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333031.svg" alt="Socrative icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333031.svg" alt="Socrative icon" :width="24" :height="24" />
CSS background
.icon-socrative {
background-image: url('https://proicons.com/icon/333031.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:#000;}.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="37.9344" cy="27.4758" r="0.75"/><circle class="a" cx="22.0409" cy="27.4758" r="0.75"/><circle class="a" cx="25.9591" cy="20.5173" r="0.75"/><circle class="a" cx="33.9105" cy="20.5242" r="0.75"/><circle class="a" cx="37.824" cy="13.5497" r="0.75"/><circle class="a" cx="33.8025" cy="6.5818" r="0.75"/><circle class="a" cx="25.8611" cy="6.5751" r="0.75"/><circle class="a" cx="21.9305" cy="13.5343" r="0.75"/><circle class="a" cx="22.1337" cy="41.4249" r="0.75"/><circle class="a" cx="26.0695" cy="34.4657" r="0.75"/><circle class="a" cx="34.0235" cy="34.4647" r="0.75"/><circle class="a" cx="14.1795" cy="41.4181" r="0.75"/><circle class="a" cx="10.0656" cy="20.5089" r="0.75"/><circle class="a" cx="14.0962" cy="27.4766" r="0.75"/><circle class="a" cx="10.176" cy="34.4289" r="0.75"/><path class="b" d="M33.9058,20.5242l-7.9467-.0076L21.9305,13.542l3.9182-6.9669,7.9467.0077,4.0286,6.9745Z"/><path class="b" d="M22.0409,27.4834l-7.9467-.0076-4.0286-6.9746,3.9182-6.9669,7.9467.0077,4.0286,6.9745Z"/><path class="b" d="M34.0162,34.4657,26.07,34.458l-4.0286-6.9746,3.9182-6.9669,7.9467.0077,4.0286,6.9746Z"/><path class="b" d="M22.1513,41.4249l-7.9467-.0077L10.176,34.4426l3.9182-6.9668,7.9467.0076L26.07,34.458Z"/><circle class="a" cx="13.994" cy="13.5497" r="0.75"/></svg>
Copied!