Bitwarden Beta Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bitwarden Beta 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/322681.svg" alt="Bitwarden Beta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322681.svg" alt="Bitwarden Beta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322681.svg" alt="Bitwarden Beta icon" :width="24" :height="24" />
CSS background
.icon-bitwarden-beta {
background-image: url('https://proicons.com/icon/322681.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="M24,38.1833c6.8108-3.6182,11.2498-8.4865,11.2498-12.5062V9.5231h-11.2321l-.0177,28.6602Z"/><path class="b" d="M23.1295,43.3315c.5464.266,1.1946.266,1.741,0,8.7932-4.2817,15.3537-10.8936,15.3537-17.6541V6.5278c0-1.1028-.894-1.9968-1.9968-1.9968H9.7726c-1.1028,0-1.9968.894-1.9968,1.9968v19.1496c0,6.7605,6.5605,13.3724,15.3537,17.6541Z"/><path class="b" d="M30.2749,21.5112c1.1046,0,2,.8954,2,2s-.8954,2-2,2h-3.3001v-8h3.3001c1.1046,0,2,.8954,2,2s-.8954,2-2,2Z"/><path class="b" d="M30.2749,21.5112h-3.3001"/></svg>
Copied!