tulip emoji
tulip from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- tulip
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji High Contrast
Use the tulip emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.588 16.785c.704-1.631 1.072-4.374 1.072-6.242l-.01-6.454c-.001-1.13-.812-2.068-1.825-2.089H23.8c-1.959 0-3.716 1.333-5.149 3.309c-.567-.896-1.214-1.746-1.983-2.5a1.23 1.23 0 0 0-1.741 0l-.01.01c-.745.743-1.374 1.577-1.928 2.453C11.561 3.318 9.812 2 7.86 2c-1.02 0-1.85.938-1.85 2.091V7.89L6 7.879v2.416c0 .415.02.832.053 1.233c.036.496.238 3.027.665 4.287c1.272 3.945 4.203 6.33 8.116 6.678v4.855c-.984-1.574-2.709-2.625-4.682-2.625h-2.07a.78.78 0 0 0-.78.78v.42c0 2.665 2.135 4.86 4.76 4.882h6.965c2.952 0 5.387-2.322 5.542-5.281a.756.756 0 0 0-.75-.802l-2.884.01c-1.755.015-3.273 1.01-4.098 2.455v-4.71c3.637-.311 6.377-2.296 7.751-5.692m-15.97-1.6c-.257-.758-.471-2.456-.57-3.808q-.026-.301-.038-.608V4.091q0-.048.009-.085c2.592.172 5.05 4.459 6.167 8.696c.219.824.881 1.376 1.648 1.376h.001c.758 0 1.412-.546 1.626-1.358c1.126-4.259 3.598-8.56 6.175-8.716a.3.3 0 0 1 .011.086l.01 6.454c0 1.642-.339 4.129-.916 5.468c-1.513 3.74-4.592 4.526-6.907 4.526c-3.538.001-6.1-1.895-7.217-5.353"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastTulip(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.588 16.785c.704-1.631 1.072-4.374 1.072-6.242l-.01-6.454c-.001-1.13-.812-2.068-1.825-2.089H23.8c-1.959 0-3.716 1.333-5.149 3.309c-.567-.896-1.214-1.746-1.983-2.5a1.23 1.23 0 0 0-1.741 0l-.01.01c-.745.743-1.374 1.577-1.928 2.453C11.561 3.318 9.812 2 7.86 2c-1.02 0-1.85.938-1.85 2.091V7.89L6 7.879v2.416c0 .415.02.832.053 1.233c.036.496.238 3.027.665 4.287c1.272 3.945 4.203 6.33 8.116 6.678v4.855c-.984-1.574-2.709-2.625-4.682-2.625h-2.07a.78.78 0 0 0-.78.78v.42c0 2.665 2.135 4.86 4.76 4.882h6.965c2.952 0 5.387-2.322 5.542-5.281a.756.756 0 0 0-.75-.802l-2.884.01c-1.755.015-3.273 1.01-4.098 2.455v-4.71c3.637-.311 6.377-2.296 7.751-5.692m-15.97-1.6c-.257-.758-.471-2.456-.57-3.808q-.026-.301-.038-.608V4.091q0-.048.009-.085c2.592.172 5.05 4.459 6.167 8.696c.219.824.881 1.376 1.648 1.376h.001c.758 0 1.412-.546 1.626-1.358c1.126-4.259 3.598-8.56 6.175-8.716a.3.3 0 0 1 .011.086l.01 6.454c0 1.642-.339 4.129-.916 5.468c-1.513 3.74-4.592 4.526-6.907 4.526c-3.538.001-6.1-1.895-7.217-5.353"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.588 16.785c.704-1.631 1.072-4.374 1.072-6.242l-.01-6.454c-.001-1.13-.812-2.068-1.825-2.089H23.8c-1.959 0-3.716 1.333-5.149 3.309c-.567-.896-1.214-1.746-1.983-2.5a1.23 1.23 0 0 0-1.741 0l-.01.01c-.745.743-1.374 1.577-1.928 2.453C11.561 3.318 9.812 2 7.86 2c-1.02 0-1.85.938-1.85 2.091V7.89L6 7.879v2.416c0 .415.02.832.053 1.233c.036.496.238 3.027.665 4.287c1.272 3.945 4.203 6.33 8.116 6.678v4.855c-.984-1.574-2.709-2.625-4.682-2.625h-2.07a.78.78 0 0 0-.78.78v.42c0 2.665 2.135 4.86 4.76 4.882h6.965c2.952 0 5.387-2.322 5.542-5.281a.756.756 0 0 0-.75-.802l-2.884.01c-1.755.015-3.273 1.01-4.098 2.455v-4.71c3.637-.311 6.377-2.296 7.751-5.692m-15.97-1.6c-.257-.758-.471-2.456-.57-3.808q-.026-.301-.038-.608V4.091q0-.048.009-.085c2.592.172 5.05 4.459 6.167 8.696c.219.824.881 1.376 1.648 1.376h.001c.758 0 1.412-.546 1.626-1.358c1.126-4.259 3.598-8.56 6.175-8.716a.3.3 0 0 1 .011.086l.01 6.454c0 1.642-.339 4.129-.916 5.468c-1.513 3.74-4.592 4.526-6.907 4.526c-3.538.001-6.1-1.895-7.217-5.353"/></svg> </template>
CSS
.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.588%2016.785c.704-1.631%201.072-4.374%201.072-6.242l-.01-6.454c-.001-1.13-.812-2.068-1.825-2.089H23.8c-1.959%200-3.716%201.333-5.149%203.309c-.567-.896-1.214-1.746-1.983-2.5a1.23%201.23%200%200%200-1.741%200l-.01.01c-.745.743-1.374%201.577-1.928%202.453C11.561%203.318%209.812%202%207.86%202c-1.02%200-1.85.938-1.85%202.091V7.89L6%207.879v2.416c0%20.415.02.832.053%201.233c.036.496.238%203.027.665%204.287c1.272%203.945%204.203%206.33%208.116%206.678v4.855c-.984-1.574-2.709-2.625-4.682-2.625h-2.07a.78.78%200%200%200-.78.78v.42c0%202.665%202.135%204.86%204.76%204.882h6.965c2.952%200%205.387-2.322%205.542-5.281a.756.756%200%200%200-.75-.802l-2.884.01c-1.755.015-3.273%201.01-4.098%202.455v-4.71c3.637-.311%206.377-2.296%207.751-5.692m-15.97-1.6c-.257-.758-.471-2.456-.57-3.808q-.026-.301-.038-.608V4.091q0-.048.009-.085c2.592.172%205.05%204.459%206.167%208.696c.219.824.881%201.376%201.648%201.376h.001c.758%200%201.412-.546%201.626-1.358c1.126-4.259%203.598-8.56%206.175-8.716a.3.3%200%200%201%20.011.086l.01%206.454c0%201.642-.339%204.129-.916%205.468c-1.513%203.74-4.592%204.526-6.907%204.526c-3.538.001-6.1-1.895-7.217-5.353%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.588%2016.785c.704-1.631%201.072-4.374%201.072-6.242l-.01-6.454c-.001-1.13-.812-2.068-1.825-2.089H23.8c-1.959%200-3.716%201.333-5.149%203.309c-.567-.896-1.214-1.746-1.983-2.5a1.23%201.23%200%200%200-1.741%200l-.01.01c-.745.743-1.374%201.577-1.928%202.453C11.561%203.318%209.812%202%207.86%202c-1.02%200-1.85.938-1.85%202.091V7.89L6%207.879v2.416c0%20.415.02.832.053%201.233c.036.496.238%203.027.665%204.287c1.272%203.945%204.203%206.33%208.116%206.678v4.855c-.984-1.574-2.709-2.625-4.682-2.625h-2.07a.78.78%200%200%200-.78.78v.42c0%202.665%202.135%204.86%204.76%204.882h6.965c2.952%200%205.387-2.322%205.542-5.281a.756.756%200%200%200-.75-.802l-2.884.01c-1.755.015-3.273%201.01-4.098%202.455v-4.71c3.637-.311%206.377-2.296%207.751-5.692m-15.97-1.6c-.257-.758-.471-2.456-.57-3.808q-.026-.301-.038-.608V4.091q0-.048.009-.085c2.592.172%205.05%204.459%206.167%208.696c.219.824.881%201.376%201.648%201.376h.001c.758%200%201.412-.546%201.626-1.358c1.126-4.259%203.598-8.56%206.175-8.716a.3.3%200%200%201%20.011.086l.01%206.454c0%201.642-.339%204.129-.916%205.468c-1.513%203.74-4.592%204.526-6.907%204.526c-3.538.001-6.1-1.895-7.217-5.353%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/tulip.svg?color=%231a73e8&size=48