Bifrost Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bifrost 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/322598.svg" alt="Bifrost icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322598.svg" alt="Bifrost icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322598.svg" alt="Bifrost icon" :width="24" :height="24" />
CSS background
.icon-bifrost {
background-image: url('https://proicons.com/icon/322598.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="m5.5,26.1353l6.8062,6.2703,6.7955-6.2703H5.5Z"/><path id="c" class="i" d="m5.5,36.5858h13.6017"/><path id="d" class="i" d="m28.5125,22.9948c-5.2306-1.0504-5.2306-6.7955,1.0397-7.3207,0-5.2306,9.4215-6.281,9.4215,1.0397,4.7054,0,4.7054,6.281-.0214,6.281,0,0-10.4397,0-10.4397,0Z"/><path id="e" class="i" d="m9.6909,26.1353c0-13.6017,11.1472-16.7422,20.9116-13.6017"/><path id="f" class="i" d="m11.4273,26.1353c.3537-13.6017,11.8546-14.1269,17.7819-12.2083"/><path id="g" class="i" d="m13.1744,26.1353c.1715-10.4612,8.0174-12.5513,15.5417-10.6756"/><path id="h" class="i" d="m14.9108,26.1353c0-7.3207,5.2306-10.4612,10.9864-9.4215"/></svg>
Copied!