Bdv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bdv 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/337031.svg" alt="Bdv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337031.svg" alt="Bdv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337031.svg" alt="Bdv icon" :width="24" :height="24" />
CSS background
.icon-bdv {
background-image: url('https://proicons.com/icon/337031.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m22.1597,42.5l15.4154-8.2296,3.5606-26.7583c.1715-1.2889-1.1957-2.225-2.3353-1.5989l-12.8421,7.055c-.76.4175-1.2623,1.1861-1.3396,2.0498l-2.459,27.482Z"/><path class="c" d="m7.0674,14.5149l15.0923,27.9851,15.4154-8.2296L22.8479,6.4652c-.4621-.8725-1.5373-1.2151-2.419-.7708l-12.5813,6.3399c-.9122.4597-1.265,1.5816-.7802,2.4806Z"/></svg>
Copied!