Theme Store Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Theme Store 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/333904.svg" alt="Theme Store icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333904.svg" alt="Theme Store icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333904.svg" alt="Theme Store icon" :width="24" :height="24" />
CSS background
.icon-theme-store {
background-image: url('https://proicons.com/icon/333904.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m41.4002,26.829c1.0929-1.0929,1.3734-2.752.6987-4.1425-1.356-2.7944-3.5771-6.4401-6.936-9.8573-3.5628-3.6245-7.1565-5.7208-9.9318-7.004-1.3664-.6318-2.9803-.3211-4.0448.7434l-12.0146,12.0146c-1.4136,1.4136-1.4136,3.7055,0,5.1191l5.0474,5.0474-7.5446,7.5446c-1.3601,1.3601-1.5606,3.5977-.2733,5.027,1.3728,1.5242,3.7228,1.5701,5.1546.1383l7.6866-7.6866,5.0474,5.0474c1.4136,1.4136,3.7055,1.4136,5.1191,0l11.9914-11.9914Z"/><line class="c" x1="13.4895" y1="14.2652" x2="33.7268" y2="34.5025"/></svg>
Copied!