flower from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
flower
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the flower logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.938 5.31l-.647-2.263l-1.094-.28l-.062-1.11L15.318.514l-1.036.274l-.69-.788h-2.175l-.619.788L9.751.372l-1.754.764L7.61 2.22l-1.347.067l-1.066 2.325l.68 1.125l-.63.96l.29 2.03l1.251.415l.012 1.302l1.937 1.119l.908-.284l.66.816v4.973H9.24v-.578H7.037v1.162H9.23v.579h1.075v3.517H5.062v1.162H7.42V24h6.929v-1.09h2.262v-1.162h-5.147v-4.626h1.624v-.927h-1.624v-4.097h1.286l.76-.74l.84.336l2.098-.76l.202-1.238l1.266-.13l.83-2.043l-.535-1.166Zm-1.453 2.243l-.377.928l-1.455.15l-.237 1.442l-1.045.377l-1.128-.452l-.963.937h-1.42l-.808-1l-1.176.367l-.921-.532L7.94 8.3l-1.356-.448l-.126-.88l.792-1.208l-.742-1.227l.515-1.124l1.42-.071l.477-1.34l.852-.372l1.403.558l.806-1.027h1.082l.818.934l1.244-.329l.881.554l.077 1.36l1.274.326l.31 1.09l-.789 1.143zm-1.615 7.476h-2.783v1.163h2.783zM11.04 3.715l-1.036 1.038v1.87l1.049 1.037l2.975-.035l1.02-1.01l.046-1.834l-1.037-1.066Zm2.86 2.403l-.354.349l-2.023.024l-.36-.356v-.903l.357-.357h2.047l.354.364z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsFlower(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.938 5.31l-.647-2.263l-1.094-.28l-.062-1.11L15.318.514l-1.036.274l-.69-.788h-2.175l-.619.788L9.751.372l-1.754.764L7.61 2.22l-1.347.067l-1.066 2.325l.68 1.125l-.63.96l.29 2.03l1.251.415l.012 1.302l1.937 1.119l.908-.284l.66.816v4.973H9.24v-.578H7.037v1.162H9.23v.579h1.075v3.517H5.062v1.162H7.42V24h6.929v-1.09h2.262v-1.162h-5.147v-4.626h1.624v-.927h-1.624v-4.097h1.286l.76-.74l.84.336l2.098-.76l.202-1.238l1.266-.13l.83-2.043l-.535-1.166Zm-1.453 2.243l-.377.928l-1.455.15l-.237 1.442l-1.045.377l-1.128-.452l-.963.937h-1.42l-.808-1l-1.176.367l-.921-.532L7.94 8.3l-1.356-.448l-.126-.88l.792-1.208l-.742-1.227l.515-1.124l1.42-.071l.477-1.34l.852-.372l1.403.558l.806-1.027h1.082l.818.934l1.244-.329l.881.554l.077 1.36l1.274.326l.31 1.09l-.789 1.143zm-1.615 7.476h-2.783v1.163h2.783zM11.04 3.715l-1.036 1.038v1.87l1.049 1.037l2.975-.035l1.02-1.01l.046-1.834l-1.037-1.066Zm2.86 2.403l-.354.349l-2.023.024l-.36-.356v-.903l.357-.357h2.047l.354.364z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.938 5.31l-.647-2.263l-1.094-.28l-.062-1.11L15.318.514l-1.036.274l-.69-.788h-2.175l-.619.788L9.751.372l-1.754.764L7.61 2.22l-1.347.067l-1.066 2.325l.68 1.125l-.63.96l.29 2.03l1.251.415l.012 1.302l1.937 1.119l.908-.284l.66.816v4.973H9.24v-.578H7.037v1.162H9.23v.579h1.075v3.517H5.062v1.162H7.42V24h6.929v-1.09h2.262v-1.162h-5.147v-4.626h1.624v-.927h-1.624v-4.097h1.286l.76-.74l.84.336l2.098-.76l.202-1.238l1.266-.13l.83-2.043l-.535-1.166Zm-1.453 2.243l-.377.928l-1.455.15l-.237 1.442l-1.045.377l-1.128-.452l-.963.937h-1.42l-.808-1l-1.176.367l-.921-.532L7.94 8.3l-1.356-.448l-.126-.88l.792-1.208l-.742-1.227l.515-1.124l1.42-.071l.477-1.34l.852-.372l1.403.558l.806-1.027h1.082l.818.934l1.244-.329l.881.554l.077 1.36l1.274.326l.31 1.09l-.789 1.143zm-1.615 7.476h-2.783v1.163h2.783zM11.04 3.715l-1.036 1.038v1.87l1.049 1.037l2.975-.035l1.02-1.01l.046-1.834l-1.037-1.066Zm2.86 2.403l-.354.349l-2.023.024l-.36-.356v-.903l.357-.357h2.047l.354.364z"/></svg>
</template>

CSS

.icon-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.938%205.31l-.647-2.263l-1.094-.28l-.062-1.11L15.318.514l-1.036.274l-.69-.788h-2.175l-.619.788L9.751.372l-1.754.764L7.61%202.22l-1.347.067l-1.066%202.325l.68%201.125l-.63.96l.29%202.03l1.251.415l.012%201.302l1.937%201.119l.908-.284l.66.816v4.973H9.24v-.578H7.037v1.162H9.23v.579h1.075v3.517H5.062v1.162H7.42V24h6.929v-1.09h2.262v-1.162h-5.147v-4.626h1.624v-.927h-1.624v-4.097h1.286l.76-.74l.84.336l2.098-.76l.202-1.238l1.266-.13l.83-2.043l-.535-1.166Zm-1.453%202.243l-.377.928l-1.455.15l-.237%201.442l-1.045.377l-1.128-.452l-.963.937h-1.42l-.808-1l-1.176.367l-.921-.532L7.94%208.3l-1.356-.448l-.126-.88l.792-1.208l-.742-1.227l.515-1.124l1.42-.071l.477-1.34l.852-.372l1.403.558l.806-1.027h1.082l.818.934l1.244-.329l.881.554l.077%201.36l1.274.326l.31%201.09l-.789%201.143zm-1.615%207.476h-2.783v1.163h2.783zM11.04%203.715l-1.036%201.038v1.87l1.049%201.037l2.975-.035l1.02-1.01l.046-1.834l-1.037-1.066Zm2.86%202.403l-.354.349l-2.023.024l-.36-.356v-.903l.357-.357h2.047l.354.364z%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%22currentColor%22%20d%3D%22m18.938%205.31l-.647-2.263l-1.094-.28l-.062-1.11L15.318.514l-1.036.274l-.69-.788h-2.175l-.619.788L9.751.372l-1.754.764L7.61%202.22l-1.347.067l-1.066%202.325l.68%201.125l-.63.96l.29%202.03l1.251.415l.012%201.302l1.937%201.119l.908-.284l.66.816v4.973H9.24v-.578H7.037v1.162H9.23v.579h1.075v3.517H5.062v1.162H7.42V24h6.929v-1.09h2.262v-1.162h-5.147v-4.626h1.624v-.927h-1.624v-4.097h1.286l.76-.74l.84.336l2.098-.76l.202-1.238l1.266-.13l.83-2.043l-.535-1.166Zm-1.453%202.243l-.377.928l-1.455.15l-.237%201.442l-1.045.377l-1.128-.452l-.963.937h-1.42l-.808-1l-1.176.367l-.921-.532L7.94%208.3l-1.356-.448l-.126-.88l.792-1.208l-.742-1.227l.515-1.124l1.42-.071l.477-1.34l.852-.372l1.403.558l.806-1.027h1.082l.818.934l1.244-.329l.881.554l.077%201.36l1.274.326l.31%201.09l-.789%201.143zm-1.615%207.476h-2.783v1.163h2.783zM11.04%203.715l-1.036%201.038v1.87l1.049%201.037l2.975-.035l1.02-1.01l.046-1.834l-1.037-1.066Zm2.86%202.403l-.354.349l-2.023.024l-.36-.356v-.903l.357-.357h2.047l.354.364z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/flower.svg?color=%231a73e8&size=48