tulip from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
tulip
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the tulip logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.486 14.751v3.317c-1.199-2.129-3.858-3.029-5.658-3.029C5.828 19.442 9.495 21 12 21c2.51 0 6.172-1.558 6.172-5.96c-1.8 0-4.46.899-5.658 3.028v-3.307c-.35.17-.689.155-1.028-.01"/><path fill="currentColor" d="M12.787 3.394c3.075 3.991 1.939 8.4-.016 11.074a.952.952 0 0 1-1.558 0c-1.975-2.618-3.307-6.887-.01-11.074a.993.993 0 0 1 1.584 0"/><path fill="currentColor" d="M7.7 4.413c4.562 1.862 5.673 6.285 5.246 9.618a.976.976 0 0 1-1.378.761C8.6 13.542 5.427 10.53 6.296 5.18A1.014 1.014 0 0 1 7.7 4.408z"/><path fill="currentColor" d="M17.714 5.194c.771 5.056-2.304 8.29-5.272 9.597a.978.978 0 0 1-1.383-.75c-.468-3.297.406-7.705 5.256-9.623a1.013 1.013 0 0 1 1.4.771z"/></svg>

React

import type { SVGProps } from "react";

export function TokenTulip(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="M11.486 14.751v3.317c-1.199-2.129-3.858-3.029-5.658-3.029C5.828 19.442 9.495 21 12 21c2.51 0 6.172-1.558 6.172-5.96c-1.8 0-4.46.899-5.658 3.028v-3.307c-.35.17-.689.155-1.028-.01"/><path fill="currentColor" d="M12.787 3.394c3.075 3.991 1.939 8.4-.016 11.074a.952.952 0 0 1-1.558 0c-1.975-2.618-3.307-6.887-.01-11.074a.993.993 0 0 1 1.584 0"/><path fill="currentColor" d="M7.7 4.413c4.562 1.862 5.673 6.285 5.246 9.618a.976.976 0 0 1-1.378.761C8.6 13.542 5.427 10.53 6.296 5.18A1.014 1.014 0 0 1 7.7 4.408z"/><path fill="currentColor" d="M17.714 5.194c.771 5.056-2.304 8.29-5.272 9.597a.978.978 0 0 1-1.383-.75c-.468-3.297.406-7.705 5.256-9.623a1.013 1.013 0 0 1 1.4.771z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.486 14.751v3.317c-1.199-2.129-3.858-3.029-5.658-3.029C5.828 19.442 9.495 21 12 21c2.51 0 6.172-1.558 6.172-5.96c-1.8 0-4.46.899-5.658 3.028v-3.307c-.35.17-.689.155-1.028-.01"/><path fill="currentColor" d="M12.787 3.394c3.075 3.991 1.939 8.4-.016 11.074a.952.952 0 0 1-1.558 0c-1.975-2.618-3.307-6.887-.01-11.074a.993.993 0 0 1 1.584 0"/><path fill="currentColor" d="M7.7 4.413c4.562 1.862 5.673 6.285 5.246 9.618a.976.976 0 0 1-1.378.761C8.6 13.542 5.427 10.53 6.296 5.18A1.014 1.014 0 0 1 7.7 4.408z"/><path fill="currentColor" d="M17.714 5.194c.771 5.056-2.304 8.29-5.272 9.597a.978.978 0 0 1-1.383-.75c-.468-3.297.406-7.705 5.256-9.623a1.013 1.013 0 0 1 1.4.771z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.486%2014.751v3.317c-1.199-2.129-3.858-3.029-5.658-3.029C5.828%2019.442%209.495%2021%2012%2021c2.51%200%206.172-1.558%206.172-5.96c-1.8%200-4.46.899-5.658%203.028v-3.307c-.35.17-.689.155-1.028-.01%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.787%203.394c3.075%203.991%201.939%208.4-.016%2011.074a.952.952%200%200%201-1.558%200c-1.975-2.618-3.307-6.887-.01-11.074a.993.993%200%200%201%201.584%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.7%204.413c4.562%201.862%205.673%206.285%205.246%209.618a.976.976%200%200%201-1.378.761C8.6%2013.542%205.427%2010.53%206.296%205.18A1.014%201.014%200%200%201%207.7%204.408z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.714%205.194c.771%205.056-2.304%208.29-5.272%209.597a.978.978%200%200%201-1.383-.75c-.468-3.297.406-7.705%205.256-9.623a1.013%201.013%200%200%201%201.4.771z%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%22M11.486%2014.751v3.317c-1.199-2.129-3.858-3.029-5.658-3.029C5.828%2019.442%209.495%2021%2012%2021c2.51%200%206.172-1.558%206.172-5.96c-1.8%200-4.46.899-5.658%203.028v-3.307c-.35.17-.689.155-1.028-.01%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.787%203.394c3.075%203.991%201.939%208.4-.016%2011.074a.952.952%200%200%201-1.558%200c-1.975-2.618-3.307-6.887-.01-11.074a.993.993%200%200%201%201.584%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.7%204.413c4.562%201.862%205.673%206.285%205.246%209.618a.976.976%200%200%201-1.378.761C8.6%2013.542%205.427%2010.53%206.296%205.18A1.014%201.014%200%200%201%207.7%204.408z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.714%205.194c.771%205.056-2.304%208.29-5.272%209.597a.978.978%200%200%201-1.383-.75c-.468-3.297.406-7.705%205.256-9.623a1.013%201.013%200%200%201%201.4.771z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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