Ignrando Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ignrando 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/341890.svg" alt="Ignrando icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341890.svg" alt="Ignrando icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341890.svg" alt="Ignrando icon" :width="24" :height="24" />
CSS background
.icon-ignrando {
background-image: url('https://proicons.com/icon/341890.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="5.7359" y1="19.7324" x2="5.7359" y2="29.0167"/><polyline class="b" points="20.3709 29.0167 20.3709 19.7324 26.5217 29.0167 26.5217 19.7324"/><path class="b" d="M16.1614,22.5053c0-1.6985-1.3769-3.0754-3.0754-3.0754h0c-1.6985,0-3.0754,1.3769-3.0754,3.0754v3.1334c0,1.6985,1.3769,3.0754,3.0754,3.0754h0c1.6985,0,3.0754-1.3769,3.0754-3.0754h-3.0754"/><path class="b" d="M5.5,36.1866c0-1.1191.9072-2.0264,2.0264-2.0264h0"/><line class="b" x1="5.5" y1="34.1602" x2="5.5" y2="39.5302"/><path class="b" d="M14.8633,37.5038c0,1.1191-.9072,2.0264-2.0264,2.0264h0c-1.1191,0-2.0264-.9072-2.0264-2.0264v-1.3172c0-1.1191.9072-2.0264,2.0264-2.0264h0c1.1191,0,2.0264.9072,2.0264,2.0264"/><line class="b" x1="14.8633" y1="39.5302" x2="14.8633" y2="34.1602"/><path class="b" d="M23.0407,39.5302v-3.3436c0-1.1191-.9072-2.0264-2.0264-2.0264h0c-1.1191,0-2.0264.9072-2.0264,2.0264"/><line class="b" x1="18.9879" y1="39.5302" x2="18.9879" y2="34.1602"/><path class="b" d="M34.5128,36.0094c0-1.1191.9072-2.0264,2.0264-2.0264s2.0264.9072,2.0264,2.0264v1.3172c0,1.1191-.9072,2.0264-2.0264,2.0264s-2.0264-.9072-2.0264-2.0264v-1.3172Z"/><path class="b" d="M30.4605,36.071c0-1.1191-.9072-2.0264-2.0264-2.0264h0c-1.1191,0-2.0264.9072-2.0264,2.0264v1.3172c0,1.1191.9072,2.0264,2.0264,2.0264h0c1.1191,0,2.0264-.9072,2.0264-2.0264"/><line class="b" x1="30.3927" y1="39.5302" x2="30.3927" y2="31.4246"/><path class="b" d="M35.4063,8.4698c-3.9178,0-7.0937,3.176-7.0937,7.0937,0,5.5547,5.4192,12.2528,6.8336,13.8894.1567.1811.4304.2009.6115.0442.0158-.0137.0306-.0284.0442-.0442,1.3819-1.6258,6.6981-8.3347,6.6981-13.8894,0-3.9178-3.176-7.0937-7.0937-7.0937ZM35.4063,18.2244c-1.4665.003-2.6578-1.1834-2.6608-2.65-.003-1.4665,1.1834-2.6578,2.65-2.6608s2.6578,1.1834,2.6608,2.65c0,.0018,0,.0036,0,.0054,0,1.4636-1.1864,2.65-2.65,2.65v.0054Z"/></svg>
Copied!