badge vo icon
badge-vo-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- badge-vo-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
Related icons in Bootstrap Icons
Use the badge vo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M12.296 8.394v-.782c0-1.156-.571-1.736-1.362-1.736c-.796 0-1.363.58-1.363 1.736v.782c0 1.156.567 1.732 1.363 1.732c.79 0 1.362-.576 1.362-1.732"/><path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm11.5 5.62v.77c0 1.691-.962 2.724-2.566 2.724S8.363 10.081 8.363 8.39v-.77c0-1.704.967-2.733 2.57-2.733c1.605 0 2.567 1.037 2.567 2.734zM5.937 11H4.508L2.5 5.001h1.375L5.22 9.708h.057L6.61 5.001h1.318z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiBadgeVoFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M12.296 8.394v-.782c0-1.156-.571-1.736-1.362-1.736c-.796 0-1.363.58-1.363 1.736v.782c0 1.156.567 1.732 1.363 1.732c.79 0 1.362-.576 1.362-1.732"/><path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm11.5 5.62v.77c0 1.691-.962 2.724-2.566 2.724S8.363 10.081 8.363 8.39v-.77c0-1.704.967-2.733 2.57-2.733c1.605 0 2.567 1.037 2.567 2.734zM5.937 11H4.508L2.5 5.001h1.375L5.22 9.708h.057L6.61 5.001h1.318z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M12.296 8.394v-.782c0-1.156-.571-1.736-1.362-1.736c-.796 0-1.363.58-1.363 1.736v.782c0 1.156.567 1.732 1.363 1.732c.79 0 1.362-.576 1.362-1.732"/><path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm11.5 5.62v.77c0 1.691-.962 2.724-2.566 2.724S8.363 10.081 8.363 8.39v-.77c0-1.704.967-2.733 2.57-2.733c1.605 0 2.567 1.037 2.567 2.734zM5.937 11H4.508L2.5 5.001h1.375L5.22 9.708h.057L6.61 5.001h1.318z"/></g></svg> </template>
CSS
.icon-badge-vo-fill {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.296%208.394v-.782c0-1.156-.571-1.736-1.362-1.736c-.796%200-1.363.58-1.363%201.736v.782c0%201.156.567%201.732%201.363%201.732c.79%200%201.362-.576%201.362-1.732%22%2F%3E%3Cpath%20d%3D%22M2%202a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2zm11.5%205.62v.77c0%201.691-.962%202.724-2.566%202.724S8.363%2010.081%208.363%208.39v-.77c0-1.704.967-2.733%202.57-2.733c1.605%200%202.567%201.037%202.567%202.734zM5.937%2011H4.508L2.5%205.001h1.375L5.22%209.708h.057L6.61%205.001h1.318z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.296%208.394v-.782c0-1.156-.571-1.736-1.362-1.736c-.796%200-1.363.58-1.363%201.736v.782c0%201.156.567%201.732%201.363%201.732c.79%200%201.362-.576%201.362-1.732%22%2F%3E%3Cpath%20d%3D%22M2%202a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2zm11.5%205.62v.77c0%201.691-.962%202.724-2.566%202.724S8.363%2010.081%208.363%208.39v-.77c0-1.704.967-2.733%202.57-2.733c1.605%200%202.567%201.037%202.567%202.734zM5.937%2011H4.508L2.5%205.001h1.375L5.22%209.708h.057L6.61%205.001h1.318z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/badge-vo-fill.svg?color=%231a73e8&size=48