flower tulip icon
flower-tulip-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- flower-tulip-thin
- Set
- Phosphor
- Style
- Thin
- 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 52a83.5 83.5 0 0 0-37 8.62c-14.2-26.46-40-39.63-41.19-40.2a4 4 0 0 0-3.58 0c-1.14.57-27 13.74-41.19 40.2A83.5 83.5 0 0 0 48 52a4 4 0 0 0-4 4v40a84.1 84.1 0 0 0 80 83.9v45.63l-42.21-21.11a4 4 0 1 0-3.58 7.16l48 24a4 4 0 0 0 3.58 0l48-24a4 4 0 0 0-3.58-7.16L132 225.53V179.9A84.1 84.1 0 0 0 212 96V56a4 4 0 0 0-4-4m-80-23.44c5.91 3.37 25 15.45 36 35.93a84.46 84.46 0 0 0-36 45.92a84.46 84.46 0 0 0-36-45.92c11-20.42 30.1-32.55 36-35.93M52 96V60.1a76.11 76.11 0 0 1 72 75.9v35.9A76.11 76.11 0 0 1 52 96m152 0a76.11 76.11 0 0 1-72 75.9V136a76.11 76.11 0 0 1 72-75.9Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFlowerTulipThin(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 52a83.5 83.5 0 0 0-37 8.62c-14.2-26.46-40-39.63-41.19-40.2a4 4 0 0 0-3.58 0c-1.14.57-27 13.74-41.19 40.2A83.5 83.5 0 0 0 48 52a4 4 0 0 0-4 4v40a84.1 84.1 0 0 0 80 83.9v45.63l-42.21-21.11a4 4 0 1 0-3.58 7.16l48 24a4 4 0 0 0 3.58 0l48-24a4 4 0 0 0-3.58-7.16L132 225.53V179.9A84.1 84.1 0 0 0 212 96V56a4 4 0 0 0-4-4m-80-23.44c5.91 3.37 25 15.45 36 35.93a84.46 84.46 0 0 0-36 45.92a84.46 84.46 0 0 0-36-45.92c11-20.42 30.1-32.55 36-35.93M52 96V60.1a76.11 76.11 0 0 1 72 75.9v35.9A76.11 76.11 0 0 1 52 96m152 0a76.11 76.11 0 0 1-72 75.9V136a76.11 76.11 0 0 1 72-75.9Z"/></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 52a83.5 83.5 0 0 0-37 8.62c-14.2-26.46-40-39.63-41.19-40.2a4 4 0 0 0-3.58 0c-1.14.57-27 13.74-41.19 40.2A83.5 83.5 0 0 0 48 52a4 4 0 0 0-4 4v40a84.1 84.1 0 0 0 80 83.9v45.63l-42.21-21.11a4 4 0 1 0-3.58 7.16l48 24a4 4 0 0 0 3.58 0l48-24a4 4 0 0 0-3.58-7.16L132 225.53V179.9A84.1 84.1 0 0 0 212 96V56a4 4 0 0 0-4-4m-80-23.44c5.91 3.37 25 15.45 36 35.93a84.46 84.46 0 0 0-36 45.92a84.46 84.46 0 0 0-36-45.92c11-20.42 30.1-32.55 36-35.93M52 96V60.1a76.11 76.11 0 0 1 72 75.9v35.9A76.11 76.11 0 0 1 52 96m152 0a76.11 76.11 0 0 1-72 75.9V136a76.11 76.11 0 0 1 72-75.9Z"/></svg> </template>
CSS
.icon-flower-tulip-thin {
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%2052a83.5%2083.5%200%200%200-37%208.62c-14.2-26.46-40-39.63-41.19-40.2a4%204%200%200%200-3.58%200c-1.14.57-27%2013.74-41.19%2040.2A83.5%2083.5%200%200%200%2048%2052a4%204%200%200%200-4%204v40a84.1%2084.1%200%200%200%2080%2083.9v45.63l-42.21-21.11a4%204%200%201%200-3.58%207.16l48%2024a4%204%200%200%200%203.58%200l48-24a4%204%200%200%200-3.58-7.16L132%20225.53V179.9A84.1%2084.1%200%200%200%20212%2096V56a4%204%200%200%200-4-4m-80-23.44c5.91%203.37%2025%2015.45%2036%2035.93a84.46%2084.46%200%200%200-36%2045.92a84.46%2084.46%200%200%200-36-45.92c11-20.42%2030.1-32.55%2036-35.93M52%2096V60.1a76.11%2076.11%200%200%201%2072%2075.9v35.9A76.11%2076.11%200%200%201%2052%2096m152%200a76.11%2076.11%200%200%201-72%2075.9V136a76.11%2076.11%200%200%201%2072-75.9Z%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%2052a83.5%2083.5%200%200%200-37%208.62c-14.2-26.46-40-39.63-41.19-40.2a4%204%200%200%200-3.58%200c-1.14.57-27%2013.74-41.19%2040.2A83.5%2083.5%200%200%200%2048%2052a4%204%200%200%200-4%204v40a84.1%2084.1%200%200%200%2080%2083.9v45.63l-42.21-21.11a4%204%200%201%200-3.58%207.16l48%2024a4%204%200%200%200%203.58%200l48-24a4%204%200%200%200-3.58-7.16L132%20225.53V179.9A84.1%2084.1%200%200%200%20212%2096V56a4%204%200%200%200-4-4m-80-23.44c5.91%203.37%2025%2015.45%2036%2035.93a84.46%2084.46%200%200%200-36%2045.92a84.46%2084.46%200%200%200-36-45.92c11-20.42%2030.1-32.55%2036-35.93M52%2096V60.1a76.11%2076.11%200%200%201%2072%2075.9v35.9A76.11%2076.11%200%200%201%2052%2096m152%200a76.11%2076.11%200%200%201-72%2075.9V136a76.11%2076.11%200%200%201%2072-75.9Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/flower-tulip-thin.svg?color=%231a73e8&size=48