Nomad Esim Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nomad Esim 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/344833.svg" alt="Nomad Esim icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344833.svg" alt="Nomad Esim icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344833.svg" alt="Nomad Esim icon" :width="24" :height="24" />
CSS background
.icon-nomad-esim {
background-image: url('https://proicons.com/icon/344833.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>.h,.i{fill:none;stroke:#fff;stroke-linejoin:round;}.i{stroke-linecap:round;}</style></defs><path id="d" class="i" d="M18.8469,30.8142l-6.6562,3.8565c-.9426.5426-2.1137-.1342-2.1137-1.2251V14.5488c0-1.0909,2.0772-.7586,3.0197-.2103l16.0562,9.3366v-6.4892l-13.3793-7.7534c-4.6067-2.674-11.2737-.349-11.2737,4.9878v19.1597c0,5.3368,5.7611,8.6766,10.3677,6.0026l9.5384-5.5335"/><path id="e" class="h" d="M12.2408,34.6373c-.0111.0057-4.7683,3.2446-7.7018-.7272"/><path id="f" class="i" d="M29.1531,17.1858l6.6562-3.8565c.9426-.5426,2.1137.1342,2.1137,1.2251v18.8969c0,1.0909-2.0772.7586-3.0197.2103l-16.0562-9.3366v6.4892l13.3793,7.7534c4.6067,2.674,11.2737.349,11.2737-4.9878V14.4202c0-5.3368-5.7611-8.6766-10.3677-6.0026l-9.5384,5.5335"/><path id="g" class="h" d="M35.7592,13.3627c.0111-.0057,4.7683-3.2446,7.7018.7272"/></svg>
Copied!