flask florence icon
flask-florence-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- flask-florence-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
Use the flask florence icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.5 0l.1.01a.5.5 0 0 1-.1.99H10v5.417c.517.226.986.538 1.394.916l.043.038l.14.14a6 6 0 0 1 .303.34l.101.128q.045.06.088.122a5 5 0 0 1 .26.4l.066.12a5 5 0 0 1 .16.32q.029.062.053.124q.035.08.067.163q.115.3.19.62l.024.111a5 5 0 0 1 .096.68Q13 10.82 13 11l-.007.257A5 5 0 0 1 8 16l-.257-.007A5 5 0 0 1 6 6.417V1h-.5a.5.5 0 0 1 0-1zM8 6a.5.5 0 0 0 0 1h1.065A.5.5 0 0 1 9 6.756V6zm0-2a.5.5 0 0 0 0 1h1V4zm0-2a.5.5 0 0 0 0 1h1V2z"/></svg>
React
import type { SVGProps } from "react";
export function BiFlaskFlorenceFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.5 0l.1.01a.5.5 0 0 1-.1.99H10v5.417c.517.226.986.538 1.394.916l.043.038l.14.14a6 6 0 0 1 .303.34l.101.128q.045.06.088.122a5 5 0 0 1 .26.4l.066.12a5 5 0 0 1 .16.32q.029.062.053.124q.035.08.067.163q.115.3.19.62l.024.111a5 5 0 0 1 .096.68Q13 10.82 13 11l-.007.257A5 5 0 0 1 8 16l-.257-.007A5 5 0 0 1 6 6.417V1h-.5a.5.5 0 0 1 0-1zM8 6a.5.5 0 0 0 0 1h1.065A.5.5 0 0 1 9 6.756V6zm0-2a.5.5 0 0 0 0 1h1V4zm0-2a.5.5 0 0 0 0 1h1V2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.5 0l.1.01a.5.5 0 0 1-.1.99H10v5.417c.517.226.986.538 1.394.916l.043.038l.14.14a6 6 0 0 1 .303.34l.101.128q.045.06.088.122a5 5 0 0 1 .26.4l.066.12a5 5 0 0 1 .16.32q.029.062.053.124q.035.08.067.163q.115.3.19.62l.024.111a5 5 0 0 1 .096.68Q13 10.82 13 11l-.007.257A5 5 0 0 1 8 16l-.257-.007A5 5 0 0 1 6 6.417V1h-.5a.5.5 0 0 1 0-1zM8 6a.5.5 0 0 0 0 1h1.065A.5.5 0 0 1 9 6.756V6zm0-2a.5.5 0 0 0 0 1h1V4zm0-2a.5.5 0 0 0 0 1h1V2z"/></svg> </template>
CSS
.icon-flask-florence-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.5%200l.1.01a.5.5%200%200%201-.1.99H10v5.417c.517.226.986.538%201.394.916l.043.038l.14.14a6%206%200%200%201%20.303.34l.101.128q.045.06.088.122a5%205%200%200%201%20.26.4l.066.12a5%205%200%200%201%20.16.32q.029.062.053.124q.035.08.067.163q.115.3.19.62l.024.111a5%205%200%200%201%20.096.68Q13%2010.82%2013%2011l-.007.257A5%205%200%200%201%208%2016l-.257-.007A5%205%200%200%201%206%206.417V1h-.5a.5.5%200%200%201%200-1zM8%206a.5.5%200%200%200%200%201h1.065A.5.5%200%200%201%209%206.756V6zm0-2a.5.5%200%200%200%200%201h1V4zm0-2a.5.5%200%200%200%200%201h1V2z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.5%200l.1.01a.5.5%200%200%201-.1.99H10v5.417c.517.226.986.538%201.394.916l.043.038l.14.14a6%206%200%200%201%20.303.34l.101.128q.045.06.088.122a5%205%200%200%201%20.26.4l.066.12a5%205%200%200%201%20.16.32q.029.062.053.124q.035.08.067.163q.115.3.19.62l.024.111a5%205%200%200%201%20.096.68Q13%2010.82%2013%2011l-.007.257A5%205%200%200%201%208%2016l-.257-.007A5%205%200%200%201%206%206.417V1h-.5a.5.5%200%200%201%200-1zM8%206a.5.5%200%200%200%200%201h1.065A.5.5%200%200%201%209%206.756V6zm0-2a.5.5%200%200%200%200%201h1V4zm0-2a.5.5%200%200%200%200%201h1V2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/flask-florence-fill.svg?color=%231a73e8&size=48