Ietisalat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ietisalat 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/327321.svg" alt="Ietisalat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327321.svg" alt="Ietisalat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327321.svg" alt="Ietisalat icon" :width="24" :height="24" />
CSS background
.icon-ietisalat {
background-image: url('https://proicons.com/icon/327321.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M29.261,7.117c0,1.4453-1.2527,2.617-2.798,2.617h0c-1.5453,0-2.798-1.1717-2.798-2.617h0c0-1.4453,1.2527-2.617,2.798-2.617h0c1.5453,0,2.798,1.1717,2.798,2.617h0ZM15.679,43.5c7.893-5.301,15.918-12.717,13.93-26.194-.46-3.118-4.63-4.216-6.231,0-1.558,4.099-2.286,17.109,2.413,23.29,1.717,2.259,4.75,1.728,6.53-.615"/></svg>
Copied!