Entel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Entel 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/325468.svg" alt="Entel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325468.svg" alt="Entel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325468.svg" alt="Entel icon" :width="24" :height="24" />
CSS background
.icon-entel {
background-image: url('https://proicons.com/icon/325468.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M26.6288,30.0774c-1.105,2.2101-3.6835,3.6835-6.2619,3.6835-4.0518,0-7.3669-3.3151-7.3669-7.3669v-4.7878c0-4.0518,3.3151-7.3669,7.3669-7.3669s7.3669,3.3151,7.3669,7.3669v2.5777h-14.7339"/><path class="b" d="M31.5131,16.5997c2.1341,1.7906,3.4869,4.4429,3.4869,7.4003s-1.3527,5.6097-3.4869,7.4003"/><path class="b" d="M38.5003,42.5001H9.5002c-2.2091,0-4-1.7909-4-4V9.5001c0-2.2091,1.7909-4,4-4h29c2.2091,0,4,1.7909,4,4v29c0,2.2091-1.7909,4-4,4Z"/></svg>
Copied!