Edevlet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Edevlet 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/339519.svg" alt="Edevlet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339519.svg" alt="Edevlet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339519.svg" alt="Edevlet icon" :width="24" :height="24" />
CSS background
.icon-edevlet {
background-image: url('https://proicons.com/icon/339519.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m31.0954,34.4642c-6.9523,4.1383-26.5954,8.8835-26.5954-1.2139,0-5.0211,4.9626-13.6816,13.4081-18.8154,11.5281-7.0077,27.3285-8.3903,25.4367.5517-2.6133,12.3525-23.212,20.4628-27.1993,16.0014-5.0794-5.6833,7.4459-13.0034,14.0855-13.0034"/><polygon class="c" points="38.6929 15.1479 37.2157 18.0208 40.2364 18.0208 36.3028 19.7963 34.8256 22.6692 33.8716 20.8937 29.9379 22.6692 33.282 19.7963 32.3281 18.0208 35.3488 18.0208 38.6929 15.1479"/></svg>
Copied!