flower tulip icon

flower-tulip from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
flower-tulip
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the flower tulip icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 48a87.5 87.5 0 0 0-35.36 7.43c-15.1-25.37-39.92-38-41.06-38.59a8 8 0 0 0-7.16 0c-1.14.58-26 13.22-41.06 38.59A87.5 87.5 0 0 0 48 48a8 8 0 0 0-8 8v40a88.11 88.11 0 0 0 80 87.63v35.43l-36.42-18.22a8 8 0 1 0-7.16 14.32l48 24a8 8 0 0 0 7.16 0l48-24a8 8 0 0 0-7.16-14.32L136 219.06v-35.43A88.11 88.11 0 0 0 216 96V56a8 8 0 0 0-8-8m-88 119.56A72.1 72.1 0 0 1 56 96V64.44A72.1 72.1 0 0 1 120 136Zm8-68.2a88.4 88.4 0 0 0-30.64-36.17c9.57-15.79 24-25.9 30.64-30c6.65 4.08 21.08 14.19 30.64 30A88.46 88.46 0 0 0 128 99.36M200 96a72.1 72.1 0 0 1-64 71.56V136a72.1 72.1 0 0 1 64-71.56Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFlowerTulip(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 48a87.5 87.5 0 0 0-35.36 7.43c-15.1-25.37-39.92-38-41.06-38.59a8 8 0 0 0-7.16 0c-1.14.58-26 13.22-41.06 38.59A87.5 87.5 0 0 0 48 48a8 8 0 0 0-8 8v40a88.11 88.11 0 0 0 80 87.63v35.43l-36.42-18.22a8 8 0 1 0-7.16 14.32l48 24a8 8 0 0 0 7.16 0l48-24a8 8 0 0 0-7.16-14.32L136 219.06v-35.43A88.11 88.11 0 0 0 216 96V56a8 8 0 0 0-8-8m-88 119.56A72.1 72.1 0 0 1 56 96V64.44A72.1 72.1 0 0 1 120 136Zm8-68.2a88.4 88.4 0 0 0-30.64-36.17c9.57-15.79 24-25.9 30.64-30c6.65 4.08 21.08 14.19 30.64 30A88.46 88.46 0 0 0 128 99.36M200 96a72.1 72.1 0 0 1-64 71.56V136a72.1 72.1 0 0 1 64-71.56Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 48a87.5 87.5 0 0 0-35.36 7.43c-15.1-25.37-39.92-38-41.06-38.59a8 8 0 0 0-7.16 0c-1.14.58-26 13.22-41.06 38.59A87.5 87.5 0 0 0 48 48a8 8 0 0 0-8 8v40a88.11 88.11 0 0 0 80 87.63v35.43l-36.42-18.22a8 8 0 1 0-7.16 14.32l48 24a8 8 0 0 0 7.16 0l48-24a8 8 0 0 0-7.16-14.32L136 219.06v-35.43A88.11 88.11 0 0 0 216 96V56a8 8 0 0 0-8-8m-88 119.56A72.1 72.1 0 0 1 56 96V64.44A72.1 72.1 0 0 1 120 136Zm8-68.2a88.4 88.4 0 0 0-30.64-36.17c9.57-15.79 24-25.9 30.64-30c6.65 4.08 21.08 14.19 30.64 30A88.46 88.46 0 0 0 128 99.36M200 96a72.1 72.1 0 0 1-64 71.56V136a72.1 72.1 0 0 1 64-71.56Z"/></svg>
</template>

CSS

.icon-flower-tulip {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2048a87.5%2087.5%200%200%200-35.36%207.43c-15.1-25.37-39.92-38-41.06-38.59a8%208%200%200%200-7.16%200c-1.14.58-26%2013.22-41.06%2038.59A87.5%2087.5%200%200%200%2048%2048a8%208%200%200%200-8%208v40a88.11%2088.11%200%200%200%2080%2087.63v35.43l-36.42-18.22a8%208%200%201%200-7.16%2014.32l48%2024a8%208%200%200%200%207.16%200l48-24a8%208%200%200%200-7.16-14.32L136%20219.06v-35.43A88.11%2088.11%200%200%200%20216%2096V56a8%208%200%200%200-8-8m-88%20119.56A72.1%2072.1%200%200%201%2056%2096V64.44A72.1%2072.1%200%200%201%20120%20136Zm8-68.2a88.4%2088.4%200%200%200-30.64-36.17c9.57-15.79%2024-25.9%2030.64-30c6.65%204.08%2021.08%2014.19%2030.64%2030A88.46%2088.46%200%200%200%20128%2099.36M200%2096a72.1%2072.1%200%200%201-64%2071.56V136a72.1%2072.1%200%200%201%2064-71.56Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2048a87.5%2087.5%200%200%200-35.36%207.43c-15.1-25.37-39.92-38-41.06-38.59a8%208%200%200%200-7.16%200c-1.14.58-26%2013.22-41.06%2038.59A87.5%2087.5%200%200%200%2048%2048a8%208%200%200%200-8%208v40a88.11%2088.11%200%200%200%2080%2087.63v35.43l-36.42-18.22a8%208%200%201%200-7.16%2014.32l48%2024a8%208%200%200%200%207.16%200l48-24a8%208%200%200%200-7.16-14.32L136%20219.06v-35.43A88.11%2088.11%200%200%200%20216%2096V56a8%208%200%200%200-8-8m-88%20119.56A72.1%2072.1%200%200%201%2056%2096V64.44A72.1%2072.1%200%200%201%20120%20136Zm8-68.2a88.4%2088.4%200%200%200-30.64-36.17c9.57-15.79%2024-25.9%2030.64-30c6.65%204.08%2021.08%2014.19%2030.64%2030A88.46%2088.46%200%200%200%20128%2099.36M200%2096a72.1%2072.1%200%200%201-64%2071.56V136a72.1%2072.1%200%200%201%2064-71.56Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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