poppy from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
poppy
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the poppy emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" stroke="#ea5a47" stroke-width="2" d="M21.42 31.02c-.267 5.057-3.616 18.77 14.35 18.61c10.36-4.145 11.6-1.538 15.68-9.703c.44-10.15-4.093-14.12-10.66-14.56l-5.197-2.198c-6.765-1.758-11.17 1.914-14.17 7.847z"/><path fill="#5c9e31" stroke="#5c9e31" stroke-linejoin="round" stroke-width="1.6" d="M42.96 24.05c2.172-2.347 2.995-3.441 2.136-5.973c3.185 1.3 4.454-1.296 4.415-3.267c2.214.496 4.496-.7 6.159-1.887c-.815 1.831-.974 4.673-.33 6.426c-1.037-.118-3.592 1.275-2.439 4.51c-2.239-.35-3.918-.206-5.902 1.992z"/><ellipse cx="17.99" cy="47.92" rx="3.383" ry="3.384" transform="rotate(-24.119)"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M36 53.88v10.11"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M44.48 22.27c1.163-1.679.693-2.78.616-4.199c3.166.363 4.261-1.02 4.414-3.267c2.437.383 6.16-1.887 6.16-1.887s-.836 4.279-.331 6.426c-2.67.526-2.788 2.225-2.438 4.51c-1.756-.02-2.938.007-4.015.513"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M35.11 23.08c-8.409-3.817-18.04 6.391-15.28 17.42c2.729 10.89 11.99 10.59 15.47 9.446m3.54-24.516c6.852-3.328 15.7 4.769 13.45 14.38c-2.224 9.497-9.767 9.231-12.61 8.241"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiPoppy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" stroke="#ea5a47" strokeWidth="2" d="M21.42 31.02c-.267 5.057-3.616 18.77 14.35 18.61c10.36-4.145 11.6-1.538 15.68-9.703c.44-10.15-4.093-14.12-10.66-14.56l-5.197-2.198c-6.765-1.758-11.17 1.914-14.17 7.847z"/><path fill="#5c9e31" stroke="#5c9e31" strokeLinejoin="round" strokeWidth="1.6" d="M42.96 24.05c2.172-2.347 2.995-3.441 2.136-5.973c3.185 1.3 4.454-1.296 4.415-3.267c2.214.496 4.496-.7 6.159-1.887c-.815 1.831-.974 4.673-.33 6.426c-1.037-.118-3.592 1.275-2.439 4.51c-2.239-.35-3.918-.206-5.902 1.992z"/><ellipse cx="17.99" cy="47.92" rx="3.383" ry="3.384" transform="rotate(-24.119)"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M36 53.88v10.11"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.6" d="M44.48 22.27c1.163-1.679.693-2.78.616-4.199c3.166.363 4.261-1.02 4.414-3.267c2.437.383 6.16-1.887 6.16-1.887s-.836 4.279-.331 6.426c-2.67.526-2.788 2.225-2.438 4.51c-1.756-.02-2.938.007-4.015.513"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M35.11 23.08c-8.409-3.817-18.04 6.391-15.28 17.42c2.729 10.89 11.99 10.59 15.47 9.446m3.54-24.516c6.852-3.328 15.7 4.769 13.45 14.38c-2.224 9.497-9.767 9.231-12.61 8.241"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" stroke="#ea5a47" stroke-width="2" d="M21.42 31.02c-.267 5.057-3.616 18.77 14.35 18.61c10.36-4.145 11.6-1.538 15.68-9.703c.44-10.15-4.093-14.12-10.66-14.56l-5.197-2.198c-6.765-1.758-11.17 1.914-14.17 7.847z"/><path fill="#5c9e31" stroke="#5c9e31" stroke-linejoin="round" stroke-width="1.6" d="M42.96 24.05c2.172-2.347 2.995-3.441 2.136-5.973c3.185 1.3 4.454-1.296 4.415-3.267c2.214.496 4.496-.7 6.159-1.887c-.815 1.831-.974 4.673-.33 6.426c-1.037-.118-3.592 1.275-2.439 4.51c-2.239-.35-3.918-.206-5.902 1.992z"/><ellipse cx="17.99" cy="47.92" rx="3.383" ry="3.384" transform="rotate(-24.119)"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M36 53.88v10.11"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M44.48 22.27c1.163-1.679.693-2.78.616-4.199c3.166.363 4.261-1.02 4.414-3.267c2.437.383 6.16-1.887 6.16-1.887s-.836 4.279-.331 6.426c-2.67.526-2.788 2.225-2.438 4.51c-1.756-.02-2.938.007-4.015.513"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M35.11 23.08c-8.409-3.817-18.04 6.391-15.28 17.42c2.729 10.89 11.99 10.59 15.47 9.446m3.54-24.516c6.852-3.328 15.7 4.769 13.45 14.38c-2.224 9.497-9.767 9.231-12.61 8.241"/></svg>
</template>

CSS

.icon-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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20stroke%3D%22%23ea5a47%22%20stroke-width%3D%222%22%20d%3D%22M21.42%2031.02c-.267%205.057-3.616%2018.77%2014.35%2018.61c10.36-4.145%2011.6-1.538%2015.68-9.703c.44-10.15-4.093-14.12-10.66-14.56l-5.197-2.198c-6.765-1.758-11.17%201.914-14.17%207.847z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20stroke%3D%22%235c9e31%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.6%22%20d%3D%22M42.96%2024.05c2.172-2.347%202.995-3.441%202.136-5.973c3.185%201.3%204.454-1.296%204.415-3.267c2.214.496%204.496-.7%206.159-1.887c-.815%201.831-.974%204.673-.33%206.426c-1.037-.118-3.592%201.275-2.439%204.51c-2.239-.35-3.918-.206-5.902%201.992z%22%2F%3E%3Cellipse%20cx%3D%2217.99%22%20cy%3D%2247.92%22%20rx%3D%223.383%22%20ry%3D%223.384%22%20transform%3D%22rotate(-24.119)%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M36%2053.88v10.11%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.6%22%20d%3D%22M44.48%2022.27c1.163-1.679.693-2.78.616-4.199c3.166.363%204.261-1.02%204.414-3.267c2.437.383%206.16-1.887%206.16-1.887s-.836%204.279-.331%206.426c-2.67.526-2.788%202.225-2.438%204.51c-1.756-.02-2.938.007-4.015.513%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M35.11%2023.08c-8.409-3.817-18.04%206.391-15.28%2017.42c2.729%2010.89%2011.99%2010.59%2015.47%209.446m3.54-24.516c6.852-3.328%2015.7%204.769%2013.45%2014.38c-2.224%209.497-9.767%209.231-12.61%208.241%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20stroke%3D%22%23ea5a47%22%20stroke-width%3D%222%22%20d%3D%22M21.42%2031.02c-.267%205.057-3.616%2018.77%2014.35%2018.61c10.36-4.145%2011.6-1.538%2015.68-9.703c.44-10.15-4.093-14.12-10.66-14.56l-5.197-2.198c-6.765-1.758-11.17%201.914-14.17%207.847z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20stroke%3D%22%235c9e31%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.6%22%20d%3D%22M42.96%2024.05c2.172-2.347%202.995-3.441%202.136-5.973c3.185%201.3%204.454-1.296%204.415-3.267c2.214.496%204.496-.7%206.159-1.887c-.815%201.831-.974%204.673-.33%206.426c-1.037-.118-3.592%201.275-2.439%204.51c-2.239-.35-3.918-.206-5.902%201.992z%22%2F%3E%3Cellipse%20cx%3D%2217.99%22%20cy%3D%2247.92%22%20rx%3D%223.383%22%20ry%3D%223.384%22%20transform%3D%22rotate(-24.119)%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M36%2053.88v10.11%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.6%22%20d%3D%22M44.48%2022.27c1.163-1.679.693-2.78.616-4.199c3.166.363%204.261-1.02%204.414-3.267c2.437.383%206.16-1.887%206.16-1.887s-.836%204.279-.331%206.426c-2.67.526-2.788%202.225-2.438%204.51c-1.756-.02-2.938.007-4.015.513%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M35.11%2023.08c-8.409-3.817-18.04%206.391-15.28%2017.42c2.729%2010.89%2011.99%2010.59%2015.47%209.446m3.54-24.516c6.852-3.328%2015.7%204.769%2013.45%2014.38c-2.224%209.497-9.767%209.231-12.61%208.241%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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