vignette icon
vignette from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- vignette
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
Use the vignette icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8"/><path d="M8.5 4.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m0 7a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1.683-6.281a.5.5 0 1 1-.866-.5a.5.5 0 0 1 .866.5m-3.5 6.062a.5.5 0 1 1-.866-.5a.5.5 0 0 1 .866.5m4.598-4.598a.5.5 0 1 1-.5-.866a.5.5 0 0 1 .5.866m-6.062 3.5a.5.5 0 1 1-.5-.866a.5.5 0 0 1 .5.866M11.5 8.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m-7 0a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m6.281 1.683a.5.5 0 1 1 .5-.866a.5.5 0 0 1-.5.866m-6.062-3.5a.5.5 0 1 1 .5-.866a.5.5 0 0 1-.5.866m4.598 4.598a.5.5 0 1 1 .866-.5a.5.5 0 0 1-.866.5m-3.5-6.062a.5.5 0 1 1 .866-.5a.5.5 0 0 1-.866.5"/></g></svg>
React
import type { SVGProps } from "react";
export function BiVignette(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="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8"/><path d="M8.5 4.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m0 7a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1.683-6.281a.5.5 0 1 1-.866-.5a.5.5 0 0 1 .866.5m-3.5 6.062a.5.5 0 1 1-.866-.5a.5.5 0 0 1 .866.5m4.598-4.598a.5.5 0 1 1-.5-.866a.5.5 0 0 1 .5.866m-6.062 3.5a.5.5 0 1 1-.5-.866a.5.5 0 0 1 .5.866M11.5 8.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m-7 0a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m6.281 1.683a.5.5 0 1 1 .5-.866a.5.5 0 0 1-.5.866m-6.062-3.5a.5.5 0 1 1 .5-.866a.5.5 0 0 1-.5.866m4.598 4.598a.5.5 0 1 1 .866-.5a.5.5 0 0 1-.866.5m-3.5-6.062a.5.5 0 1 1 .866-.5a.5.5 0 0 1-.866.5"/></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="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8"/><path d="M8.5 4.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m0 7a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1.683-6.281a.5.5 0 1 1-.866-.5a.5.5 0 0 1 .866.5m-3.5 6.062a.5.5 0 1 1-.866-.5a.5.5 0 0 1 .866.5m4.598-4.598a.5.5 0 1 1-.5-.866a.5.5 0 0 1 .5.866m-6.062 3.5a.5.5 0 1 1-.5-.866a.5.5 0 0 1 .5.866M11.5 8.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m-7 0a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m6.281 1.683a.5.5 0 1 1 .5-.866a.5.5 0 0 1-.5.866m-6.062-3.5a.5.5 0 1 1 .5-.866a.5.5 0 0 1-.5.866m4.598 4.598a.5.5 0 1 1 .866-.5a.5.5 0 0 1-.866.5m-3.5-6.062a.5.5 0 1 1 .866-.5a.5.5 0 0 1-.866.5"/></g></svg> </template>
CSS
.icon-vignette {
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%22M8%201a7%207%200%201%200%200%2014A7%207%200%200%200%208%201M0%208a8%208%200%201%201%2016%200A8%208%200%200%201%200%208%22%2F%3E%3Cpath%20d%3D%22M8.5%204.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m0%207a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m1.683-6.281a.5.5%200%201%201-.866-.5a.5.5%200%200%201%20.866.5m-3.5%206.062a.5.5%200%201%201-.866-.5a.5.5%200%200%201%20.866.5m4.598-4.598a.5.5%200%201%201-.5-.866a.5.5%200%200%201%20.5.866m-6.062%203.5a.5.5%200%201%201-.5-.866a.5.5%200%200%201%20.5.866M11.5%208.5a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m-7%200a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m6.281%201.683a.5.5%200%201%201%20.5-.866a.5.5%200%200%201-.5.866m-6.062-3.5a.5.5%200%201%201%20.5-.866a.5.5%200%200%201-.5.866m4.598%204.598a.5.5%200%201%201%20.866-.5a.5.5%200%200%201-.866.5m-3.5-6.062a.5.5%200%201%201%20.866-.5a.5.5%200%200%201-.866.5%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%22M8%201a7%207%200%201%200%200%2014A7%207%200%200%200%208%201M0%208a8%208%200%201%201%2016%200A8%208%200%200%201%200%208%22%2F%3E%3Cpath%20d%3D%22M8.5%204.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m0%207a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m1.683-6.281a.5.5%200%201%201-.866-.5a.5.5%200%200%201%20.866.5m-3.5%206.062a.5.5%200%201%201-.866-.5a.5.5%200%200%201%20.866.5m4.598-4.598a.5.5%200%201%201-.5-.866a.5.5%200%200%201%20.5.866m-6.062%203.5a.5.5%200%201%201-.5-.866a.5.5%200%200%201%20.5.866M11.5%208.5a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m-7%200a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m6.281%201.683a.5.5%200%201%201%20.5-.866a.5.5%200%200%201-.5.866m-6.062-3.5a.5.5%200%201%201%20.5-.866a.5.5%200%200%201-.5.866m4.598%204.598a.5.5%200%201%201%20.866-.5a.5.5%200%200%201-.866.5m-3.5-6.062a.5.5%200%201%201%20.866-.5a.5.5%200%200%201-.866.5%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/vignette.svg?color=%231a73e8&size=48