flower-poppy from Material Design Icons by Pictogrammers · Filled · Agriculture · Apache-2.0 Free for personal and commercial use.

Name
flower-poppy
Set
Material Design Icons
Style
Filled
Category
Agriculture
Viewbox
24×24
License
Apache 2.0

More agriculture icons from Material Design Icons

Use the flower poppy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 12A3.5 3.5 0 0 0 22 8.5A6.5 6.5 0 0 0 15.5 2A3.5 3.5 0 0 0 12 5.5A3.5 3.5 0 0 0 8.5 2A6.5 6.5 0 0 0 2 8.5A3.5 3.5 0 0 0 5.5 12A3.5 3.5 0 0 0 2 15.5A6.5 6.5 0 0 0 8.5 22a3.5 3.5 0 0 0 3.5-3.5a3.5 3.5 0 0 0 3.5 3.5a6.5 6.5 0 0 0 6.5-6.5a3.5 3.5 0 0 0-3.5-3.5M12 16a4 4 0 0 1-4-4a4 4 0 0 1 4-4a4 4 0 0 1 4 4a4 4 0 0 1-4 4m2.5-4a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 9.5 12A2.5 2.5 0 0 1 12 9.5a2.5 2.5 0 0 1 2.5 2.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiFlowerPoppy(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.5 12A3.5 3.5 0 0 0 22 8.5A6.5 6.5 0 0 0 15.5 2A3.5 3.5 0 0 0 12 5.5A3.5 3.5 0 0 0 8.5 2A6.5 6.5 0 0 0 2 8.5A3.5 3.5 0 0 0 5.5 12A3.5 3.5 0 0 0 2 15.5A6.5 6.5 0 0 0 8.5 22a3.5 3.5 0 0 0 3.5-3.5a3.5 3.5 0 0 0 3.5 3.5a6.5 6.5 0 0 0 6.5-6.5a3.5 3.5 0 0 0-3.5-3.5M12 16a4 4 0 0 1-4-4a4 4 0 0 1 4-4a4 4 0 0 1 4 4a4 4 0 0 1-4 4m2.5-4a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 9.5 12A2.5 2.5 0 0 1 12 9.5a2.5 2.5 0 0 1 2.5 2.5"/></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.5 12A3.5 3.5 0 0 0 22 8.5A6.5 6.5 0 0 0 15.5 2A3.5 3.5 0 0 0 12 5.5A3.5 3.5 0 0 0 8.5 2A6.5 6.5 0 0 0 2 8.5A3.5 3.5 0 0 0 5.5 12A3.5 3.5 0 0 0 2 15.5A6.5 6.5 0 0 0 8.5 22a3.5 3.5 0 0 0 3.5-3.5a3.5 3.5 0 0 0 3.5 3.5a6.5 6.5 0 0 0 6.5-6.5a3.5 3.5 0 0 0-3.5-3.5M12 16a4 4 0 0 1-4-4a4 4 0 0 1 4-4a4 4 0 0 1 4 4a4 4 0 0 1-4 4m2.5-4a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 9.5 12A2.5 2.5 0 0 1 12 9.5a2.5 2.5 0 0 1 2.5 2.5"/></svg>
</template>

CSS

.icon-flower-poppy {
  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.5%2012A3.5%203.5%200%200%200%2022%208.5A6.5%206.5%200%200%200%2015.5%202A3.5%203.5%200%200%200%2012%205.5A3.5%203.5%200%200%200%208.5%202A6.5%206.5%200%200%200%202%208.5A3.5%203.5%200%200%200%205.5%2012A3.5%203.5%200%200%200%202%2015.5A6.5%206.5%200%200%200%208.5%2022a3.5%203.5%200%200%200%203.5-3.5a3.5%203.5%200%200%200%203.5%203.5a6.5%206.5%200%200%200%206.5-6.5a3.5%203.5%200%200%200-3.5-3.5M12%2016a4%204%200%200%201-4-4a4%204%200%200%201%204-4a4%204%200%200%201%204%204a4%204%200%200%201-4%204m2.5-4a2.5%202.5%200%200%201-2.5%202.5A2.5%202.5%200%200%201%209.5%2012A2.5%202.5%200%200%201%2012%209.5a2.5%202.5%200%200%201%202.5%202.5%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.5%2012A3.5%203.5%200%200%200%2022%208.5A6.5%206.5%200%200%200%2015.5%202A3.5%203.5%200%200%200%2012%205.5A3.5%203.5%200%200%200%208.5%202A6.5%206.5%200%200%200%202%208.5A3.5%203.5%200%200%200%205.5%2012A3.5%203.5%200%200%200%202%2015.5A6.5%206.5%200%200%200%208.5%2022a3.5%203.5%200%200%200%203.5-3.5a3.5%203.5%200%200%200%203.5%203.5a6.5%206.5%200%200%200%206.5-6.5a3.5%203.5%200%200%200-3.5-3.5M12%2016a4%204%200%200%201-4-4a4%204%200%200%201%204-4a4%204%200%200%201%204%204a4%204%200%200%201-4%204m2.5-4a2.5%202.5%200%200%201-2.5%202.5A2.5%202.5%200%200%201%209.5%2012A2.5%202.5%200%200%201%2012%209.5a2.5%202.5%200%200%201%202.5%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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