wolf emoji
wolf from Fluent Emoji Flat by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- wolf
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji Flat
Use the wolf emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="m26.538 11.96l3.44 6c.25.43-.07.97-.59.97c-.44-.01-.72.48-.58.9l.446 1.24H2.818l.44-1.3a.644.644 0 0 0-.61-.85c-.5 0-.81-.53-.56-.96l3.45-6.02c.14-.25.29-.54.44-.84l.03-8.43c-.03-.59.69-.9 1.09-.47l7.07 5.4c.27.21.61.4.95.4h1.75c.34 0 .68-.19.95-.4l7.07-5.4c.4-.43 1.12-.12 1.09.47l.03 8.29c.15.29.33.61.53.98z"/><path fill="#d3d3d3" d="M6.998 9.77c-.01.29.29.5.57.4l4.3-1.56c.31-.11.38-.53.11-.74L7.698 4.6c-.25-.28-.71-.08-.69.29zm18.01 0c0 .29-.29.5-.57.4l-4.31-1.56a.427.427 0 0 1-.11-.74l4.28-3.27c.25-.27.71-.07.69.3zM14.098 30h3.89c1.15 0 2.17-.8 2.56-1.88l.68-3.18c.1-.46.53-.76.99-.71c1.52.19 4.68.57 5.32.57c1 0 .68-.84.68-.84l-.35-1.05c-.05-.15-.18-1.02.78-1.01c1.08.02.55-.99.55-.99l-4.76-2s-2.58-1.26-3.85.02l-2.92 2.94c-.06.07-.14.12-.22.17c-.438.24-.916.36-1.405.37a3.06 3.06 0 0 1-1.405-.37a1 1 0 0 1-.22-.17l-2.92-2.94c-1.27-1.28-3.85-.02-3.85-.02l-4.773 2s-.517 1.01.563.99c.96-.01.83.86.78 1.01l-.35 1.05s-.32.84.68.84c.64 0 3.8-.38 5.32-.57c.46-.05.89.25.99.71l.68 3.18c.39 1.08 1.41 1.88 2.56 1.88"/><path fill="#1c1c1c" d="M11 15a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm8 0a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm-4.269 5h2.54c1.09 0 1.645 1.521.863 2.405l-1.275 1.18c-.483.553-1.254.553-1.737 0l-1.275-1.18c-.75-.896-.205-2.405.884-2.405"/><path fill="#1c1c1c" d="M16.5 24.5a.5.5 0 0 0-1 0c0 .612-.224 1.254-.6 1.736c-.375.48-.866.764-1.4.764a.5.5 0 0 0 0 1c.916 0 1.675-.491 2.188-1.149q.173-.221.312-.47q.14.248.312.47C16.825 27.51 17.584 28 18.5 28a.5.5 0 0 0 0-1c-.534 0-1.025-.284-1.4-.764a2.9 2.9 0 0 1-.6-1.736"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatWolf(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="m26.538 11.96l3.44 6c.25.43-.07.97-.59.97c-.44-.01-.72.48-.58.9l.446 1.24H2.818l.44-1.3a.644.644 0 0 0-.61-.85c-.5 0-.81-.53-.56-.96l3.45-6.02c.14-.25.29-.54.44-.84l.03-8.43c-.03-.59.69-.9 1.09-.47l7.07 5.4c.27.21.61.4.95.4h1.75c.34 0 .68-.19.95-.4l7.07-5.4c.4-.43 1.12-.12 1.09.47l.03 8.29c.15.29.33.61.53.98z"/><path fill="#d3d3d3" d="M6.998 9.77c-.01.29.29.5.57.4l4.3-1.56c.31-.11.38-.53.11-.74L7.698 4.6c-.25-.28-.71-.08-.69.29zm18.01 0c0 .29-.29.5-.57.4l-4.31-1.56a.427.427 0 0 1-.11-.74l4.28-3.27c.25-.27.71-.07.69.3zM14.098 30h3.89c1.15 0 2.17-.8 2.56-1.88l.68-3.18c.1-.46.53-.76.99-.71c1.52.19 4.68.57 5.32.57c1 0 .68-.84.68-.84l-.35-1.05c-.05-.15-.18-1.02.78-1.01c1.08.02.55-.99.55-.99l-4.76-2s-2.58-1.26-3.85.02l-2.92 2.94c-.06.07-.14.12-.22.17c-.438.24-.916.36-1.405.37a3.06 3.06 0 0 1-1.405-.37a1 1 0 0 1-.22-.17l-2.92-2.94c-1.27-1.28-3.85-.02-3.85-.02l-4.773 2s-.517 1.01.563.99c.96-.01.83.86.78 1.01l-.35 1.05s-.32.84.68.84c.64 0 3.8-.38 5.32-.57c.46-.05.89.25.99.71l.68 3.18c.39 1.08 1.41 1.88 2.56 1.88"/><path fill="#1c1c1c" d="M11 15a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm8 0a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm-4.269 5h2.54c1.09 0 1.645 1.521.863 2.405l-1.275 1.18c-.483.553-1.254.553-1.737 0l-1.275-1.18c-.75-.896-.205-2.405.884-2.405"/><path fill="#1c1c1c" d="M16.5 24.5a.5.5 0 0 0-1 0c0 .612-.224 1.254-.6 1.736c-.375.48-.866.764-1.4.764a.5.5 0 0 0 0 1c.916 0 1.675-.491 2.188-1.149q.173-.221.312-.47q.14.248.312.47C16.825 27.51 17.584 28 18.5 28a.5.5 0 0 0 0-1c-.534 0-1.025-.284-1.4-.764a2.9 2.9 0 0 1-.6-1.736"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="m26.538 11.96l3.44 6c.25.43-.07.97-.59.97c-.44-.01-.72.48-.58.9l.446 1.24H2.818l.44-1.3a.644.644 0 0 0-.61-.85c-.5 0-.81-.53-.56-.96l3.45-6.02c.14-.25.29-.54.44-.84l.03-8.43c-.03-.59.69-.9 1.09-.47l7.07 5.4c.27.21.61.4.95.4h1.75c.34 0 .68-.19.95-.4l7.07-5.4c.4-.43 1.12-.12 1.09.47l.03 8.29c.15.29.33.61.53.98z"/><path fill="#d3d3d3" d="M6.998 9.77c-.01.29.29.5.57.4l4.3-1.56c.31-.11.38-.53.11-.74L7.698 4.6c-.25-.28-.71-.08-.69.29zm18.01 0c0 .29-.29.5-.57.4l-4.31-1.56a.427.427 0 0 1-.11-.74l4.28-3.27c.25-.27.71-.07.69.3zM14.098 30h3.89c1.15 0 2.17-.8 2.56-1.88l.68-3.18c.1-.46.53-.76.99-.71c1.52.19 4.68.57 5.32.57c1 0 .68-.84.68-.84l-.35-1.05c-.05-.15-.18-1.02.78-1.01c1.08.02.55-.99.55-.99l-4.76-2s-2.58-1.26-3.85.02l-2.92 2.94c-.06.07-.14.12-.22.17c-.438.24-.916.36-1.405.37a3.06 3.06 0 0 1-1.405-.37a1 1 0 0 1-.22-.17l-2.92-2.94c-1.27-1.28-3.85-.02-3.85-.02l-4.773 2s-.517 1.01.563.99c.96-.01.83.86.78 1.01l-.35 1.05s-.32.84.68.84c.64 0 3.8-.38 5.32-.57c.46-.05.89.25.99.71l.68 3.18c.39 1.08 1.41 1.88 2.56 1.88"/><path fill="#1c1c1c" d="M11 15a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm8 0a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm-4.269 5h2.54c1.09 0 1.645 1.521.863 2.405l-1.275 1.18c-.483.553-1.254.553-1.737 0l-1.275-1.18c-.75-.896-.205-2.405.884-2.405"/><path fill="#1c1c1c" d="M16.5 24.5a.5.5 0 0 0-1 0c0 .612-.224 1.254-.6 1.736c-.375.48-.866.764-1.4.764a.5.5 0 0 0 0 1c.916 0 1.675-.491 2.188-1.149q.173-.221.312-.47q.14.248.312.47C16.825 27.51 17.584 28 18.5 28a.5.5 0 0 0 0-1c-.534 0-1.025-.284-1.4-.764a2.9 2.9 0 0 1-.6-1.736"/></g></svg> </template>
CSS
.icon-wolf {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22m26.538%2011.96l3.44%206c.25.43-.07.97-.59.97c-.44-.01-.72.48-.58.9l.446%201.24H2.818l.44-1.3a.644.644%200%200%200-.61-.85c-.5%200-.81-.53-.56-.96l3.45-6.02c.14-.25.29-.54.44-.84l.03-8.43c-.03-.59.69-.9%201.09-.47l7.07%205.4c.27.21.61.4.95.4h1.75c.34%200%20.68-.19.95-.4l7.07-5.4c.4-.43%201.12-.12%201.09.47l.03%208.29c.15.29.33.61.53.98z%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M6.998%209.77c-.01.29.29.5.57.4l4.3-1.56c.31-.11.38-.53.11-.74L7.698%204.6c-.25-.28-.71-.08-.69.29zm18.01%200c0%20.29-.29.5-.57.4l-4.31-1.56a.427.427%200%200%201-.11-.74l4.28-3.27c.25-.27.71-.07.69.3zM14.098%2030h3.89c1.15%200%202.17-.8%202.56-1.88l.68-3.18c.1-.46.53-.76.99-.71c1.52.19%204.68.57%205.32.57c1%200%20.68-.84.68-.84l-.35-1.05c-.05-.15-.18-1.02.78-1.01c1.08.02.55-.99.55-.99l-4.76-2s-2.58-1.26-3.85.02l-2.92%202.94c-.06.07-.14.12-.22.17c-.438.24-.916.36-1.405.37a3.06%203.06%200%200%201-1.405-.37a1%201%200%200%201-.22-.17l-2.92-2.94c-1.27-1.28-3.85-.02-3.85-.02l-4.773%202s-.517%201.01.563.99c.96-.01.83.86.78%201.01l-.35%201.05s-.32.84.68.84c.64%200%203.8-.38%205.32-.57c.46-.05.89.25.99.71l.68%203.18c.39%201.08%201.41%201.88%202.56%201.88%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M11%2015a1%201%200%201%201%202%200v1a1%201%200%201%201-2%200zm8%200a1%201%200%201%201%202%200v1a1%201%200%201%201-2%200zm-4.269%205h2.54c1.09%200%201.645%201.521.863%202.405l-1.275%201.18c-.483.553-1.254.553-1.737%200l-1.275-1.18c-.75-.896-.205-2.405.884-2.405%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M16.5%2024.5a.5.5%200%200%200-1%200c0%20.612-.224%201.254-.6%201.736c-.375.48-.866.764-1.4.764a.5.5%200%200%200%200%201c.916%200%201.675-.491%202.188-1.149q.173-.221.312-.47q.14.248.312.47C16.825%2027.51%2017.584%2028%2018.5%2028a.5.5%200%200%200%200-1c-.534%200-1.025-.284-1.4-.764a2.9%202.9%200%200%201-.6-1.736%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22m26.538%2011.96l3.44%206c.25.43-.07.97-.59.97c-.44-.01-.72.48-.58.9l.446%201.24H2.818l.44-1.3a.644.644%200%200%200-.61-.85c-.5%200-.81-.53-.56-.96l3.45-6.02c.14-.25.29-.54.44-.84l.03-8.43c-.03-.59.69-.9%201.09-.47l7.07%205.4c.27.21.61.4.95.4h1.75c.34%200%20.68-.19.95-.4l7.07-5.4c.4-.43%201.12-.12%201.09.47l.03%208.29c.15.29.33.61.53.98z%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M6.998%209.77c-.01.29.29.5.57.4l4.3-1.56c.31-.11.38-.53.11-.74L7.698%204.6c-.25-.28-.71-.08-.69.29zm18.01%200c0%20.29-.29.5-.57.4l-4.31-1.56a.427.427%200%200%201-.11-.74l4.28-3.27c.25-.27.71-.07.69.3zM14.098%2030h3.89c1.15%200%202.17-.8%202.56-1.88l.68-3.18c.1-.46.53-.76.99-.71c1.52.19%204.68.57%205.32.57c1%200%20.68-.84.68-.84l-.35-1.05c-.05-.15-.18-1.02.78-1.01c1.08.02.55-.99.55-.99l-4.76-2s-2.58-1.26-3.85.02l-2.92%202.94c-.06.07-.14.12-.22.17c-.438.24-.916.36-1.405.37a3.06%203.06%200%200%201-1.405-.37a1%201%200%200%201-.22-.17l-2.92-2.94c-1.27-1.28-3.85-.02-3.85-.02l-4.773%202s-.517%201.01.563.99c.96-.01.83.86.78%201.01l-.35%201.05s-.32.84.68.84c.64%200%203.8-.38%205.32-.57c.46-.05.89.25.99.71l.68%203.18c.39%201.08%201.41%201.88%202.56%201.88%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M11%2015a1%201%200%201%201%202%200v1a1%201%200%201%201-2%200zm8%200a1%201%200%201%201%202%200v1a1%201%200%201%201-2%200zm-4.269%205h2.54c1.09%200%201.645%201.521.863%202.405l-1.275%201.18c-.483.553-1.254.553-1.737%200l-1.275-1.18c-.75-.896-.205-2.405.884-2.405%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M16.5%2024.5a.5.5%200%200%200-1%200c0%20.612-.224%201.254-.6%201.736c-.375.48-.866.764-1.4.764a.5.5%200%200%200%200%201c.916%200%201.675-.491%202.188-1.149q.173-.221.312-.47q.14.248.312.47C16.825%2027.51%2017.584%2028%2018.5%2028a.5.5%200%200%200%200-1c-.534%200-1.025-.284-1.4-.764a2.9%202.9%200%200%201-.6-1.736%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/wolf.svg?color=%231a73e8&size=48