Empik Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Empik 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/325428.svg" alt="Empik icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325428.svg" alt="Empik icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325428.svg" alt="Empik icon" :width="24" :height="24" />
CSS background
.icon-empik {
background-image: url('https://proicons.com/icon/325428.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;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="M25.449,21.696v7.6M25.449,24.831c0,1.05.845,1.9,1.887,1.9h0c1.042,0,1.886-.85,1.886-1.9v-1.235c0-1.05-.844-1.9-1.886-1.9h0c-1.042,0-1.887.85-1.887,1.9M12.778,25.773c-.3337.5921-.9604.9585-1.64.959h0c-1.0455-.0039-1.8899-.8545-1.886-1.9h0v-1.236c0-1.05.845-1.9,1.887-1.9h0c1.042,0,1.886.85,1.886,1.9v.618h-3.773M32.068,21.696v5.036M36.063,24.027l2.685,2.693M34.976,25.117l3.415-3.424M34.975,19.131v7.6M19.175,23.596c0-1.05.845-1.9,1.887-1.9h0c1.042,0,1.886.85,1.886,1.9v3.136M15.402,21.696v5.036M15.402,23.596c0-1.05.844-1.9,1.886-1.9h0c1.042,0,1.887.85,1.887,1.9v3.136M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/><circle class="d" cx="32.068" cy="19.4638" r=".75"/></svg>
Copied!