Theorie24 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Theorie24 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/348471.svg" alt="Theorie24 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348471.svg" alt="Theorie24 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348471.svg" alt="Theorie24 icon" :width="24" :height="24" />
CSS background
.icon-theorie24 {
background-image: url('https://proicons.com/icon/348471.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="16.4796" y="5.5" width="15.0418" height="37"/><path class="b" d="M16.5006,17.5003h-1.4999l-7.9994-7.9994h9.4992"/><circle class="b" cx="24" cy="13.5007" r="3.9997"/><circle class="b" cx="24" cy="23.9998" r="3.9997"/><circle class="b" cx="24" cy="34.499" r="3.9997"/><g><path class="b" d="M16.5006,27.9995h-1.4999l-7.9994-7.9994h9.4992"/><path class="b" d="M16.5006,38.4986h-1.4999l-7.9994-7.9994h9.4992"/><path class="b" d="M31.4994,17.5003h1.4999l7.9994-7.9994h-9.4992"/><path class="b" d="M31.4994,27.9995h1.4999l7.9994-7.9994h-9.4992"/><path class="b" d="M31.4994,38.4986h1.4999l7.9994-7.9994h-9.4992"/></g></svg>
Copied!