taurus emoji
taurus from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- taurus
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
More symbols icons from Firefox OS Emoji
alarmclockantennawithbarsanticlockwiseupwardsanddownwardsarrowsaquariusariesarrowrightwardsdownwardsarrowrightwardsupwardsautomatedtellermachinebabysymbolbackwithleftwardsarrowbaggageclaimballotboxwithcheckblackclubsuitblackdiamondsuitblackdownpointingdoublearrowblackheartsuitblacklargesquareblackleftpointingarrowblackleftpointingdoublearrowblackmediumsmallsquareblackmediumsquareblackquestionmarkblackrightpointingarrowblackrightpointingdoublearrow
Use the taurus emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#A97DFF" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#7F4AFF" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M424.507 104.556c-22.716 0-42.171 7.309-59.478 22.344c-14.133 12.278-24.771 27.894-35.061 42.996c-21.926 32.183-37.026 51.908-69.761 51.908c-1.69 0-3.319.246-4.875.671a18.5 18.5 0 0 0-4.874-.671c-32.734 0-47.835-19.725-69.761-51.908c-10.289-15.102-20.928-30.717-35.061-42.996c-17.306-15.035-36.761-22.344-59.477-22.344c-10.217 0-18.5 8.283-18.5 18.5s8.283 18.5 18.5 18.5c28.988 0 43.189 18.685 63.96 49.172c11.875 17.43 25.433 37.297 45.048 51.054c-27.062 19.119-44.769 50.639-44.769 86.22c0 58.174 47.328 105.502 105.502 105.502s105.502-47.328 105.502-105.502c0-35.828-17.956-67.536-45.336-86.613c19.312-13.74 32.72-33.397 44.481-50.661c20.771-30.487 34.973-49.172 63.96-49.172c10.217 0 18.5-8.283 18.5-18.5s-8.283-18.5-18.5-18.5M255.9 396.504c-37.772 0-68.502-30.729-68.502-68.502S218.128 259.5 255.9 259.5s68.502 30.729 68.502 68.502s-30.729 68.502-68.502 68.502"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiTaurus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#A97DFF" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#7F4AFF" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M424.507 104.556c-22.716 0-42.171 7.309-59.478 22.344c-14.133 12.278-24.771 27.894-35.061 42.996c-21.926 32.183-37.026 51.908-69.761 51.908c-1.69 0-3.319.246-4.875.671a18.5 18.5 0 0 0-4.874-.671c-32.734 0-47.835-19.725-69.761-51.908c-10.289-15.102-20.928-30.717-35.061-42.996c-17.306-15.035-36.761-22.344-59.477-22.344c-10.217 0-18.5 8.283-18.5 18.5s8.283 18.5 18.5 18.5c28.988 0 43.189 18.685 63.96 49.172c11.875 17.43 25.433 37.297 45.048 51.054c-27.062 19.119-44.769 50.639-44.769 86.22c0 58.174 47.328 105.502 105.502 105.502s105.502-47.328 105.502-105.502c0-35.828-17.956-67.536-45.336-86.613c19.312-13.74 32.72-33.397 44.481-50.661c20.771-30.487 34.973-49.172 63.96-49.172c10.217 0 18.5-8.283 18.5-18.5s-8.283-18.5-18.5-18.5M255.9 396.504c-37.772 0-68.502-30.729-68.502-68.502S218.128 259.5 255.9 259.5s68.502 30.729 68.502 68.502s-30.729 68.502-68.502 68.502"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#A97DFF" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#7F4AFF" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M424.507 104.556c-22.716 0-42.171 7.309-59.478 22.344c-14.133 12.278-24.771 27.894-35.061 42.996c-21.926 32.183-37.026 51.908-69.761 51.908c-1.69 0-3.319.246-4.875.671a18.5 18.5 0 0 0-4.874-.671c-32.734 0-47.835-19.725-69.761-51.908c-10.289-15.102-20.928-30.717-35.061-42.996c-17.306-15.035-36.761-22.344-59.477-22.344c-10.217 0-18.5 8.283-18.5 18.5s8.283 18.5 18.5 18.5c28.988 0 43.189 18.685 63.96 49.172c11.875 17.43 25.433 37.297 45.048 51.054c-27.062 19.119-44.769 50.639-44.769 86.22c0 58.174 47.328 105.502 105.502 105.502s105.502-47.328 105.502-105.502c0-35.828-17.956-67.536-45.336-86.613c19.312-13.74 32.72-33.397 44.481-50.661c20.771-30.487 34.973-49.172 63.96-49.172c10.217 0 18.5-8.283 18.5-18.5s-8.283-18.5-18.5-18.5M255.9 396.504c-37.772 0-68.502-30.729-68.502-68.502S218.128 259.5 255.9 259.5s68.502 30.729 68.502 68.502s-30.729 68.502-68.502 68.502"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22%23A97DFF%22%20d%3D%22M508.333%2032.666C508.333%2016.35%20494.984%203%20478.668%203H29.032C14.348%203%202.333%2015.015%202.333%2029.699v452.602C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666z%22%2F%3E%3Cpath%20fill%3D%22%237F4AFF%22%20d%3D%22M478.668%20488.915H29.032c-14.684%200-26.699-12.015-26.699-26.699v20.085C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666v-20.085c0%2016.316-13.349%2029.666-29.665%2029.666%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M424.507%20104.556c-22.716%200-42.171%207.309-59.478%2022.344c-14.133%2012.278-24.771%2027.894-35.061%2042.996c-21.926%2032.183-37.026%2051.908-69.761%2051.908c-1.69%200-3.319.246-4.875.671a18.5%2018.5%200%200%200-4.874-.671c-32.734%200-47.835-19.725-69.761-51.908c-10.289-15.102-20.928-30.717-35.061-42.996c-17.306-15.035-36.761-22.344-59.477-22.344c-10.217%200-18.5%208.283-18.5%2018.5s8.283%2018.5%2018.5%2018.5c28.988%200%2043.189%2018.685%2063.96%2049.172c11.875%2017.43%2025.433%2037.297%2045.048%2051.054c-27.062%2019.119-44.769%2050.639-44.769%2086.22c0%2058.174%2047.328%20105.502%20105.502%20105.502s105.502-47.328%20105.502-105.502c0-35.828-17.956-67.536-45.336-86.613c19.312-13.74%2032.72-33.397%2044.481-50.661c20.771-30.487%2034.973-49.172%2063.96-49.172c10.217%200%2018.5-8.283%2018.5-18.5s-8.283-18.5-18.5-18.5M255.9%20396.504c-37.772%200-68.502-30.729-68.502-68.502S218.128%20259.5%20255.9%20259.5s68.502%2030.729%2068.502%2068.502s-30.729%2068.502-68.502%2068.502%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23A97DFF%22%20d%3D%22M508.333%2032.666C508.333%2016.35%20494.984%203%20478.668%203H29.032C14.348%203%202.333%2015.015%202.333%2029.699v452.602C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666z%22%2F%3E%3Cpath%20fill%3D%22%237F4AFF%22%20d%3D%22M478.668%20488.915H29.032c-14.684%200-26.699-12.015-26.699-26.699v20.085C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666v-20.085c0%2016.316-13.349%2029.666-29.665%2029.666%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M424.507%20104.556c-22.716%200-42.171%207.309-59.478%2022.344c-14.133%2012.278-24.771%2027.894-35.061%2042.996c-21.926%2032.183-37.026%2051.908-69.761%2051.908c-1.69%200-3.319.246-4.875.671a18.5%2018.5%200%200%200-4.874-.671c-32.734%200-47.835-19.725-69.761-51.908c-10.289-15.102-20.928-30.717-35.061-42.996c-17.306-15.035-36.761-22.344-59.477-22.344c-10.217%200-18.5%208.283-18.5%2018.5s8.283%2018.5%2018.5%2018.5c28.988%200%2043.189%2018.685%2063.96%2049.172c11.875%2017.43%2025.433%2037.297%2045.048%2051.054c-27.062%2019.119-44.769%2050.639-44.769%2086.22c0%2058.174%2047.328%20105.502%20105.502%20105.502s105.502-47.328%20105.502-105.502c0-35.828-17.956-67.536-45.336-86.613c19.312-13.74%2032.72-33.397%2044.481-50.661c20.771-30.487%2034.973-49.172%2063.96-49.172c10.217%200%2018.5-8.283%2018.5-18.5s-8.283-18.5-18.5-18.5M255.9%20396.504c-37.772%200-68.502-30.729-68.502-68.502S218.128%20259.5%20255.9%20259.5s68.502%2030.729%2068.502%2068.502s-30.729%2068.502-68.502%2068.502%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/taurus.svg?color=%231a73e8&size=48