wolf icon
wolf-solid from Iconoir by Luca Burgio · Solid · Animals · MIT Free for personal and commercial use.
- Name
- wolf-solid
- Set
- Iconoir
- Style
- Solid
- Category
- Animals
- Viewbox
- 24×24
- License
- MIT
1 other variant in Iconoir
The same icon in other sets
More animals icons from Iconoir
Use the wolf icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.946 1.599a.75.75 0 0 0-.966-.271c-.634.313-1.674 1.052-2.504 1.667c-.427.316-.818.614-1.102.833l-.06.046c-.186-.1-.421-.22-.692-.338c-.675-.297-1.629-.62-2.622-.62s-1.947.323-2.622.62a9 9 0 0 0-.691.338L8.63 3.83a100 100 0 0 0-1.084-.831c-.815-.616-1.812-1.346-2.365-1.654a.75.75 0 0 0-.991.241C2.613 3.97 2.55 5.874 3 7.236a4.6 4.6 0 0 0 .9 1.581c-.782 1.607-1.65 3.961-1.65 6.516c0 .415.336.75.75.75a6.2 6.2 0 0 1 3.734 1.25l.097.077v.003c.041.148.102.358.187.608c.168.498.431 1.169.813 1.847c.74 1.315 2.06 2.882 4.169 2.882c2.11 0 3.43-1.567 4.17-2.882a11 11 0 0 0 .999-2.455v-.003q.042-.035.097-.077A6.2 6.2 0 0 1 21 16.083a.75.75 0 0 0 .75-.75c0-2.554-.868-4.908-1.65-6.515l.076-.087a4.7 4.7 0 0 0 .836-1.486c.468-1.354.446-3.257-1.066-5.646M11 17.25a.75.75 0 0 0 0 1.5h.25V19a.75.75 0 0 0 1.5 0v-.25H13a.75.75 0 0 0 0-1.5zm-3.03-5.28a.75.75 0 0 1 1.06 0l1.5 1.5a.75.75 0 1 1-1.06 1.06l-1.5-1.5a.75.75 0 0 1 0-1.06m8.06 1.06a.75.75 0 1 0-1.06-1.06l-1.5 1.5a.75.75 0 1 0 1.06 1.06z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function IconoirWolfSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M19.946 1.599a.75.75 0 0 0-.966-.271c-.634.313-1.674 1.052-2.504 1.667c-.427.316-.818.614-1.102.833l-.06.046c-.186-.1-.421-.22-.692-.338c-.675-.297-1.629-.62-2.622-.62s-1.947.323-2.622.62a9 9 0 0 0-.691.338L8.63 3.83a100 100 0 0 0-1.084-.831c-.815-.616-1.812-1.346-2.365-1.654a.75.75 0 0 0-.991.241C2.613 3.97 2.55 5.874 3 7.236a4.6 4.6 0 0 0 .9 1.581c-.782 1.607-1.65 3.961-1.65 6.516c0 .415.336.75.75.75a6.2 6.2 0 0 1 3.734 1.25l.097.077v.003c.041.148.102.358.187.608c.168.498.431 1.169.813 1.847c.74 1.315 2.06 2.882 4.169 2.882c2.11 0 3.43-1.567 4.17-2.882a11 11 0 0 0 .999-2.455v-.003q.042-.035.097-.077A6.2 6.2 0 0 1 21 16.083a.75.75 0 0 0 .75-.75c0-2.554-.868-4.908-1.65-6.515l.076-.087a4.7 4.7 0 0 0 .836-1.486c.468-1.354.446-3.257-1.066-5.646M11 17.25a.75.75 0 0 0 0 1.5h.25V19a.75.75 0 0 0 1.5 0v-.25H13a.75.75 0 0 0 0-1.5zm-3.03-5.28a.75.75 0 0 1 1.06 0l1.5 1.5a.75.75 0 1 1-1.06 1.06l-1.5-1.5a.75.75 0 0 1 0-1.06m8.06 1.06a.75.75 0 1 0-1.06-1.06l-1.5 1.5a.75.75 0 1 0 1.06 1.06z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.946 1.599a.75.75 0 0 0-.966-.271c-.634.313-1.674 1.052-2.504 1.667c-.427.316-.818.614-1.102.833l-.06.046c-.186-.1-.421-.22-.692-.338c-.675-.297-1.629-.62-2.622-.62s-1.947.323-2.622.62a9 9 0 0 0-.691.338L8.63 3.83a100 100 0 0 0-1.084-.831c-.815-.616-1.812-1.346-2.365-1.654a.75.75 0 0 0-.991.241C2.613 3.97 2.55 5.874 3 7.236a4.6 4.6 0 0 0 .9 1.581c-.782 1.607-1.65 3.961-1.65 6.516c0 .415.336.75.75.75a6.2 6.2 0 0 1 3.734 1.25l.097.077v.003c.041.148.102.358.187.608c.168.498.431 1.169.813 1.847c.74 1.315 2.06 2.882 4.169 2.882c2.11 0 3.43-1.567 4.17-2.882a11 11 0 0 0 .999-2.455v-.003q.042-.035.097-.077A6.2 6.2 0 0 1 21 16.083a.75.75 0 0 0 .75-.75c0-2.554-.868-4.908-1.65-6.515l.076-.087a4.7 4.7 0 0 0 .836-1.486c.468-1.354.446-3.257-1.066-5.646M11 17.25a.75.75 0 0 0 0 1.5h.25V19a.75.75 0 0 0 1.5 0v-.25H13a.75.75 0 0 0 0-1.5zm-3.03-5.28a.75.75 0 0 1 1.06 0l1.5 1.5a.75.75 0 1 1-1.06 1.06l-1.5-1.5a.75.75 0 0 1 0-1.06m8.06 1.06a.75.75 0 1 0-1.06-1.06l-1.5 1.5a.75.75 0 1 0 1.06 1.06z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-wolf-solid {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.946%201.599a.75.75%200%200%200-.966-.271c-.634.313-1.674%201.052-2.504%201.667c-.427.316-.818.614-1.102.833l-.06.046c-.186-.1-.421-.22-.692-.338c-.675-.297-1.629-.62-2.622-.62s-1.947.323-2.622.62a9%209%200%200%200-.691.338L8.63%203.83a100%20100%200%200%200-1.084-.831c-.815-.616-1.812-1.346-2.365-1.654a.75.75%200%200%200-.991.241C2.613%203.97%202.55%205.874%203%207.236a4.6%204.6%200%200%200%20.9%201.581c-.782%201.607-1.65%203.961-1.65%206.516c0%20.415.336.75.75.75a6.2%206.2%200%200%201%203.734%201.25l.097.077v.003c.041.148.102.358.187.608c.168.498.431%201.169.813%201.847c.74%201.315%202.06%202.882%204.169%202.882c2.11%200%203.43-1.567%204.17-2.882a11%2011%200%200%200%20.999-2.455v-.003q.042-.035.097-.077A6.2%206.2%200%200%201%2021%2016.083a.75.75%200%200%200%20.75-.75c0-2.554-.868-4.908-1.65-6.515l.076-.087a4.7%204.7%200%200%200%20.836-1.486c.468-1.354.446-3.257-1.066-5.646M11%2017.25a.75.75%200%200%200%200%201.5h.25V19a.75.75%200%200%200%201.5%200v-.25H13a.75.75%200%200%200%200-1.5zm-3.03-5.28a.75.75%200%200%201%201.06%200l1.5%201.5a.75.75%200%201%201-1.06%201.06l-1.5-1.5a.75.75%200%200%201%200-1.06m8.06%201.06a.75.75%200%201%200-1.06-1.06l-1.5%201.5a.75.75%200%201%200%201.06%201.06z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.946%201.599a.75.75%200%200%200-.966-.271c-.634.313-1.674%201.052-2.504%201.667c-.427.316-.818.614-1.102.833l-.06.046c-.186-.1-.421-.22-.692-.338c-.675-.297-1.629-.62-2.622-.62s-1.947.323-2.622.62a9%209%200%200%200-.691.338L8.63%203.83a100%20100%200%200%200-1.084-.831c-.815-.616-1.812-1.346-2.365-1.654a.75.75%200%200%200-.991.241C2.613%203.97%202.55%205.874%203%207.236a4.6%204.6%200%200%200%20.9%201.581c-.782%201.607-1.65%203.961-1.65%206.516c0%20.415.336.75.75.75a6.2%206.2%200%200%201%203.734%201.25l.097.077v.003c.041.148.102.358.187.608c.168.498.431%201.169.813%201.847c.74%201.315%202.06%202.882%204.169%202.882c2.11%200%203.43-1.567%204.17-2.882a11%2011%200%200%200%20.999-2.455v-.003q.042-.035.097-.077A6.2%206.2%200%200%201%2021%2016.083a.75.75%200%200%200%20.75-.75c0-2.554-.868-4.908-1.65-6.515l.076-.087a4.7%204.7%200%200%200%20.836-1.486c.468-1.354.446-3.257-1.066-5.646M11%2017.25a.75.75%200%200%200%200%201.5h.25V19a.75.75%200%200%200%201.5%200v-.25H13a.75.75%200%200%200%200-1.5zm-3.03-5.28a.75.75%200%200%201%201.06%200l1.5%201.5a.75.75%200%201%201-1.06%201.06l-1.5-1.5a.75.75%200%200%201%200-1.06m8.06%201.06a.75.75%200%201%200-1.06-1.06l-1.5%201.5a.75.75%200%201%200%201.06%201.06z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/wolf-solid.svg?color=%231a73e8&size=48