wolf from Iconoir by Luca Burgio · Regular · Animals · MIT Free for personal and commercial use.

Name
wolf
Set
Iconoir
Style
Regular
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.812 7s-.453.628-.996 1.667M18.188 7s.453.628.997 1.667m-14.37 0C4.008 10.214 3 12.674 3 15.333C5.813 15.333 7.5 17 7.5 17s1.125 5 4.5 5s4.5-5 4.5-5s1.688-1.667 4.5-1.667c0-2.659-1.007-5.119-1.815-6.666m-14.37 0s-2.94-2.223 0-6.667c.997.556 3.81 2.778 3.81 2.778S10.313 3.667 12 3.667s3.375 1.11 3.375 1.11S18.188 2.557 19.313 2c2.812 4.445-.128 6.667-.128 6.667M11 18h1m1 0h-1m0 0v1m-3.5-6.5L10 14m5.5-1.5L14 14"/></svg>

React

import type { SVGProps } from "react";

export function IconoirWolf(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M5.812 7s-.453.628-.996 1.667M18.188 7s.453.628.997 1.667m-14.37 0C4.008 10.214 3 12.674 3 15.333C5.813 15.333 7.5 17 7.5 17s1.125 5 4.5 5s4.5-5 4.5-5s1.688-1.667 4.5-1.667c0-2.659-1.007-5.119-1.815-6.666m-14.37 0s-2.94-2.223 0-6.667c.997.556 3.81 2.778 3.81 2.778S10.313 3.667 12 3.667s3.375 1.11 3.375 1.11S18.188 2.557 19.313 2c2.812 4.445-.128 6.667-.128 6.667M11 18h1m1 0h-1m0 0v1m-3.5-6.5L10 14m5.5-1.5L14 14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.812 7s-.453.628-.996 1.667M18.188 7s.453.628.997 1.667m-14.37 0C4.008 10.214 3 12.674 3 15.333C5.813 15.333 7.5 17 7.5 17s1.125 5 4.5 5s4.5-5 4.5-5s1.688-1.667 4.5-1.667c0-2.659-1.007-5.119-1.815-6.666m-14.37 0s-2.94-2.223 0-6.667c.997.556 3.81 2.778 3.81 2.778S10.313 3.667 12 3.667s3.375 1.11 3.375 1.11S18.188 2.557 19.313 2c2.812 4.445-.128 6.667-.128 6.667M11 18h1m1 0h-1m0 0v1m-3.5-6.5L10 14m5.5-1.5L14 14"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.812%207s-.453.628-.996%201.667M18.188%207s.453.628.997%201.667m-14.37%200C4.008%2010.214%203%2012.674%203%2015.333C5.813%2015.333%207.5%2017%207.5%2017s1.125%205%204.5%205s4.5-5%204.5-5s1.688-1.667%204.5-1.667c0-2.659-1.007-5.119-1.815-6.666m-14.37%200s-2.94-2.223%200-6.667c.997.556%203.81%202.778%203.81%202.778S10.313%203.667%2012%203.667s3.375%201.11%203.375%201.11S18.188%202.557%2019.313%202c2.812%204.445-.128%206.667-.128%206.667M11%2018h1m1%200h-1m0%200v1m-3.5-6.5L10%2014m5.5-1.5L14%2014%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.812%207s-.453.628-.996%201.667M18.188%207s.453.628.997%201.667m-14.37%200C4.008%2010.214%203%2012.674%203%2015.333C5.813%2015.333%207.5%2017%207.5%2017s1.125%205%204.5%205s4.5-5%204.5-5s1.688-1.667%204.5-1.667c0-2.659-1.007-5.119-1.815-6.666m-14.37%200s-2.94-2.223%200-6.667c.997.556%203.81%202.778%203.81%202.778S10.313%203.667%2012%203.667s3.375%201.11%203.375%201.11S18.188%202.557%2019.313%202c2.812%204.445-.128%206.667-.128%206.667M11%2018h1m1%200h-1m0%200v1m-3.5-6.5L10%2014m5.5-1.5L14%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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