Indian Express Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Indian Express 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/327395.svg" alt="Indian Express icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327395.svg" alt="Indian Express icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327395.svg" alt="Indian Express icon" :width="24" :height="24" />
CSS background
.icon-indian-express {
background-image: url('https://proicons.com/icon/327395.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="m24.565,7.9709l14.4023,13.223c.5102,3.3455-1.3633,5.6288-3.0862,7.4604.2955-1.6337.2649-2.8771-.092-3.7302l-14.5863-12.7965c-1.1207-2.2861,0-4.8287,3.3622-7.6277-.2788,1.2434-.2788,2.4004,0,3.4709Z"/><path class="b" d="m18.7188,15.4397l14.4023,13.223c.5102,3.3455-1.3633,5.6288-3.0862,7.4521.2955-1.6281.2649-2.8688-.092-3.7219l-14.5863-12.7965c-1.1207-2.2861,0-4.8287,3.3622-7.6277-.2788,1.2434-.2788,2.4004,0,3.4709Z"/><path class="b" d="m12.722,22.8165l14.4023,13.2314c.5102,3.3371-1.3633,5.6204-3.0778,7.4521.2955-1.6337.2649-2.8771-.092-3.7302l-14.5863-12.7881c-1.1207-2.2917-.0028-4.837,3.3538-7.6361-.2732,1.2434-.2732,2.4004,0,3.4709Z"/></svg>
Copied!