Ic Theme Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ic Theme 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/350252.svg" alt="Ic Theme icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350252.svg" alt="Ic Theme icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350252.svg" alt="Ic Theme icon" :width="24" :height="24" />
CSS background
.icon-ic-theme {
background-image: url('https://proicons.com/icon/350252.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 76.8 76.8"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:6px;}</style></defs><path class="b" d="m47.4889,10.8612c.9434,2.8597,1.4611,5.913,1.4611,9.0888,0,16.0163-12.9838,29-29,29-3.1758,0-6.2291-.5178-9.0889-1.4612,3.8143,11.5627,14.6984,19.9112,27.5389,19.9112,16.0163,0,29-12.9838,29-29,0-12.8404-8.3485-23.7244-19.9111-27.5388Z"/></svg>
Copied!