flower2 icon
flower2 from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- flower2
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
Use the flower2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 16a4 4 0 0 0 4-4a4 4 0 0 0 0-8a4 4 0 0 0-8 0a4 4 0 1 0 0 8a4 4 0 0 0 4 4m3-12q0 .11-.03.247c-.544.241-1.091.638-1.598 1.084A3 3 0 0 0 8 5c-.494 0-.96.12-1.372.331c-.507-.446-1.054-.843-1.597-1.084A1 1 0 0 1 5 4a3 3 0 0 1 6 0m-.812 6.052A3 3 0 0 0 11 8a3 3 0 0 0-.812-2.052c.215-.18.432-.346.647-.487C11.34 5.131 11.732 5 12 5a3 3 0 1 1 0 6c-.268 0-.66-.13-1.165-.461a7 7 0 0 1-.647-.487m-3.56.617a3 3 0 0 0 2.744 0c.507.446 1.054.842 1.598 1.084q.03.137.03.247a3 3 0 1 1-6 0q0-.11.03-.247c.544-.242 1.091-.638 1.598-1.084m-.816-4.721A3 3 0 0 0 5 8c0 .794.308 1.516.812 2.052a7 7 0 0 1-.647.487C4.66 10.869 4.268 11 4 11a3 3 0 0 1 0-6c.268 0 .66.13 1.165.461c.215.141.432.306.647.487M8 9a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
React
import type { SVGProps } from "react";
export function BiFlower2(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="M8 16a4 4 0 0 0 4-4a4 4 0 0 0 0-8a4 4 0 0 0-8 0a4 4 0 1 0 0 8a4 4 0 0 0 4 4m3-12q0 .11-.03.247c-.544.241-1.091.638-1.598 1.084A3 3 0 0 0 8 5c-.494 0-.96.12-1.372.331c-.507-.446-1.054-.843-1.597-1.084A1 1 0 0 1 5 4a3 3 0 0 1 6 0m-.812 6.052A3 3 0 0 0 11 8a3 3 0 0 0-.812-2.052c.215-.18.432-.346.647-.487C11.34 5.131 11.732 5 12 5a3 3 0 1 1 0 6c-.268 0-.66-.13-1.165-.461a7 7 0 0 1-.647-.487m-3.56.617a3 3 0 0 0 2.744 0c.507.446 1.054.842 1.598 1.084q.03.137.03.247a3 3 0 1 1-6 0q0-.11.03-.247c.544-.242 1.091-.638 1.598-1.084m-.816-4.721A3 3 0 0 0 5 8c0 .794.308 1.516.812 2.052a7 7 0 0 1-.647.487C4.66 10.869 4.268 11 4 11a3 3 0 0 1 0-6c.268 0 .66.13 1.165.461c.215.141.432.306.647.487M8 9a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 16a4 4 0 0 0 4-4a4 4 0 0 0 0-8a4 4 0 0 0-8 0a4 4 0 1 0 0 8a4 4 0 0 0 4 4m3-12q0 .11-.03.247c-.544.241-1.091.638-1.598 1.084A3 3 0 0 0 8 5c-.494 0-.96.12-1.372.331c-.507-.446-1.054-.843-1.597-1.084A1 1 0 0 1 5 4a3 3 0 0 1 6 0m-.812 6.052A3 3 0 0 0 11 8a3 3 0 0 0-.812-2.052c.215-.18.432-.346.647-.487C11.34 5.131 11.732 5 12 5a3 3 0 1 1 0 6c-.268 0-.66-.13-1.165-.461a7 7 0 0 1-.647-.487m-3.56.617a3 3 0 0 0 2.744 0c.507.446 1.054.842 1.598 1.084q.03.137.03.247a3 3 0 1 1-6 0q0-.11.03-.247c.544-.242 1.091-.638 1.598-1.084m-.816-4.721A3 3 0 0 0 5 8c0 .794.308 1.516.812 2.052a7 7 0 0 1-.647.487C4.66 10.869 4.268 11 4 11a3 3 0 0 1 0-6c.268 0 .66.13 1.165.461c.215.141.432.306.647.487M8 9a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg> </template>
CSS
.icon-flower2 {
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%22M8%2016a4%204%200%200%200%204-4a4%204%200%200%200%200-8a4%204%200%200%200-8%200a4%204%200%201%200%200%208a4%204%200%200%200%204%204m3-12q0%20.11-.03.247c-.544.241-1.091.638-1.598%201.084A3%203%200%200%200%208%205c-.494%200-.96.12-1.372.331c-.507-.446-1.054-.843-1.597-1.084A1%201%200%200%201%205%204a3%203%200%200%201%206%200m-.812%206.052A3%203%200%200%200%2011%208a3%203%200%200%200-.812-2.052c.215-.18.432-.346.647-.487C11.34%205.131%2011.732%205%2012%205a3%203%200%201%201%200%206c-.268%200-.66-.13-1.165-.461a7%207%200%200%201-.647-.487m-3.56.617a3%203%200%200%200%202.744%200c.507.446%201.054.842%201.598%201.084q.03.137.03.247a3%203%200%201%201-6%200q0-.11.03-.247c.544-.242%201.091-.638%201.598-1.084m-.816-4.721A3%203%200%200%200%205%208c0%20.794.308%201.516.812%202.052a7%207%200%200%201-.647.487C4.66%2010.869%204.268%2011%204%2011a3%203%200%200%201%200-6c.268%200%20.66.13%201.165.461c.215.141.432.306.647.487M8%209a1%201%200%201%201%200-2a1%201%200%200%201%200%202%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%22M8%2016a4%204%200%200%200%204-4a4%204%200%200%200%200-8a4%204%200%200%200-8%200a4%204%200%201%200%200%208a4%204%200%200%200%204%204m3-12q0%20.11-.03.247c-.544.241-1.091.638-1.598%201.084A3%203%200%200%200%208%205c-.494%200-.96.12-1.372.331c-.507-.446-1.054-.843-1.597-1.084A1%201%200%200%201%205%204a3%203%200%200%201%206%200m-.812%206.052A3%203%200%200%200%2011%208a3%203%200%200%200-.812-2.052c.215-.18.432-.346.647-.487C11.34%205.131%2011.732%205%2012%205a3%203%200%201%201%200%206c-.268%200-.66-.13-1.165-.461a7%207%200%200%201-.647-.487m-3.56.617a3%203%200%200%200%202.744%200c.507.446%201.054.842%201.598%201.084q.03.137.03.247a3%203%200%201%201-6%200q0-.11.03-.247c.544-.242%201.091-.638%201.598-1.084m-.816-4.721A3%203%200%200%200%205%208c0%20.794.308%201.516.812%202.052a7%207%200%200%201-.647.487C4.66%2010.869%204.268%2011%204%2011a3%203%200%200%201%200-6c.268%200%20.66.13%201.165.461c.215.141.432.306.647.487M8%209a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/flower2.svg?color=%231a73e8&size=48