Eduvulcan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eduvulcan 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/324981.svg" alt="Eduvulcan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324981.svg" alt="Eduvulcan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324981.svg" alt="Eduvulcan icon" :width="24" :height="24" />
CSS background
.icon-eduvulcan {
background-image: url('https://proicons.com/icon/324981.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>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="k" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/><g id="e"><path id="f" class="k" d="M28.036,15.3785v7.5358c0,2.5119,2.1836,4.5672,4.8524,4.5672h0c2.6688,0,4.8524-2.0552,4.8524-4.5672v-7.5358"/><path id="g" class="k" d="M37.7408,23.1427v4.5672"/><path id="h" class="k" d="M19.2208,22.4366c-.7279,1.3701-2.4262,2.2836-4.1245,2.2836h0c-2.6688,0-4.8524-2.0552-4.8524-4.5672v-2.9687c0-2.5119,2.1836-4.5672,4.8524-4.5672h0c2.6688,0,4.8524,2.0552,4.8524,4.5672v1.5985h-9.7048"/><path id="i" class="k" d="M25.5023,27.6335c0-2.5119-2.1836-4.5672-4.8524-4.5672h0c-2.6688,0-4.8524,2.0552-4.8524,4.5672v2.9687c0,2.5119,2.1836,4.5672,4.8524,4.5672h0c2.6688,0,4.8524-2.0552,4.8524-4.5672"/><path id="j" class="k" d="M25.5023,35.3977v-18.2687"/></g></g></svg>
Copied!