flower icon
flower-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.
- Name
- flower-sharp-duotone
- Set
- Keyline Icons
- Style
- Sharp Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
Use the flower icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M9.6 5.2162C9.6 3.8907 10.6745 2.8162 12 2.8162C13.3255 2.8162 14.4 3.8907 14.4 5.2162C14.4 6.5417 13.3255 7.6162 12 7.6162C10.6745 7.6162 9.6 6.5417 9.6 5.2162ZM16.7329 10.3986C16.7329 9.0731 17.8074 7.9986 19.1329 7.9986C20.4584 7.9986 21.5329 9.0731 21.5329 10.3986C21.5329 11.7241 20.4584 12.7986 19.1329 12.7986C17.8074 12.7986 16.7329 11.7241 16.7329 10.3986ZM14.0084 18.7838C14.0084 17.4583 15.0829 16.3838 16.4084 16.3838C17.7339 16.3838 18.8084 17.4583 18.8084 18.7838C18.8084 20.1093 17.7339 21.1838 16.4084 21.1838C15.0829 21.1838 14.0084 20.1093 14.0084 18.7838ZM5.1916 18.7838C5.1916 17.4583 6.2661 16.3838 7.5916 16.3838C8.9171 16.3838 9.9916 17.4583 9.9916 18.7838C9.9916 20.1093 8.9171 21.1838 7.5916 21.1838C6.2661 21.1838 5.1916 20.1093 5.1916 18.7838ZM2.4671 10.3986C2.4671 9.0731 3.5416 7.9986 4.8671 7.9986C6.1926 7.9986 7.2671 9.0731 7.2671 10.3986C7.2671 11.7241 6.1926 12.7986 4.8671 12.7986C3.5416 12.7986 2.4671 11.7241 2.4671 10.3986Z"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsFlowerSharpDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M9.6 5.2162C9.6 3.8907 10.6745 2.8162 12 2.8162C13.3255 2.8162 14.4 3.8907 14.4 5.2162C14.4 6.5417 13.3255 7.6162 12 7.6162C10.6745 7.6162 9.6 6.5417 9.6 5.2162ZM16.7329 10.3986C16.7329 9.0731 17.8074 7.9986 19.1329 7.9986C20.4584 7.9986 21.5329 9.0731 21.5329 10.3986C21.5329 11.7241 20.4584 12.7986 19.1329 12.7986C17.8074 12.7986 16.7329 11.7241 16.7329 10.3986ZM14.0084 18.7838C14.0084 17.4583 15.0829 16.3838 16.4084 16.3838C17.7339 16.3838 18.8084 17.4583 18.8084 18.7838C18.8084 20.1093 17.7339 21.1838 16.4084 21.1838C15.0829 21.1838 14.0084 20.1093 14.0084 18.7838ZM5.1916 18.7838C5.1916 17.4583 6.2661 16.3838 7.5916 16.3838C8.9171 16.3838 9.9916 17.4583 9.9916 18.7838C9.9916 20.1093 8.9171 21.1838 7.5916 21.1838C6.2661 21.1838 5.1916 20.1093 5.1916 18.7838ZM2.4671 10.3986C2.4671 9.0731 3.5416 7.9986 4.8671 7.9986C6.1926 7.9986 7.2671 9.0731 7.2671 10.3986C7.2671 11.7241 6.1926 12.7986 4.8671 12.7986C3.5416 12.7986 2.4671 11.7241 2.4671 10.3986Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M9.6 5.2162C9.6 3.8907 10.6745 2.8162 12 2.8162C13.3255 2.8162 14.4 3.8907 14.4 5.2162C14.4 6.5417 13.3255 7.6162 12 7.6162C10.6745 7.6162 9.6 6.5417 9.6 5.2162ZM16.7329 10.3986C16.7329 9.0731 17.8074 7.9986 19.1329 7.9986C20.4584 7.9986 21.5329 9.0731 21.5329 10.3986C21.5329 11.7241 20.4584 12.7986 19.1329 12.7986C17.8074 12.7986 16.7329 11.7241 16.7329 10.3986ZM14.0084 18.7838C14.0084 17.4583 15.0829 16.3838 16.4084 16.3838C17.7339 16.3838 18.8084 17.4583 18.8084 18.7838C18.8084 20.1093 17.7339 21.1838 16.4084 21.1838C15.0829 21.1838 14.0084 20.1093 14.0084 18.7838ZM5.1916 18.7838C5.1916 17.4583 6.2661 16.3838 7.5916 16.3838C8.9171 16.3838 9.9916 17.4583 9.9916 18.7838C9.9916 20.1093 8.9171 21.1838 7.5916 21.1838C6.2661 21.1838 5.1916 20.1093 5.1916 18.7838ZM2.4671 10.3986C2.4671 9.0731 3.5416 7.9986 4.8671 7.9986C6.1926 7.9986 7.2671 9.0731 7.2671 10.3986C7.2671 11.7241 6.1926 12.7986 4.8671 12.7986C3.5416 12.7986 2.4671 11.7241 2.4671 10.3986Z"/></svg> </template>
CSS
.icon-flower-sharp-duotone {
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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9.6%205.2162C9.6%203.8907%2010.6745%202.8162%2012%202.8162C13.3255%202.8162%2014.4%203.8907%2014.4%205.2162C14.4%206.5417%2013.3255%207.6162%2012%207.6162C10.6745%207.6162%209.6%206.5417%209.6%205.2162ZM16.7329%2010.3986C16.7329%209.0731%2017.8074%207.9986%2019.1329%207.9986C20.4584%207.9986%2021.5329%209.0731%2021.5329%2010.3986C21.5329%2011.7241%2020.4584%2012.7986%2019.1329%2012.7986C17.8074%2012.7986%2016.7329%2011.7241%2016.7329%2010.3986ZM14.0084%2018.7838C14.0084%2017.4583%2015.0829%2016.3838%2016.4084%2016.3838C17.7339%2016.3838%2018.8084%2017.4583%2018.8084%2018.7838C18.8084%2020.1093%2017.7339%2021.1838%2016.4084%2021.1838C15.0829%2021.1838%2014.0084%2020.1093%2014.0084%2018.7838ZM5.1916%2018.7838C5.1916%2017.4583%206.2661%2016.3838%207.5916%2016.3838C8.9171%2016.3838%209.9916%2017.4583%209.9916%2018.7838C9.9916%2020.1093%208.9171%2021.1838%207.5916%2021.1838C6.2661%2021.1838%205.1916%2020.1093%205.1916%2018.7838ZM2.4671%2010.3986C2.4671%209.0731%203.5416%207.9986%204.8671%207.9986C6.1926%207.9986%207.2671%209.0731%207.2671%2010.3986C7.2671%2011.7241%206.1926%2012.7986%204.8671%2012.7986C3.5416%2012.7986%202.4671%2011.7241%202.4671%2010.3986Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9.6%205.2162C9.6%203.8907%2010.6745%202.8162%2012%202.8162C13.3255%202.8162%2014.4%203.8907%2014.4%205.2162C14.4%206.5417%2013.3255%207.6162%2012%207.6162C10.6745%207.6162%209.6%206.5417%209.6%205.2162ZM16.7329%2010.3986C16.7329%209.0731%2017.8074%207.9986%2019.1329%207.9986C20.4584%207.9986%2021.5329%209.0731%2021.5329%2010.3986C21.5329%2011.7241%2020.4584%2012.7986%2019.1329%2012.7986C17.8074%2012.7986%2016.7329%2011.7241%2016.7329%2010.3986ZM14.0084%2018.7838C14.0084%2017.4583%2015.0829%2016.3838%2016.4084%2016.3838C17.7339%2016.3838%2018.8084%2017.4583%2018.8084%2018.7838C18.8084%2020.1093%2017.7339%2021.1838%2016.4084%2021.1838C15.0829%2021.1838%2014.0084%2020.1093%2014.0084%2018.7838ZM5.1916%2018.7838C5.1916%2017.4583%206.2661%2016.3838%207.5916%2016.3838C8.9171%2016.3838%209.9916%2017.4583%209.9916%2018.7838C9.9916%2020.1093%208.9171%2021.1838%207.5916%2021.1838C6.2661%2021.1838%205.1916%2020.1093%205.1916%2018.7838ZM2.4671%2010.3986C2.4671%209.0731%203.5416%207.9986%204.8671%207.9986C6.1926%207.9986%207.2671%209.0731%207.2671%2010.3986C7.2671%2011.7241%206.1926%2012.7986%204.8671%2012.7986C3.5416%2012.7986%202.4671%2011.7241%202.4671%2010.3986Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/flower-sharp-duotone.svg?color=%231a73e8&size=48