taurus from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
taurus
Set
Noto Emoji
Style
Default
Category
Symbols
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More symbols icons from Noto Emoji

Use the taurus emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="60" fill="#e64a19"/><circle cx="60.1" cy="63.1" r="56.1" fill="#ff7043"/><path fill="#fff" d="M24 29.7c4.5-7.1 14.1-13 24.1-14.8c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5c-9.3 3-17.9 6.4-23.1 14.3c-2 3-4.9 14.4-8.6 12.3c-3.9-2.3-3.1-9.5 2.6-18.3" opacity=".3"/><path fill="#fafafa" d="M94.8 36.7c.6-1.4.4-3-.5-4.2s-2.3-2-3.8-2H90c-1.9 0-3.6 1.1-4.3 2.9c-3.4 8.5-9.9 12.1-21.8 12.1s-18.4-3.6-21.8-12.1c-.7-1.8-2.4-2.9-4.3-2.9h-.5c-1.5 0-2.9.8-3.8 2s-1 2.8-.5 4.2c2.4 5.8 9 11.9 14.3 15.3c-7.6 5.3-12.6 14.1-12.6 24.1c0 16.2 13.1 29.3 29.3 29.3s29.3-13.1 29.3-29.3c0-10.1-5.1-19-12.9-24.3c5.4-3.4 12.2-9.4 14.4-15.1M64 96.5c-11.2 0-20.3-9.1-20.3-20.3S52.8 55.8 64 55.8s20.3 9.1 20.3 20.3S75.2 96.5 64 96.5"/></svg>

React

import type { SVGProps } from "react";

export function NotoTaurus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="60" fill="#e64a19"/><circle cx="60.1" cy="63.1" r="56.1" fill="#ff7043"/><path fill="#fff" d="M24 29.7c4.5-7.1 14.1-13 24.1-14.8c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5c-9.3 3-17.9 6.4-23.1 14.3c-2 3-4.9 14.4-8.6 12.3c-3.9-2.3-3.1-9.5 2.6-18.3" opacity=".3"/><path fill="#fafafa" d="M94.8 36.7c.6-1.4.4-3-.5-4.2s-2.3-2-3.8-2H90c-1.9 0-3.6 1.1-4.3 2.9c-3.4 8.5-9.9 12.1-21.8 12.1s-18.4-3.6-21.8-12.1c-.7-1.8-2.4-2.9-4.3-2.9h-.5c-1.5 0-2.9.8-3.8 2s-1 2.8-.5 4.2c2.4 5.8 9 11.9 14.3 15.3c-7.6 5.3-12.6 14.1-12.6 24.1c0 16.2 13.1 29.3 29.3 29.3s29.3-13.1 29.3-29.3c0-10.1-5.1-19-12.9-24.3c5.4-3.4 12.2-9.4 14.4-15.1M64 96.5c-11.2 0-20.3-9.1-20.3-20.3S52.8 55.8 64 55.8s20.3 9.1 20.3 20.3S75.2 96.5 64 96.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="60" fill="#e64a19"/><circle cx="60.1" cy="63.1" r="56.1" fill="#ff7043"/><path fill="#fff" d="M24 29.7c4.5-7.1 14.1-13 24.1-14.8c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5c-9.3 3-17.9 6.4-23.1 14.3c-2 3-4.9 14.4-8.6 12.3c-3.9-2.3-3.1-9.5 2.6-18.3" opacity=".3"/><path fill="#fafafa" d="M94.8 36.7c.6-1.4.4-3-.5-4.2s-2.3-2-3.8-2H90c-1.9 0-3.6 1.1-4.3 2.9c-3.4 8.5-9.9 12.1-21.8 12.1s-18.4-3.6-21.8-12.1c-.7-1.8-2.4-2.9-4.3-2.9h-.5c-1.5 0-2.9.8-3.8 2s-1 2.8-.5 4.2c2.4 5.8 9 11.9 14.3 15.3c-7.6 5.3-12.6 14.1-12.6 24.1c0 16.2 13.1 29.3 29.3 29.3s29.3-13.1 29.3-29.3c0-10.1-5.1-19-12.9-24.3c5.4-3.4 12.2-9.4 14.4-15.1M64 96.5c-11.2 0-20.3-9.1-20.3-20.3S52.8 55.8 64 55.8s20.3 9.1 20.3 20.3S75.2 96.5 64 96.5"/></svg>
</template>

CSS

.icon-taurus {
  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%20128%20128%22%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2260%22%20fill%3D%22%23e64a19%22%2F%3E%3Ccircle%20cx%3D%2260.1%22%20cy%3D%2263.1%22%20r%3D%2256.1%22%20fill%3D%22%23ff7043%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2029.7c4.5-7.1%2014.1-13%2024.1-14.8c2.5-.4%205-.6%207.1.2c1.6.6%202.9%202.1%202%203.8c-.7%201.4-2.6%202-4.1%202.5c-9.3%203-17.9%206.4-23.1%2014.3c-2%203-4.9%2014.4-8.6%2012.3c-3.9-2.3-3.1-9.5%202.6-18.3%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22M94.8%2036.7c.6-1.4.4-3-.5-4.2s-2.3-2-3.8-2H90c-1.9%200-3.6%201.1-4.3%202.9c-3.4%208.5-9.9%2012.1-21.8%2012.1s-18.4-3.6-21.8-12.1c-.7-1.8-2.4-2.9-4.3-2.9h-.5c-1.5%200-2.9.8-3.8%202s-1%202.8-.5%204.2c2.4%205.8%209%2011.9%2014.3%2015.3c-7.6%205.3-12.6%2014.1-12.6%2024.1c0%2016.2%2013.1%2029.3%2029.3%2029.3s29.3-13.1%2029.3-29.3c0-10.1-5.1-19-12.9-24.3c5.4-3.4%2012.2-9.4%2014.4-15.1M64%2096.5c-11.2%200-20.3-9.1-20.3-20.3S52.8%2055.8%2064%2055.8s20.3%209.1%2020.3%2020.3S75.2%2096.5%2064%2096.5%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%20128%20128%22%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2260%22%20fill%3D%22%23e64a19%22%2F%3E%3Ccircle%20cx%3D%2260.1%22%20cy%3D%2263.1%22%20r%3D%2256.1%22%20fill%3D%22%23ff7043%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2029.7c4.5-7.1%2014.1-13%2024.1-14.8c2.5-.4%205-.6%207.1.2c1.6.6%202.9%202.1%202%203.8c-.7%201.4-2.6%202-4.1%202.5c-9.3%203-17.9%206.4-23.1%2014.3c-2%203-4.9%2014.4-8.6%2012.3c-3.9-2.3-3.1-9.5%202.6-18.3%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22M94.8%2036.7c.6-1.4.4-3-.5-4.2s-2.3-2-3.8-2H90c-1.9%200-3.6%201.1-4.3%202.9c-3.4%208.5-9.9%2012.1-21.8%2012.1s-18.4-3.6-21.8-12.1c-.7-1.8-2.4-2.9-4.3-2.9h-.5c-1.5%200-2.9.8-3.8%202s-1%202.8-.5%204.2c2.4%205.8%209%2011.9%2014.3%2015.3c-7.6%205.3-12.6%2014.1-12.6%2024.1c0%2016.2%2013.1%2029.3%2029.3%2029.3s29.3-13.1%2029.3-29.3c0-10.1-5.1-19-12.9-24.3c5.4-3.4%2012.2-9.4%2014.4-15.1M64%2096.5c-11.2%200-20.3-9.1-20.3-20.3S52.8%2055.8%2064%2055.8s20.3%209.1%2020.3%2020.3S75.2%2096.5%2064%2096.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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