Blabla Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blabla Alt 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/322694.svg" alt="Blabla Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322694.svg" alt="Blabla Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322694.svg" alt="Blabla Alt icon" :width="24" :height="24" />
CSS background
.icon-blabla-alt {
background-image: url('https://proicons.com/icon/322694.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="M19.7718,9.5l1.154,11.4526c.0911.9036.8974,1.5623,1.8009,1.4712l.4908-.0495"/><path class="b" d="M32.1618,18.1677c.1821,1.8072-1.1353,3.4198-2.9424,3.6019h0c-1.8072.1821-3.4198-1.1353-3.6019-2.9424l-.2143-2.1269c-.1821-1.8072,1.1353-3.4198,2.9424-3.6019h0c1.8072-.1821,3.4198,1.1353,3.6019,2.9424"/><line class="b" x1="32.4915" y1="21.4398" x2="31.6177" y2="12.7686"/><path class="b" d="M10.5466,18.1973c-.1821-1.8072,1.1353-3.4198,2.9424-3.6019h0c1.8072-.1821,3.4198,1.1353,3.6019,2.9424l.2143,2.1269c.1821,1.8072-1.1353,3.4198-2.9424,3.6019h0c-1.8072.1821-3.4198-1.1353-3.6019-2.9424"/><line class="b" x1="11.0907" y1="23.5963" x2="9.7718" y2="10.5077"/><path class="b" d="M25.5085,24.4037l1.154,11.4526c.0911.9036.8974,1.5623,1.8009,1.4712l.4908-.0495"/><path class="b" d="M37.8985,33.0713c.1821,1.8072-1.1353,3.4198-2.9424,3.6019h0c-1.8072.1821-3.4198-1.1353-3.6019-2.9424l-.2143-2.1269c-.1821-1.8072,1.1353-3.4198,2.9424-3.6019h0c1.8072-.1821,3.4198,1.1353,3.6019,2.9424"/><line class="b" x1="38.2282" y1="36.3435" x2="37.3544" y2="27.6723"/><path class="b" d="M16.2833,33.1009c-.1821-1.8072,1.1353-3.4198,2.9424-3.6019h0c1.8072-.1821,3.4198,1.1353,3.6019,2.9424l.2143,2.1269c.1821,1.8072-1.1353,3.4198-2.9424,3.6019h0c-1.8072.1821-3.4198-1.1353-3.6019-2.9424"/><line class="b" x1="16.8274" y1="38.5" x2="15.5085" y2="25.4113"/><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!