tiger from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.

Name
tiger
Set
Twitter Emoji
Style
Default
Category
Animals & Nature
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More animals & nature icons from Twitter Emoji

Use the tiger emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M32.338 16.852c-.367-.33-.818-.592-1.338-.852c-2-1-5 0-9 0c-2 0-3.901-3-9-3c-.801 0-2.256.635-4.341.89C8.62 12.837 8.044 12 7.333 12C6.597 12 6 12.895 6 14c0 .051.007.1.01.15C3.19 14.916 0 18.589 0 20.375C0 22.375 2 24 2 24s2.171-1 5-1h3l1 10s-1 1-2 1s-1 2-1 2h6l1-8h3c2 0 6-1 6-1c2 3 4 4 4 4v2l-2 1c-2 1-1 2-1 2h6s1-8 2-13c.232-1.162.353-2.101.382-2.881A3.17 3.17 0 0 1 34 22c0 2.93 0 5.697-1.832 8.445a1 1 0 1 0 1.664 1.11C36 28.303 36 25.099 36 22c0-2.297-1.396-4.137-3.662-5.148"/><circle cx="5" cy="17" r="1" fill="#292f33"/><path fill="#292f33" d="M0 20s0 2 1 2c0-2 1-2 1-2s-1-1-2 0m16 5c2.154-2.872 2.759-7.794 2.93-10.348c-.779-.443-1.685-.901-2.804-1.223c.403 1.455 1.562 6.506-.126 11.571m4-2c1.264-1.896 1.729-4.988 1.9-7.009c-.783-.039-1.562-.518-2.529-1.085c.524 1.452 1.345 4.512.629 8.094m3-1c1.094-1.641 1.588-4.177 1.812-6.141c-.59.053-1.218.09-1.864.114c.331 1.592.518 3.698.052 6.027m3-1c.961-1.442 1.458-3.574 1.717-5.403c-.515.033-1.052.08-1.63.138A15 15 0 0 1 26 21m3 2.444c1.364-2.046 1.797-5.486 1.935-7.468c-.707-.336-1.538-.432-2.489-.414c.523 1.528 1.236 4.471.554 7.882M13 21c1.455-2.182 1.85-5.942 1.958-7.835A11.6 11.6 0 0 0 13 13c-.161 0-.356.032-.568.075c.523 1.516 1.256 4.483.568 7.925"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiTiger(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M32.338 16.852c-.367-.33-.818-.592-1.338-.852c-2-1-5 0-9 0c-2 0-3.901-3-9-3c-.801 0-2.256.635-4.341.89C8.62 12.837 8.044 12 7.333 12C6.597 12 6 12.895 6 14c0 .051.007.1.01.15C3.19 14.916 0 18.589 0 20.375C0 22.375 2 24 2 24s2.171-1 5-1h3l1 10s-1 1-2 1s-1 2-1 2h6l1-8h3c2 0 6-1 6-1c2 3 4 4 4 4v2l-2 1c-2 1-1 2-1 2h6s1-8 2-13c.232-1.162.353-2.101.382-2.881A3.17 3.17 0 0 1 34 22c0 2.93 0 5.697-1.832 8.445a1 1 0 1 0 1.664 1.11C36 28.303 36 25.099 36 22c0-2.297-1.396-4.137-3.662-5.148"/><circle cx="5" cy="17" r="1" fill="#292f33"/><path fill="#292f33" d="M0 20s0 2 1 2c0-2 1-2 1-2s-1-1-2 0m16 5c2.154-2.872 2.759-7.794 2.93-10.348c-.779-.443-1.685-.901-2.804-1.223c.403 1.455 1.562 6.506-.126 11.571m4-2c1.264-1.896 1.729-4.988 1.9-7.009c-.783-.039-1.562-.518-2.529-1.085c.524 1.452 1.345 4.512.629 8.094m3-1c1.094-1.641 1.588-4.177 1.812-6.141c-.59.053-1.218.09-1.864.114c.331 1.592.518 3.698.052 6.027m3-1c.961-1.442 1.458-3.574 1.717-5.403c-.515.033-1.052.08-1.63.138A15 15 0 0 1 26 21m3 2.444c1.364-2.046 1.797-5.486 1.935-7.468c-.707-.336-1.538-.432-2.489-.414c.523 1.528 1.236 4.471.554 7.882M13 21c1.455-2.182 1.85-5.942 1.958-7.835A11.6 11.6 0 0 0 13 13c-.161 0-.356.032-.568.075c.523 1.516 1.256 4.483.568 7.925"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M32.338 16.852c-.367-.33-.818-.592-1.338-.852c-2-1-5 0-9 0c-2 0-3.901-3-9-3c-.801 0-2.256.635-4.341.89C8.62 12.837 8.044 12 7.333 12C6.597 12 6 12.895 6 14c0 .051.007.1.01.15C3.19 14.916 0 18.589 0 20.375C0 22.375 2 24 2 24s2.171-1 5-1h3l1 10s-1 1-2 1s-1 2-1 2h6l1-8h3c2 0 6-1 6-1c2 3 4 4 4 4v2l-2 1c-2 1-1 2-1 2h6s1-8 2-13c.232-1.162.353-2.101.382-2.881A3.17 3.17 0 0 1 34 22c0 2.93 0 5.697-1.832 8.445a1 1 0 1 0 1.664 1.11C36 28.303 36 25.099 36 22c0-2.297-1.396-4.137-3.662-5.148"/><circle cx="5" cy="17" r="1" fill="#292f33"/><path fill="#292f33" d="M0 20s0 2 1 2c0-2 1-2 1-2s-1-1-2 0m16 5c2.154-2.872 2.759-7.794 2.93-10.348c-.779-.443-1.685-.901-2.804-1.223c.403 1.455 1.562 6.506-.126 11.571m4-2c1.264-1.896 1.729-4.988 1.9-7.009c-.783-.039-1.562-.518-2.529-1.085c.524 1.452 1.345 4.512.629 8.094m3-1c1.094-1.641 1.588-4.177 1.812-6.141c-.59.053-1.218.09-1.864.114c.331 1.592.518 3.698.052 6.027m3-1c.961-1.442 1.458-3.574 1.717-5.403c-.515.033-1.052.08-1.63.138A15 15 0 0 1 26 21m3 2.444c1.364-2.046 1.797-5.486 1.935-7.468c-.707-.336-1.538-.432-2.489-.414c.523 1.528 1.236 4.471.554 7.882M13 21c1.455-2.182 1.85-5.942 1.958-7.835A11.6 11.6 0 0 0 13 13c-.161 0-.356.032-.568.075c.523 1.516 1.256 4.483.568 7.925"/></svg>
</template>

CSS

.icon-tiger {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M32.338%2016.852c-.367-.33-.818-.592-1.338-.852c-2-1-5%200-9%200c-2%200-3.901-3-9-3c-.801%200-2.256.635-4.341.89C8.62%2012.837%208.044%2012%207.333%2012C6.597%2012%206%2012.895%206%2014c0%20.051.007.1.01.15C3.19%2014.916%200%2018.589%200%2020.375C0%2022.375%202%2024%202%2024s2.171-1%205-1h3l1%2010s-1%201-2%201s-1%202-1%202h6l1-8h3c2%200%206-1%206-1c2%203%204%204%204%204v2l-2%201c-2%201-1%202-1%202h6s1-8%202-13c.232-1.162.353-2.101.382-2.881A3.17%203.17%200%200%201%2034%2022c0%202.93%200%205.697-1.832%208.445a1%201%200%201%200%201.664%201.11C36%2028.303%2036%2025.099%2036%2022c0-2.297-1.396-4.137-3.662-5.148%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%2217%22%20r%3D%221%22%20fill%3D%22%23292f33%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M0%2020s0%202%201%202c0-2%201-2%201-2s-1-1-2%200m16%205c2.154-2.872%202.759-7.794%202.93-10.348c-.779-.443-1.685-.901-2.804-1.223c.403%201.455%201.562%206.506-.126%2011.571m4-2c1.264-1.896%201.729-4.988%201.9-7.009c-.783-.039-1.562-.518-2.529-1.085c.524%201.452%201.345%204.512.629%208.094m3-1c1.094-1.641%201.588-4.177%201.812-6.141c-.59.053-1.218.09-1.864.114c.331%201.592.518%203.698.052%206.027m3-1c.961-1.442%201.458-3.574%201.717-5.403c-.515.033-1.052.08-1.63.138A15%2015%200%200%201%2026%2021m3%202.444c1.364-2.046%201.797-5.486%201.935-7.468c-.707-.336-1.538-.432-2.489-.414c.523%201.528%201.236%204.471.554%207.882M13%2021c1.455-2.182%201.85-5.942%201.958-7.835A11.6%2011.6%200%200%200%2013%2013c-.161%200-.356.032-.568.075c.523%201.516%201.256%204.483.568%207.925%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M32.338%2016.852c-.367-.33-.818-.592-1.338-.852c-2-1-5%200-9%200c-2%200-3.901-3-9-3c-.801%200-2.256.635-4.341.89C8.62%2012.837%208.044%2012%207.333%2012C6.597%2012%206%2012.895%206%2014c0%20.051.007.1.01.15C3.19%2014.916%200%2018.589%200%2020.375C0%2022.375%202%2024%202%2024s2.171-1%205-1h3l1%2010s-1%201-2%201s-1%202-1%202h6l1-8h3c2%200%206-1%206-1c2%203%204%204%204%204v2l-2%201c-2%201-1%202-1%202h6s1-8%202-13c.232-1.162.353-2.101.382-2.881A3.17%203.17%200%200%201%2034%2022c0%202.93%200%205.697-1.832%208.445a1%201%200%201%200%201.664%201.11C36%2028.303%2036%2025.099%2036%2022c0-2.297-1.396-4.137-3.662-5.148%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%2217%22%20r%3D%221%22%20fill%3D%22%23292f33%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M0%2020s0%202%201%202c0-2%201-2%201-2s-1-1-2%200m16%205c2.154-2.872%202.759-7.794%202.93-10.348c-.779-.443-1.685-.901-2.804-1.223c.403%201.455%201.562%206.506-.126%2011.571m4-2c1.264-1.896%201.729-4.988%201.9-7.009c-.783-.039-1.562-.518-2.529-1.085c.524%201.452%201.345%204.512.629%208.094m3-1c1.094-1.641%201.588-4.177%201.812-6.141c-.59.053-1.218.09-1.864.114c.331%201.592.518%203.698.052%206.027m3-1c.961-1.442%201.458-3.574%201.717-5.403c-.515.033-1.052.08-1.63.138A15%2015%200%200%201%2026%2021m3%202.444c1.364-2.046%201.797-5.486%201.935-7.468c-.707-.336-1.538-.432-2.489-.414c.523%201.528%201.236%204.471.554%207.882M13%2021c1.455-2.182%201.85-5.942%201.958-7.835A11.6%2011.6%200%200%200%2013%2013c-.161%200-.356.032-.568.075c.523%201.516%201.256%204.483.568%207.925%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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