Thematica Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thematica 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/333902.svg" alt="Thematica icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333902.svg" alt="Thematica icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333902.svg" alt="Thematica icon" :width="24" :height="24" />
CSS background
.icon-thematica {
background-image: url('https://proicons.com/icon/333902.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M12.2112,5.1286h29.7282c.4428,0,.7107.4907.4702.8597l-5.0408,7.7635c-.3472.533-.939.8583-1.58.8583H6.0606c-.4429,0-.7107-.4907-.4702-.8583l5.0408-7.7635c.3472-.5344.939-.8597,1.58-.8597h0Z"/><path class="e" d="M20.1182,20.4838l7.7635-5.0354c.3676-.2392.8597.0274.8597.4702v20.2466c0,.641-.3266,1.2329-.8597,1.58l-7.7635,5.0353c-.3677.2392-.8597-.0219-.8597-.4647v-20.2466c0-.6397.3267-1.2383.8597-1.5855h0Z"/></svg>
Copied!