paw-off from Material Design Icons by Pictogrammers · Filled · Animal · Apache-2.0 Free for personal and commercial use.

Name
paw-off
Set
Material Design Icons
Style
Filled
Category
Animal
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More animal icons from Material Design Icons

Use the paw off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 4.27L3.28 3L21.5 21.22l-1.27 1.28l-2-2c-.14.1-.29.18-.44.25c-1.79.82-3.91-.88-5.9-.88s-4.13 1.77-5.89.88c-1-.49-1.69-1.79-1.56-2.87c.18-1.49 1.97-2.29 3.03-3.38c.74-.73 1.37-1.81 2.08-2.68zM8.35 3c1.18-.17 2.43 1.12 2.79 2.9c.18.85.12 1.66-.14 2.29L7.03 4.2c.26-.65.72-1.1 1.32-1.2m7.15 0c1.19.19 1.85 1.77 1.5 3.54c-.38 1.78-1.63 3.07-2.81 2.89c-1.19-.18-1.84-1.76-1.47-3.53c.36-1.78 1.61-3.07 2.78-2.9M3 7.6c1.14-.49 2.69.4 3.5 1.95c.76 1.58.5 3.24-.63 3.73s-2.67-.39-3.46-1.96S1.9 8.08 3 7.6m18 0c1.1.48 1.38 2.15.59 3.72s-2.33 2.45-3.46 1.96s-1.39-2.15-.63-3.73C18.31 8 19.86 7.11 21 7.6"/></svg>

React

import type { SVGProps } from "react";

export function MdiPawOff(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" d="M2 4.27L3.28 3L21.5 21.22l-1.27 1.28l-2-2c-.14.1-.29.18-.44.25c-1.79.82-3.91-.88-5.9-.88s-4.13 1.77-5.89.88c-1-.49-1.69-1.79-1.56-2.87c.18-1.49 1.97-2.29 3.03-3.38c.74-.73 1.37-1.81 2.08-2.68zM8.35 3c1.18-.17 2.43 1.12 2.79 2.9c.18.85.12 1.66-.14 2.29L7.03 4.2c.26-.65.72-1.1 1.32-1.2m7.15 0c1.19.19 1.85 1.77 1.5 3.54c-.38 1.78-1.63 3.07-2.81 2.89c-1.19-.18-1.84-1.76-1.47-3.53c.36-1.78 1.61-3.07 2.78-2.9M3 7.6c1.14-.49 2.69.4 3.5 1.95c.76 1.58.5 3.24-.63 3.73s-2.67-.39-3.46-1.96S1.9 8.08 3 7.6m18 0c1.1.48 1.38 2.15.59 3.72s-2.33 2.45-3.46 1.96s-1.39-2.15-.63-3.73C18.31 8 19.86 7.11 21 7.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 4.27L3.28 3L21.5 21.22l-1.27 1.28l-2-2c-.14.1-.29.18-.44.25c-1.79.82-3.91-.88-5.9-.88s-4.13 1.77-5.89.88c-1-.49-1.69-1.79-1.56-2.87c.18-1.49 1.97-2.29 3.03-3.38c.74-.73 1.37-1.81 2.08-2.68zM8.35 3c1.18-.17 2.43 1.12 2.79 2.9c.18.85.12 1.66-.14 2.29L7.03 4.2c.26-.65.72-1.1 1.32-1.2m7.15 0c1.19.19 1.85 1.77 1.5 3.54c-.38 1.78-1.63 3.07-2.81 2.89c-1.19-.18-1.84-1.76-1.47-3.53c.36-1.78 1.61-3.07 2.78-2.9M3 7.6c1.14-.49 2.69.4 3.5 1.95c.76 1.58.5 3.24-.63 3.73s-2.67-.39-3.46-1.96S1.9 8.08 3 7.6m18 0c1.1.48 1.38 2.15.59 3.72s-2.33 2.45-3.46 1.96s-1.39-2.15-.63-3.73C18.31 8 19.86 7.11 21 7.6"/></svg>
</template>

CSS

.icon-paw-off {
  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%20d%3D%22M2%204.27L3.28%203L21.5%2021.22l-1.27%201.28l-2-2c-.14.1-.29.18-.44.25c-1.79.82-3.91-.88-5.9-.88s-4.13%201.77-5.89.88c-1-.49-1.69-1.79-1.56-2.87c.18-1.49%201.97-2.29%203.03-3.38c.74-.73%201.37-1.81%202.08-2.68zM8.35%203c1.18-.17%202.43%201.12%202.79%202.9c.18.85.12%201.66-.14%202.29L7.03%204.2c.26-.65.72-1.1%201.32-1.2m7.15%200c1.19.19%201.85%201.77%201.5%203.54c-.38%201.78-1.63%203.07-2.81%202.89c-1.19-.18-1.84-1.76-1.47-3.53c.36-1.78%201.61-3.07%202.78-2.9M3%207.6c1.14-.49%202.69.4%203.5%201.95c.76%201.58.5%203.24-.63%203.73s-2.67-.39-3.46-1.96S1.9%208.08%203%207.6m18%200c1.1.48%201.38%202.15.59%203.72s-2.33%202.45-3.46%201.96s-1.39-2.15-.63-3.73C18.31%208%2019.86%207.11%2021%207.6%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%20d%3D%22M2%204.27L3.28%203L21.5%2021.22l-1.27%201.28l-2-2c-.14.1-.29.18-.44.25c-1.79.82-3.91-.88-5.9-.88s-4.13%201.77-5.89.88c-1-.49-1.69-1.79-1.56-2.87c.18-1.49%201.97-2.29%203.03-3.38c.74-.73%201.37-1.81%202.08-2.68zM8.35%203c1.18-.17%202.43%201.12%202.79%202.9c.18.85.12%201.66-.14%202.29L7.03%204.2c.26-.65.72-1.1%201.32-1.2m7.15%200c1.19.19%201.85%201.77%201.5%203.54c-.38%201.78-1.63%203.07-2.81%202.89c-1.19-.18-1.84-1.76-1.47-3.53c.36-1.78%201.61-3.07%202.78-2.9M3%207.6c1.14-.49%202.69.4%203.5%201.95c.76%201.58.5%203.24-.63%203.73s-2.67-.39-3.46-1.96S1.9%208.08%203%207.6m18%200c1.1.48%201.38%202.15.59%203.72s-2.33%202.45-3.46%201.96s-1.39-2.15-.63-3.73C18.31%208%2019.86%207.11%2021%207.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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