Republik Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Republik 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/346657.svg" alt="Republik icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346657.svg" alt="Republik icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346657.svg" alt="Republik icon" :width="24" :height="24" />
CSS background
.icon-republik {
background-image: url('https://proicons.com/icon/346657.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><path class="b" d="m25.2076,23.9306c11.5448-.7363,12.2569-7.1264,12.2569-9.2571,0-2.2623-1.0947-8.3195-8.3925-8.3195H5.5l3.6489,2.7732v29.5562l-3.6489,2.7732,17.8067.1896-3.6489-2.7732v-11.1363l3.0805-2.5477,6.9905,16.4572h12.7712l-2.8462-2.7438-6.568-12.5523-7.8554-1.8198-.0228-.5996Z"/><path class="b" d="m21.8692,22.0206c3.0183,0,6.692-1.9064,6.692-6.4766,0-3.2293-.8882-5.7196-6.0754-7.1495l-3.2019,2.8462v10.78h2.5854Z"/></svg>
Copied!