paw-off from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.

Name
paw-off
Set
Tabler Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.168 11.154c-.71.31-1.184 1.107-2 2.593c-.942 1.703-2.846 1.845-3.321 3.291c-.097.265-.145.677-.143.962c0 1.176.787 2 1.8 2c1.259 0 3-1 4.5-1s3.241 1 4.5 1c.927 0 1.664-.689 1.783-1.708m1.901-10.21A1 1 0 0 0 19.782 8h-.015c-.735.012-1.56.75-1.993 1.866c-.519 1.335-.28 2.7.538 3.052q.196.082.406.082c.739 0 1.575-.742 2.011-1.866c.516-1.335.273-2.7-.54-3.052zM11 6.992a3.6 3.6 0 0 0-.04-.725C10.757 4.97 9.913 4 9.028 4a1.24 1.24 0 0 0-.758.265m8.186 2.468c.214-1.376-.375-2.594-1.32-2.722A1 1 0 0 0 14.974 4c-.885 0-1.728.97-1.93 2.267c-.214 1.376.375 2.594 1.32 2.722q.081.01.162.011c.885 0 1.73-.974 1.93-2.267M5.69 12.918c.816-.352 1.054-1.719.536-3.052C5.79 8.742 4.955 8 4.217 8q-.211 0-.407.082c-.816.352-1.054 1.719-.536 3.052C3.71 12.258 4.545 13 5.283 13q.211 0 .407-.082M3 3l18 18"/></svg>

React

import type { SVGProps } from "react";

export function TablerPawOff(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="2" d="M11.168 11.154c-.71.31-1.184 1.107-2 2.593c-.942 1.703-2.846 1.845-3.321 3.291c-.097.265-.145.677-.143.962c0 1.176.787 2 1.8 2c1.259 0 3-1 4.5-1s3.241 1 4.5 1c.927 0 1.664-.689 1.783-1.708m1.901-10.21A1 1 0 0 0 19.782 8h-.015c-.735.012-1.56.75-1.993 1.866c-.519 1.335-.28 2.7.538 3.052q.196.082.406.082c.739 0 1.575-.742 2.011-1.866c.516-1.335.273-2.7-.54-3.052zM11 6.992a3.6 3.6 0 0 0-.04-.725C10.757 4.97 9.913 4 9.028 4a1.24 1.24 0 0 0-.758.265m8.186 2.468c.214-1.376-.375-2.594-1.32-2.722A1 1 0 0 0 14.974 4c-.885 0-1.728.97-1.93 2.267c-.214 1.376.375 2.594 1.32 2.722q.081.01.162.011c.885 0 1.73-.974 1.93-2.267M5.69 12.918c.816-.352 1.054-1.719.536-3.052C5.79 8.742 4.955 8 4.217 8q-.211 0-.407.082c-.816.352-1.054 1.719-.536 3.052C3.71 12.258 4.545 13 5.283 13q.211 0 .407-.082M3 3l18 18"/></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="2" d="M11.168 11.154c-.71.31-1.184 1.107-2 2.593c-.942 1.703-2.846 1.845-3.321 3.291c-.097.265-.145.677-.143.962c0 1.176.787 2 1.8 2c1.259 0 3-1 4.5-1s3.241 1 4.5 1c.927 0 1.664-.689 1.783-1.708m1.901-10.21A1 1 0 0 0 19.782 8h-.015c-.735.012-1.56.75-1.993 1.866c-.519 1.335-.28 2.7.538 3.052q.196.082.406.082c.739 0 1.575-.742 2.011-1.866c.516-1.335.273-2.7-.54-3.052zM11 6.992a3.6 3.6 0 0 0-.04-.725C10.757 4.97 9.913 4 9.028 4a1.24 1.24 0 0 0-.758.265m8.186 2.468c.214-1.376-.375-2.594-1.32-2.722A1 1 0 0 0 14.974 4c-.885 0-1.728.97-1.93 2.267c-.214 1.376.375 2.594 1.32 2.722q.081.01.162.011c.885 0 1.73-.974 1.93-2.267M5.69 12.918c.816-.352 1.054-1.719.536-3.052C5.79 8.742 4.955 8 4.217 8q-.211 0-.407.082c-.816.352-1.054 1.719-.536 3.052C3.71 12.258 4.545 13 5.283 13q.211 0 .407-.082M3 3l18 18"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M11.168%2011.154c-.71.31-1.184%201.107-2%202.593c-.942%201.703-2.846%201.845-3.321%203.291c-.097.265-.145.677-.143.962c0%201.176.787%202%201.8%202c1.259%200%203-1%204.5-1s3.241%201%204.5%201c.927%200%201.664-.689%201.783-1.708m1.901-10.21A1%201%200%200%200%2019.782%208h-.015c-.735.012-1.56.75-1.993%201.866c-.519%201.335-.28%202.7.538%203.052q.196.082.406.082c.739%200%201.575-.742%202.011-1.866c.516-1.335.273-2.7-.54-3.052zM11%206.992a3.6%203.6%200%200%200-.04-.725C10.757%204.97%209.913%204%209.028%204a1.24%201.24%200%200%200-.758.265m8.186%202.468c.214-1.376-.375-2.594-1.32-2.722A1%201%200%200%200%2014.974%204c-.885%200-1.728.97-1.93%202.267c-.214%201.376.375%202.594%201.32%202.722q.081.01.162.011c.885%200%201.73-.974%201.93-2.267M5.69%2012.918c.816-.352%201.054-1.719.536-3.052C5.79%208.742%204.955%208%204.217%208q-.211%200-.407.082c-.816.352-1.054%201.719-.536%203.052C3.71%2012.258%204.545%2013%205.283%2013q.211%200%20.407-.082M3%203l18%2018%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%222%22%20d%3D%22M11.168%2011.154c-.71.31-1.184%201.107-2%202.593c-.942%201.703-2.846%201.845-3.321%203.291c-.097.265-.145.677-.143.962c0%201.176.787%202%201.8%202c1.259%200%203-1%204.5-1s3.241%201%204.5%201c.927%200%201.664-.689%201.783-1.708m1.901-10.21A1%201%200%200%200%2019.782%208h-.015c-.735.012-1.56.75-1.993%201.866c-.519%201.335-.28%202.7.538%203.052q.196.082.406.082c.739%200%201.575-.742%202.011-1.866c.516-1.335.273-2.7-.54-3.052zM11%206.992a3.6%203.6%200%200%200-.04-.725C10.757%204.97%209.913%204%209.028%204a1.24%201.24%200%200%200-.758.265m8.186%202.468c.214-1.376-.375-2.594-1.32-2.722A1%201%200%200%200%2014.974%204c-.885%200-1.728.97-1.93%202.267c-.214%201.376.375%202.594%201.32%202.722q.081.01.162.011c.885%200%201.73-.974%201.93-2.267M5.69%2012.918c.816-.352%201.054-1.719.536-3.052C5.79%208.742%204.955%208%204.217%208q-.211%200-.407.082c-.816.352-1.054%201.719-.536%203.052C3.71%2012.258%204.545%2013%205.283%2013q.211%200%20.407-.082M3%203l18%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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