taurus from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
taurus
Set
Emoji One (Colored)
Style
Default
Category
Symbols
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Emoji One (Colored)

Use the taurus emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#e26a3b"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" d="M46.6 17c-2.3 0-5 .4-6.8 1.9c-2.6 2.1-4.1 6.8-7.8 7.1c-3.7-.3-5.2-4.9-7.8-7.1c-1.8-1.5-4.5-1.8-6.8-1.9c-1.9 0-1.9 3 0 3c3.8 0 5.9 1.7 8 4.8c.6.9 1.3 1.7 1.9 2.3c-3.3 1.8-5.4 5.6-5.6 9.4c-.3 5.9 4.9 10.2 10.2 10.5c5.6.3 9.7-4.7 10.2-10c0-.1.1-.3 0-.4v-.4c-.3-4-2.5-7.2-5.7-8.8c.8-.7 1.4-1.5 2.1-2.5c2.1-3.1 4.2-4.7 8-4.8c2-.1 2-3.1.1-3.1zm-7.3 19.5c-.5 9.7-14.1 9.7-14.6 0c-.6-9.7 14.1-9.6 14.6 0z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneTaurus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#e26a3b"/><path fill="#fff" stroke="#fff" strokeMiterlimit="10" d="M46.6 17c-2.3 0-5 .4-6.8 1.9c-2.6 2.1-4.1 6.8-7.8 7.1c-3.7-.3-5.2-4.9-7.8-7.1c-1.8-1.5-4.5-1.8-6.8-1.9c-1.9 0-1.9 3 0 3c3.8 0 5.9 1.7 8 4.8c.6.9 1.3 1.7 1.9 2.3c-3.3 1.8-5.4 5.6-5.6 9.4c-.3 5.9 4.9 10.2 10.2 10.5c5.6.3 9.7-4.7 10.2-10c0-.1.1-.3 0-.4v-.4c-.3-4-2.5-7.2-5.7-8.8c.8-.7 1.4-1.5 2.1-2.5c2.1-3.1 4.2-4.7 8-4.8c2-.1 2-3.1.1-3.1zm-7.3 19.5c-.5 9.7-14.1 9.7-14.6 0c-.6-9.7 14.1-9.6 14.6 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#e26a3b"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" d="M46.6 17c-2.3 0-5 .4-6.8 1.9c-2.6 2.1-4.1 6.8-7.8 7.1c-3.7-.3-5.2-4.9-7.8-7.1c-1.8-1.5-4.5-1.8-6.8-1.9c-1.9 0-1.9 3 0 3c3.8 0 5.9 1.7 8 4.8c.6.9 1.3 1.7 1.9 2.3c-3.3 1.8-5.4 5.6-5.6 9.4c-.3 5.9 4.9 10.2 10.2 10.5c5.6.3 9.7-4.7 10.2-10c0-.1.1-.3 0-.4v-.4c-.3-4-2.5-7.2-5.7-8.8c.8-.7 1.4-1.5 2.1-2.5c2.1-3.1 4.2-4.7 8-4.8c2-.1 2-3.1.1-3.1zm-7.3 19.5c-.5 9.7-14.1 9.7-14.6 0c-.6-9.7 14.1-9.6 14.6 0z"/></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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23e26a3b%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M46.6%2017c-2.3%200-5%20.4-6.8%201.9c-2.6%202.1-4.1%206.8-7.8%207.1c-3.7-.3-5.2-4.9-7.8-7.1c-1.8-1.5-4.5-1.8-6.8-1.9c-1.9%200-1.9%203%200%203c3.8%200%205.9%201.7%208%204.8c.6.9%201.3%201.7%201.9%202.3c-3.3%201.8-5.4%205.6-5.6%209.4c-.3%205.9%204.9%2010.2%2010.2%2010.5c5.6.3%209.7-4.7%2010.2-10c0-.1.1-.3%200-.4v-.4c-.3-4-2.5-7.2-5.7-8.8c.8-.7%201.4-1.5%202.1-2.5c2.1-3.1%204.2-4.7%208-4.8c2-.1%202-3.1.1-3.1zm-7.3%2019.5c-.5%209.7-14.1%209.7-14.6%200c-.6-9.7%2014.1-9.6%2014.6%200z%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23e26a3b%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M46.6%2017c-2.3%200-5%20.4-6.8%201.9c-2.6%202.1-4.1%206.8-7.8%207.1c-3.7-.3-5.2-4.9-7.8-7.1c-1.8-1.5-4.5-1.8-6.8-1.9c-1.9%200-1.9%203%200%203c3.8%200%205.9%201.7%208%204.8c.6.9%201.3%201.7%201.9%202.3c-3.3%201.8-5.4%205.6-5.6%209.4c-.3%205.9%204.9%2010.2%2010.2%2010.5c5.6.3%209.7-4.7%2010.2-10c0-.1.1-.3%200-.4v-.4c-.3-4-2.5-7.2-5.7-8.8c.8-.7%201.4-1.5%202.1-2.5c2.1-3.1%204.2-4.7%208-4.8c2-.1%202-3.1.1-3.1zm-7.3%2019.5c-.5%209.7-14.1%209.7-14.6%200c-.6-9.7%2014.1-9.6%2014.6%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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