Be Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Be 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/322474.svg" alt="Be Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322474.svg" alt="Be Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322474.svg" alt="Be Alt icon" :width="24" :height="24" />
CSS background
.icon-be-alt {
background-image: url('https://proicons.com/icon/322474.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="b" 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 class="c" d="m13.596,10.885l-1.4255,9.0006"/><path class="c" d="m10.864,29.636l-1.9607,12.379"/><path class="c" d="m13.596,10.886h9.75"/><path class="c" d="m12.171,19.886h13.425"/><path class="c" d="m10.864,29.636h14.732"/><path class="c" d="m8.9033,42.016h19.693"/><g><path class="c" d="m27.797,5.9842c0,2.4853-1.9657,4.9013-4.451,4.9013"/><path class="c" d="m31.314,21.374c.4828,1.8018.1781,4.4346-.9575,5.9145-1.1356,1.4799-2.8948,2.3474-4.7602,2.3474"/><path class="c" d="m31.314,21.374c5.0898,1.3637,8.3806,6.2887,7.6927,11.513-.6878,5.2241-5.1408,9.1294-10.41,9.1295"/><path class="c" d="m27.797,5.9842c3.3332,1.083,5.3838,4.4293,4.8355,7.8909-.5483,3.4616-3.5326,6.0104-7.0373,6.0104"/></g></svg>
Copied!