white flower emoji
white-flower from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.
- Name
- white-flower
- Set
- OpenMoji
- Style
- Default
- Category
- Animals Nature
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More animals nature icons from OpenMoji
Use the white flower emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGua6c3bQj" d="M46.92 17.265a16.54 16.54 0 0 0-2.106-7.145l-2.143 1.362l-1.333-2.256a16.54 16.54 0 0 0-5.293 5.243M14.259 30.41a16.54 16.54 0 0 1-3.432-6.613l2.49-.502l-.601-2.55a16.54 16.54 0 0 1 7.449.116m17.472 35.637a16.54 16.54 0 0 0 5.956 4.475L44.5 58.6l2.416 1.014a16.54 16.54 0 0 0 1.114-7.366m9.982-13.486a16.54 16.54 0 0 0 5.453-5.076l-2.176-1.31l1.424-2.2a16.54 16.54 0 0 0-7.055-2.393M21.43 53.484a16.54 16.54 0 0 1-7.45.117l.663-2.452l-2.55-.601a16.54 16.54 0 0 1 3.43-6.613M29.57 32.7c-3.223-2.653-6.532-7.306-3.538-15.334l2.311.985"/><path id="SVGvjoXbdld" d="m28.24 18.393l.985-2.311c7.72 3.716 8.556 9.364 8.07 13.51l.206-.083c1.25-3.735 4.334-7.969 12.623-8.192l-.098 2.433l2.433.098a13.93 13.93 0 0 1-9.583 12.474M29.57 32.7c-3.49-1.828-8.543-2.786-14.676 2.794l1.756 1.687l-1.687 1.756a13.93 13.93 0 0 0 15.552 2.36"/><path id="SVG1o1BXbPu" d="M30.412 41.338a13.71 13.71 0 0 0-4.63 14.67l2.35-.706l.706 2.35c12.115-4.397 8.876-14.824 8.876-14.824l.722-.29s5.05 9.578 16.773 4.501l-1.015-2.225l2.183-1.118a13.85 13.85 0 0 0-13.5-7.374"/></defs><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><use href="#SVGua6c3bQj"/><use href="#SVGvjoXbdld"/><use href="#SVG1o1BXbPu"/></g><g fill="none" stroke="#d22f27" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><use href="#SVGua6c3bQj"/><use href="#SVGvjoXbdld"/><use href="#SVG1o1BXbPu"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiWhiteFlower(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGua6c3bQj" d="M46.92 17.265a16.54 16.54 0 0 0-2.106-7.145l-2.143 1.362l-1.333-2.256a16.54 16.54 0 0 0-5.293 5.243M14.259 30.41a16.54 16.54 0 0 1-3.432-6.613l2.49-.502l-.601-2.55a16.54 16.54 0 0 1 7.449.116m17.472 35.637a16.54 16.54 0 0 0 5.956 4.475L44.5 58.6l2.416 1.014a16.54 16.54 0 0 0 1.114-7.366m9.982-13.486a16.54 16.54 0 0 0 5.453-5.076l-2.176-1.31l1.424-2.2a16.54 16.54 0 0 0-7.055-2.393M21.43 53.484a16.54 16.54 0 0 1-7.45.117l.663-2.452l-2.55-.601a16.54 16.54 0 0 1 3.43-6.613M29.57 32.7c-3.223-2.653-6.532-7.306-3.538-15.334l2.311.985"/><path id="SVGvjoXbdld" d="m28.24 18.393l.985-2.311c7.72 3.716 8.556 9.364 8.07 13.51l.206-.083c1.25-3.735 4.334-7.969 12.623-8.192l-.098 2.433l2.433.098a13.93 13.93 0 0 1-9.583 12.474M29.57 32.7c-3.49-1.828-8.543-2.786-14.676 2.794l1.756 1.687l-1.687 1.756a13.93 13.93 0 0 0 15.552 2.36"/><path id="SVG1o1BXbPu" d="M30.412 41.338a13.71 13.71 0 0 0-4.63 14.67l2.35-.706l.706 2.35c12.115-4.397 8.876-14.824 8.876-14.824l.722-.29s5.05 9.578 16.773 4.501l-1.015-2.225l2.183-1.118a13.85 13.85 0 0 0-13.5-7.374"/></defs><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><use href="#SVGua6c3bQj"/><use href="#SVGvjoXbdld"/><use href="#SVG1o1BXbPu"/></g><g fill="none" stroke="#d22f27" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><use href="#SVGua6c3bQj"/><use href="#SVGvjoXbdld"/><use href="#SVG1o1BXbPu"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGua6c3bQj" d="M46.92 17.265a16.54 16.54 0 0 0-2.106-7.145l-2.143 1.362l-1.333-2.256a16.54 16.54 0 0 0-5.293 5.243M14.259 30.41a16.54 16.54 0 0 1-3.432-6.613l2.49-.502l-.601-2.55a16.54 16.54 0 0 1 7.449.116m17.472 35.637a16.54 16.54 0 0 0 5.956 4.475L44.5 58.6l2.416 1.014a16.54 16.54 0 0 0 1.114-7.366m9.982-13.486a16.54 16.54 0 0 0 5.453-5.076l-2.176-1.31l1.424-2.2a16.54 16.54 0 0 0-7.055-2.393M21.43 53.484a16.54 16.54 0 0 1-7.45.117l.663-2.452l-2.55-.601a16.54 16.54 0 0 1 3.43-6.613M29.57 32.7c-3.223-2.653-6.532-7.306-3.538-15.334l2.311.985"/><path id="SVGvjoXbdld" d="m28.24 18.393l.985-2.311c7.72 3.716 8.556 9.364 8.07 13.51l.206-.083c1.25-3.735 4.334-7.969 12.623-8.192l-.098 2.433l2.433.098a13.93 13.93 0 0 1-9.583 12.474M29.57 32.7c-3.49-1.828-8.543-2.786-14.676 2.794l1.756 1.687l-1.687 1.756a13.93 13.93 0 0 0 15.552 2.36"/><path id="SVG1o1BXbPu" d="M30.412 41.338a13.71 13.71 0 0 0-4.63 14.67l2.35-.706l.706 2.35c12.115-4.397 8.876-14.824 8.876-14.824l.722-.29s5.05 9.578 16.773 4.501l-1.015-2.225l2.183-1.118a13.85 13.85 0 0 0-13.5-7.374"/></defs><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><use href="#SVGua6c3bQj"/><use href="#SVGvjoXbdld"/><use href="#SVG1o1BXbPu"/></g><g fill="none" stroke="#d22f27" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><use href="#SVGua6c3bQj"/><use href="#SVGvjoXbdld"/><use href="#SVG1o1BXbPu"/></g></svg> </template>
CSS
.icon-white-flower {
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%2072%2072%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGua6c3bQj%22%20d%3D%22M46.92%2017.265a16.54%2016.54%200%200%200-2.106-7.145l-2.143%201.362l-1.333-2.256a16.54%2016.54%200%200%200-5.293%205.243M14.259%2030.41a16.54%2016.54%200%200%201-3.432-6.613l2.49-.502l-.601-2.55a16.54%2016.54%200%200%201%207.449.116m17.472%2035.637a16.54%2016.54%200%200%200%205.956%204.475L44.5%2058.6l2.416%201.014a16.54%2016.54%200%200%200%201.114-7.366m9.982-13.486a16.54%2016.54%200%200%200%205.453-5.076l-2.176-1.31l1.424-2.2a16.54%2016.54%200%200%200-7.055-2.393M21.43%2053.484a16.54%2016.54%200%200%201-7.45.117l.663-2.452l-2.55-.601a16.54%2016.54%200%200%201%203.43-6.613M29.57%2032.7c-3.223-2.653-6.532-7.306-3.538-15.334l2.311.985%22%2F%3E%3Cpath%20id%3D%22SVGvjoXbdld%22%20d%3D%22m28.24%2018.393l.985-2.311c7.72%203.716%208.556%209.364%208.07%2013.51l.206-.083c1.25-3.735%204.334-7.969%2012.623-8.192l-.098%202.433l2.433.098a13.93%2013.93%200%200%201-9.583%2012.474M29.57%2032.7c-3.49-1.828-8.543-2.786-14.676%202.794l1.756%201.687l-1.687%201.756a13.93%2013.93%200%200%200%2015.552%202.36%22%2F%3E%3Cpath%20id%3D%22SVG1o1BXbPu%22%20d%3D%22M30.412%2041.338a13.71%2013.71%200%200%200-4.63%2014.67l2.35-.706l.706%202.35c12.115-4.397%208.876-14.824%208.876-14.824l.722-.29s5.05%209.578%2016.773%204.501l-1.015-2.225l2.183-1.118a13.85%2013.85%200%200%200-13.5-7.374%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cuse%20href%3D%22%23SVGua6c3bQj%22%2F%3E%3Cuse%20href%3D%22%23SVGvjoXbdld%22%2F%3E%3Cuse%20href%3D%22%23SVG1o1BXbPu%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cuse%20href%3D%22%23SVGua6c3bQj%22%2F%3E%3Cuse%20href%3D%22%23SVGvjoXbdld%22%2F%3E%3Cuse%20href%3D%22%23SVG1o1BXbPu%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%2072%2072%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGua6c3bQj%22%20d%3D%22M46.92%2017.265a16.54%2016.54%200%200%200-2.106-7.145l-2.143%201.362l-1.333-2.256a16.54%2016.54%200%200%200-5.293%205.243M14.259%2030.41a16.54%2016.54%200%200%201-3.432-6.613l2.49-.502l-.601-2.55a16.54%2016.54%200%200%201%207.449.116m17.472%2035.637a16.54%2016.54%200%200%200%205.956%204.475L44.5%2058.6l2.416%201.014a16.54%2016.54%200%200%200%201.114-7.366m9.982-13.486a16.54%2016.54%200%200%200%205.453-5.076l-2.176-1.31l1.424-2.2a16.54%2016.54%200%200%200-7.055-2.393M21.43%2053.484a16.54%2016.54%200%200%201-7.45.117l.663-2.452l-2.55-.601a16.54%2016.54%200%200%201%203.43-6.613M29.57%2032.7c-3.223-2.653-6.532-7.306-3.538-15.334l2.311.985%22%2F%3E%3Cpath%20id%3D%22SVGvjoXbdld%22%20d%3D%22m28.24%2018.393l.985-2.311c7.72%203.716%208.556%209.364%208.07%2013.51l.206-.083c1.25-3.735%204.334-7.969%2012.623-8.192l-.098%202.433l2.433.098a13.93%2013.93%200%200%201-9.583%2012.474M29.57%2032.7c-3.49-1.828-8.543-2.786-14.676%202.794l1.756%201.687l-1.687%201.756a13.93%2013.93%200%200%200%2015.552%202.36%22%2F%3E%3Cpath%20id%3D%22SVG1o1BXbPu%22%20d%3D%22M30.412%2041.338a13.71%2013.71%200%200%200-4.63%2014.67l2.35-.706l.706%202.35c12.115-4.397%208.876-14.824%208.876-14.824l.722-.29s5.05%209.578%2016.773%204.501l-1.015-2.225l2.183-1.118a13.85%2013.85%200%200%200-13.5-7.374%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cuse%20href%3D%22%23SVGua6c3bQj%22%2F%3E%3Cuse%20href%3D%22%23SVGvjoXbdld%22%2F%3E%3Cuse%20href%3D%22%23SVG1o1BXbPu%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cuse%20href%3D%22%23SVGua6c3bQj%22%2F%3E%3Cuse%20href%3D%22%23SVGvjoXbdld%22%2F%3E%3Cuse%20href%3D%22%23SVG1o1BXbPu%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/white-flower.svg?color=%231a73e8&size=48