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

Name
fox
Set
Twitter Emoji
Style
Default
Category
Animals & Nature
Viewbox
36×36
License
CC BY 4.0
Aliases
fox-face

The same emoji in other sets

More animals & nature icons from Twitter Emoji

Use the fox emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M13.431 9.802c.658 2.638-8.673 10.489-11.244 4.098C.696 10.197-.606 2.434.874 2.065c1.48-.368 11.9 5.098 12.557 7.737"/><path fill="#a0041e" d="M11.437 10.355c.96 1.538-1.831 4.561-3.368 5.522c-1.538.961-2.899-.552-4.414-4.414c-.662-1.689-1.666-6.27-1.103-6.622c.562-.351 7.924 3.976 8.885 5.514"/><path fill="#f4900c" d="M22.557 9.802C21.9 12.441 31.23 20.291 33.802 13.9c1.49-3.703 2.792-11.466 1.312-11.835c-1.48-.368-11.899 5.098-12.557 7.737"/><path fill="#a0041e" d="M24.552 10.355c-.96 1.538 1.831 4.561 3.368 5.522s2.898-.552 4.413-4.414c.662-1.688 1.666-6.269 1.104-6.621c-.563-.352-7.924 3.975-8.885 5.513"/><path fill="#f18f26" d="M32.347 26.912c0-.454-.188-1.091-.407-1.687c.585.028 1.519.191 2.77.817a4 4 0 0 0-.273-1.393c.041.02.075.034.116.055c-1.103-3.31-3.309-5.517-3.309-5.517h2.206c-2.331-4.663-4.965-8.015-8.075-9.559c-1.39-.873-3.688-1.338-7.373-1.339h-.003c-3.695 0-5.996.468-7.385 1.346c-3.104 1.547-5.734 4.896-8.061 9.552H4.76s-2.207 2.206-3.311 5.517c.03-.015.055-.025.084-.04a2.7 2.7 0 0 0-.282 1.377c1.263-.632 2.217-.792 2.813-.818c-.189.513-.343 1.044-.386 1.475a3.15 3.15 0 0 0-.135 1.343C6.75 26.584 8.25 26.792 10 27.667C11.213 31.29 14.206 34 18.001 34c3.793 0 6.746-2.794 7.958-6.416c1.458-1.25 3.708-.875 6.416.416a2.8 2.8 0 0 0-.036-1.093z"/><path fill="#ffd983" d="M31.243 23.601c.006 0 1.108.003 3.309 1.103c-1.249-2.839-7.525-4.07-9.931-3.291c-1.171 1.954-1.281 5.003-3.383 6.622c-1.741 1.431-4.713 1.458-6.479 0c-2.345-1.924-2.559-5.813-3.382-6.622c-2.407-.781-8.681.454-9.931 3.291c2.201-1.101 3.304-1.103 3.309-1.103c0 .001-1.103 2.208-1.103 3.311l.001-.001v.001c2.398-1.573 5.116-2.271 7.429-.452c1.666 7.921 12.293 7.545 13.833 0c2.314-1.818 5.03-1.122 7.429.452v-.001l.001.001c.002-1.103-1.101-3.311-1.102-3.311"/><path fill="#272b2b" d="M11 17s0-1.5 1.5-1.5S14 17 14 17v1.5s0 1.5-1.5 1.5s-1.5-1.5-1.5-1.5zm11 0s0-1.5 1.5-1.5S25 17 25 17v1.5s0 1.5-1.5 1.5s-1.5-1.5-1.5-1.5zm-7.061 10.808c-1.021.208 2.041 3.968 3.062 3.968s4.082-3.76 3.062-3.968s-5.103-.208-6.124 0"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiFox(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M13.431 9.802c.658 2.638-8.673 10.489-11.244 4.098C.696 10.197-.606 2.434.874 2.065c1.48-.368 11.9 5.098 12.557 7.737"/><path fill="#a0041e" d="M11.437 10.355c.96 1.538-1.831 4.561-3.368 5.522c-1.538.961-2.899-.552-4.414-4.414c-.662-1.689-1.666-6.27-1.103-6.622c.562-.351 7.924 3.976 8.885 5.514"/><path fill="#f4900c" d="M22.557 9.802C21.9 12.441 31.23 20.291 33.802 13.9c1.49-3.703 2.792-11.466 1.312-11.835c-1.48-.368-11.899 5.098-12.557 7.737"/><path fill="#a0041e" d="M24.552 10.355c-.96 1.538 1.831 4.561 3.368 5.522s2.898-.552 4.413-4.414c.662-1.688 1.666-6.269 1.104-6.621c-.563-.352-7.924 3.975-8.885 5.513"/><path fill="#f18f26" d="M32.347 26.912c0-.454-.188-1.091-.407-1.687c.585.028 1.519.191 2.77.817a4 4 0 0 0-.273-1.393c.041.02.075.034.116.055c-1.103-3.31-3.309-5.517-3.309-5.517h2.206c-2.331-4.663-4.965-8.015-8.075-9.559c-1.39-.873-3.688-1.338-7.373-1.339h-.003c-3.695 0-5.996.468-7.385 1.346c-3.104 1.547-5.734 4.896-8.061 9.552H4.76s-2.207 2.206-3.311 5.517c.03-.015.055-.025.084-.04a2.7 2.7 0 0 0-.282 1.377c1.263-.632 2.217-.792 2.813-.818c-.189.513-.343 1.044-.386 1.475a3.15 3.15 0 0 0-.135 1.343C6.75 26.584 8.25 26.792 10 27.667C11.213 31.29 14.206 34 18.001 34c3.793 0 6.746-2.794 7.958-6.416c1.458-1.25 3.708-.875 6.416.416a2.8 2.8 0 0 0-.036-1.093z"/><path fill="#ffd983" d="M31.243 23.601c.006 0 1.108.003 3.309 1.103c-1.249-2.839-7.525-4.07-9.931-3.291c-1.171 1.954-1.281 5.003-3.383 6.622c-1.741 1.431-4.713 1.458-6.479 0c-2.345-1.924-2.559-5.813-3.382-6.622c-2.407-.781-8.681.454-9.931 3.291c2.201-1.101 3.304-1.103 3.309-1.103c0 .001-1.103 2.208-1.103 3.311l.001-.001v.001c2.398-1.573 5.116-2.271 7.429-.452c1.666 7.921 12.293 7.545 13.833 0c2.314-1.818 5.03-1.122 7.429.452v-.001l.001.001c.002-1.103-1.101-3.311-1.102-3.311"/><path fill="#272b2b" d="M11 17s0-1.5 1.5-1.5S14 17 14 17v1.5s0 1.5-1.5 1.5s-1.5-1.5-1.5-1.5zm11 0s0-1.5 1.5-1.5S25 17 25 17v1.5s0 1.5-1.5 1.5s-1.5-1.5-1.5-1.5zm-7.061 10.808c-1.021.208 2.041 3.968 3.062 3.968s4.082-3.76 3.062-3.968s-5.103-.208-6.124 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M13.431 9.802c.658 2.638-8.673 10.489-11.244 4.098C.696 10.197-.606 2.434.874 2.065c1.48-.368 11.9 5.098 12.557 7.737"/><path fill="#a0041e" d="M11.437 10.355c.96 1.538-1.831 4.561-3.368 5.522c-1.538.961-2.899-.552-4.414-4.414c-.662-1.689-1.666-6.27-1.103-6.622c.562-.351 7.924 3.976 8.885 5.514"/><path fill="#f4900c" d="M22.557 9.802C21.9 12.441 31.23 20.291 33.802 13.9c1.49-3.703 2.792-11.466 1.312-11.835c-1.48-.368-11.899 5.098-12.557 7.737"/><path fill="#a0041e" d="M24.552 10.355c-.96 1.538 1.831 4.561 3.368 5.522s2.898-.552 4.413-4.414c.662-1.688 1.666-6.269 1.104-6.621c-.563-.352-7.924 3.975-8.885 5.513"/><path fill="#f18f26" d="M32.347 26.912c0-.454-.188-1.091-.407-1.687c.585.028 1.519.191 2.77.817a4 4 0 0 0-.273-1.393c.041.02.075.034.116.055c-1.103-3.31-3.309-5.517-3.309-5.517h2.206c-2.331-4.663-4.965-8.015-8.075-9.559c-1.39-.873-3.688-1.338-7.373-1.339h-.003c-3.695 0-5.996.468-7.385 1.346c-3.104 1.547-5.734 4.896-8.061 9.552H4.76s-2.207 2.206-3.311 5.517c.03-.015.055-.025.084-.04a2.7 2.7 0 0 0-.282 1.377c1.263-.632 2.217-.792 2.813-.818c-.189.513-.343 1.044-.386 1.475a3.15 3.15 0 0 0-.135 1.343C6.75 26.584 8.25 26.792 10 27.667C11.213 31.29 14.206 34 18.001 34c3.793 0 6.746-2.794 7.958-6.416c1.458-1.25 3.708-.875 6.416.416a2.8 2.8 0 0 0-.036-1.093z"/><path fill="#ffd983" d="M31.243 23.601c.006 0 1.108.003 3.309 1.103c-1.249-2.839-7.525-4.07-9.931-3.291c-1.171 1.954-1.281 5.003-3.383 6.622c-1.741 1.431-4.713 1.458-6.479 0c-2.345-1.924-2.559-5.813-3.382-6.622c-2.407-.781-8.681.454-9.931 3.291c2.201-1.101 3.304-1.103 3.309-1.103c0 .001-1.103 2.208-1.103 3.311l.001-.001v.001c2.398-1.573 5.116-2.271 7.429-.452c1.666 7.921 12.293 7.545 13.833 0c2.314-1.818 5.03-1.122 7.429.452v-.001l.001.001c.002-1.103-1.101-3.311-1.102-3.311"/><path fill="#272b2b" d="M11 17s0-1.5 1.5-1.5S14 17 14 17v1.5s0 1.5-1.5 1.5s-1.5-1.5-1.5-1.5zm11 0s0-1.5 1.5-1.5S25 17 25 17v1.5s0 1.5-1.5 1.5s-1.5-1.5-1.5-1.5zm-7.061 10.808c-1.021.208 2.041 3.968 3.062 3.968s4.082-3.76 3.062-3.968s-5.103-.208-6.124 0"/></svg>
</template>

CSS

.icon-fox {
  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%23f4900c%22%20d%3D%22M13.431%209.802c.658%202.638-8.673%2010.489-11.244%204.098C.696%2010.197-.606%202.434.874%202.065c1.48-.368%2011.9%205.098%2012.557%207.737%22%2F%3E%3Cpath%20fill%3D%22%23a0041e%22%20d%3D%22M11.437%2010.355c.96%201.538-1.831%204.561-3.368%205.522c-1.538.961-2.899-.552-4.414-4.414c-.662-1.689-1.666-6.27-1.103-6.622c.562-.351%207.924%203.976%208.885%205.514%22%2F%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M22.557%209.802C21.9%2012.441%2031.23%2020.291%2033.802%2013.9c1.49-3.703%202.792-11.466%201.312-11.835c-1.48-.368-11.899%205.098-12.557%207.737%22%2F%3E%3Cpath%20fill%3D%22%23a0041e%22%20d%3D%22M24.552%2010.355c-.96%201.538%201.831%204.561%203.368%205.522s2.898-.552%204.413-4.414c.662-1.688%201.666-6.269%201.104-6.621c-.563-.352-7.924%203.975-8.885%205.513%22%2F%3E%3Cpath%20fill%3D%22%23f18f26%22%20d%3D%22M32.347%2026.912c0-.454-.188-1.091-.407-1.687c.585.028%201.519.191%202.77.817a4%204%200%200%200-.273-1.393c.041.02.075.034.116.055c-1.103-3.31-3.309-5.517-3.309-5.517h2.206c-2.331-4.663-4.965-8.015-8.075-9.559c-1.39-.873-3.688-1.338-7.373-1.339h-.003c-3.695%200-5.996.468-7.385%201.346c-3.104%201.547-5.734%204.896-8.061%209.552H4.76s-2.207%202.206-3.311%205.517c.03-.015.055-.025.084-.04a2.7%202.7%200%200%200-.282%201.377c1.263-.632%202.217-.792%202.813-.818c-.189.513-.343%201.044-.386%201.475a3.15%203.15%200%200%200-.135%201.343C6.75%2026.584%208.25%2026.792%2010%2027.667C11.213%2031.29%2014.206%2034%2018.001%2034c3.793%200%206.746-2.794%207.958-6.416c1.458-1.25%203.708-.875%206.416.416a2.8%202.8%200%200%200-.036-1.093z%22%2F%3E%3Cpath%20fill%3D%22%23ffd983%22%20d%3D%22M31.243%2023.601c.006%200%201.108.003%203.309%201.103c-1.249-2.839-7.525-4.07-9.931-3.291c-1.171%201.954-1.281%205.003-3.383%206.622c-1.741%201.431-4.713%201.458-6.479%200c-2.345-1.924-2.559-5.813-3.382-6.622c-2.407-.781-8.681.454-9.931%203.291c2.201-1.101%203.304-1.103%203.309-1.103c0%20.001-1.103%202.208-1.103%203.311l.001-.001v.001c2.398-1.573%205.116-2.271%207.429-.452c1.666%207.921%2012.293%207.545%2013.833%200c2.314-1.818%205.03-1.122%207.429.452v-.001l.001.001c.002-1.103-1.101-3.311-1.102-3.311%22%2F%3E%3Cpath%20fill%3D%22%23272b2b%22%20d%3D%22M11%2017s0-1.5%201.5-1.5S14%2017%2014%2017v1.5s0%201.5-1.5%201.5s-1.5-1.5-1.5-1.5zm11%200s0-1.5%201.5-1.5S25%2017%2025%2017v1.5s0%201.5-1.5%201.5s-1.5-1.5-1.5-1.5zm-7.061%2010.808c-1.021.208%202.041%203.968%203.062%203.968s4.082-3.76%203.062-3.968s-5.103-.208-6.124%200%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%23f4900c%22%20d%3D%22M13.431%209.802c.658%202.638-8.673%2010.489-11.244%204.098C.696%2010.197-.606%202.434.874%202.065c1.48-.368%2011.9%205.098%2012.557%207.737%22%2F%3E%3Cpath%20fill%3D%22%23a0041e%22%20d%3D%22M11.437%2010.355c.96%201.538-1.831%204.561-3.368%205.522c-1.538.961-2.899-.552-4.414-4.414c-.662-1.689-1.666-6.27-1.103-6.622c.562-.351%207.924%203.976%208.885%205.514%22%2F%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M22.557%209.802C21.9%2012.441%2031.23%2020.291%2033.802%2013.9c1.49-3.703%202.792-11.466%201.312-11.835c-1.48-.368-11.899%205.098-12.557%207.737%22%2F%3E%3Cpath%20fill%3D%22%23a0041e%22%20d%3D%22M24.552%2010.355c-.96%201.538%201.831%204.561%203.368%205.522s2.898-.552%204.413-4.414c.662-1.688%201.666-6.269%201.104-6.621c-.563-.352-7.924%203.975-8.885%205.513%22%2F%3E%3Cpath%20fill%3D%22%23f18f26%22%20d%3D%22M32.347%2026.912c0-.454-.188-1.091-.407-1.687c.585.028%201.519.191%202.77.817a4%204%200%200%200-.273-1.393c.041.02.075.034.116.055c-1.103-3.31-3.309-5.517-3.309-5.517h2.206c-2.331-4.663-4.965-8.015-8.075-9.559c-1.39-.873-3.688-1.338-7.373-1.339h-.003c-3.695%200-5.996.468-7.385%201.346c-3.104%201.547-5.734%204.896-8.061%209.552H4.76s-2.207%202.206-3.311%205.517c.03-.015.055-.025.084-.04a2.7%202.7%200%200%200-.282%201.377c1.263-.632%202.217-.792%202.813-.818c-.189.513-.343%201.044-.386%201.475a3.15%203.15%200%200%200-.135%201.343C6.75%2026.584%208.25%2026.792%2010%2027.667C11.213%2031.29%2014.206%2034%2018.001%2034c3.793%200%206.746-2.794%207.958-6.416c1.458-1.25%203.708-.875%206.416.416a2.8%202.8%200%200%200-.036-1.093z%22%2F%3E%3Cpath%20fill%3D%22%23ffd983%22%20d%3D%22M31.243%2023.601c.006%200%201.108.003%203.309%201.103c-1.249-2.839-7.525-4.07-9.931-3.291c-1.171%201.954-1.281%205.003-3.383%206.622c-1.741%201.431-4.713%201.458-6.479%200c-2.345-1.924-2.559-5.813-3.382-6.622c-2.407-.781-8.681.454-9.931%203.291c2.201-1.101%203.304-1.103%203.309-1.103c0%20.001-1.103%202.208-1.103%203.311l.001-.001v.001c2.398-1.573%205.116-2.271%207.429-.452c1.666%207.921%2012.293%207.545%2013.833%200c2.314-1.818%205.03-1.122%207.429.452v-.001l.001.001c.002-1.103-1.101-3.311-1.102-3.311%22%2F%3E%3Cpath%20fill%3D%22%23272b2b%22%20d%3D%22M11%2017s0-1.5%201.5-1.5S14%2017%2014%2017v1.5s0%201.5-1.5%201.5s-1.5-1.5-1.5-1.5zm11%200s0-1.5%201.5-1.5S25%2017%2025%2017v1.5s0%201.5-1.5%201.5s-1.5-1.5-1.5-1.5zm-7.061%2010.808c-1.021.208%202.041%203.968%203.062%203.968s4.082-3.76%203.062-3.968s-5.103-.208-6.124%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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