Esp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Esp 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/325522.svg" alt="Esp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325522.svg" alt="Esp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325522.svg" alt="Esp icon" :width="24" :height="24" />
CSS background
.icon-esp {
background-image: url('https://proicons.com/icon/325522.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="m31.6371,3.9218l-5.5062,9.4708,5.8878,2.243-7.0094,9.0841,4.4299,1.5701-10.3738,13.6822,4.3177-11.8878-4.9066-1.4019,3.1682-8.4673-6.3364-3.0842,3.6504-12.0118C9.5212,5.3908,2.5,13.8652,2.5,24c0,11.8741,9.6259,21.5,21.5,21.5s21.5-9.6259,21.5-21.5c0-9.1805-5.7646-16.9953-13.8629-20.0782Z"/></svg>
Copied!