Esim Me Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Esim Me 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/340078.svg" alt="Esim Me icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340078.svg" alt="Esim Me icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340078.svg" alt="Esim Me icon" :width="24" :height="24" />
CSS background
.icon-esim-me {
background-image: url('https://proicons.com/icon/340078.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m42.5 21h-37v21.5h28.5l8.5-8.5z"/><path class="d" d="m13.065 30.734c0-1.7256 1.3988-3.1244 3.1244-3.1244 1.7256 0 3.1244 1.3988 3.1244 3.1244v5.1552"/><line class="d" x1="13.065" x2="13.065" y1="27.61" y2="35.89"/><path class="d" d="m19.313 30.734c0-1.7256 1.3988-3.1244 3.1244-3.1244s3.1244 1.3988 3.1244 3.1244v5.1552"/><path class="d" d="m34.526 34.313c-.53812.94187-1.5523 1.5767-2.7148 1.5767-1.7256 0-3.1244-1.3988-3.1244-3.1244v-2.0308c0-1.7256 1.3988-3.1244 3.1244-3.1244 1.7256 0 3.1244 1.3988 3.1244 3.1244v1.0154h-6.2487"/><line class="d" x1="26.677" x2="26.677" y1="5.5001" y2="18"/><path class="d" d="m30 17.986v-12.486l6.2499 12.5 6.2499-12.481v12.481"/><path class="d" d="m15.32 16.631c.76649.9979 1.7276 1.3696 3.0648 1.3696l1.8506-2e-6c1.7222 0 3.1183-1.3961 3.1183-3.125 0-1.7289-1.3961-3.125-3.1183-3.125h-2.0414c-1.724 0-3.1215-1.3976-3.1215-3.1234 0-1.7259 1.4006-3.1265 3.1284-3.1265h1.8405c1.3372 0 2.2984.3717 3.0648 1.3696"/><path class="d" d="m11.34 16.424c-.53823.94205-1.5526 1.577-2.7153 1.577-1.7259 0-3.125-1.3991-3.125-3.125v-2.0312c0-1.7259 1.3991-3.125 3.125-3.125 1.7259 0 3.125 1.3991 3.125 3.125v1.0156h-6.2499"/></svg>
Copied!