paw-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
paw-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the paw icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" d="M457.74 170.1a30.3 30.3 0 0 0-11.16-2.1h-.4c-20.17.3-42.79 19.19-54.66 47.76c-14.23 34.18-7.68 69.15 14.74 78.14a30.2 30.2 0 0 0 11.15 2.1c20.27 0 43.2-19 55.17-47.76c14.13-34.18 7.48-69.15-14.84-78.14ZM327.6 303.48C299.8 257.35 287.8 240 256 240s-43.9 17.46-71.7 63.48c-23.8 39.36-71.9 42.64-83.9 76.07a50.9 50.9 0 0 0-3.6 19.25c0 27.19 20.8 49.2 46.4 49.2c31.8 0 75.1-25.39 112.9-25.39S337 448 368.8 448c25.6 0 46.3-22 46.3-49.2a51 51 0 0 0-3.7-19.25c-12-33.55-60-36.71-83.8-76.07ZM192.51 196a26.5 26.5 0 0 0 4-.3c23.21-3.37 37.7-35.53 32.44-71.85C224 89.61 203.22 64 181.49 64a26.5 26.5 0 0 0-4 .3c-23.21 3.37-37.7 35.53-32.44 71.85C150 170.29 170.78 196 192.51 196Zm174.41-59.85c5.26-36.32-9.23-68.48-32.44-71.85a26.5 26.5 0 0 0-4-.3c-21.73 0-42.47 25.61-47.43 59.85c-5.26 36.32 9.23 68.48 32.44 71.85a26.5 26.5 0 0 0 4 .3c21.73 0 42.51-25.71 47.43-59.85ZM105.77 293.9c22.39-9 28.93-44 14.72-78.14C108.53 187 85.62 168 65.38 168a30.2 30.2 0 0 0-11.15 2.1c-22.39 9-28.93 44-14.72 78.14C51.47 277 74.38 296 94.62 296a30.2 30.2 0 0 0 11.15-2.1Z"/></svg>

React

import type { SVGProps } from "react";

export function IonPawOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="32" d="M457.74 170.1a30.3 30.3 0 0 0-11.16-2.1h-.4c-20.17.3-42.79 19.19-54.66 47.76c-14.23 34.18-7.68 69.15 14.74 78.14a30.2 30.2 0 0 0 11.15 2.1c20.27 0 43.2-19 55.17-47.76c14.13-34.18 7.48-69.15-14.84-78.14ZM327.6 303.48C299.8 257.35 287.8 240 256 240s-43.9 17.46-71.7 63.48c-23.8 39.36-71.9 42.64-83.9 76.07a50.9 50.9 0 0 0-3.6 19.25c0 27.19 20.8 49.2 46.4 49.2c31.8 0 75.1-25.39 112.9-25.39S337 448 368.8 448c25.6 0 46.3-22 46.3-49.2a51 51 0 0 0-3.7-19.25c-12-33.55-60-36.71-83.8-76.07ZM192.51 196a26.5 26.5 0 0 0 4-.3c23.21-3.37 37.7-35.53 32.44-71.85C224 89.61 203.22 64 181.49 64a26.5 26.5 0 0 0-4 .3c-23.21 3.37-37.7 35.53-32.44 71.85C150 170.29 170.78 196 192.51 196Zm174.41-59.85c5.26-36.32-9.23-68.48-32.44-71.85a26.5 26.5 0 0 0-4-.3c-21.73 0-42.47 25.61-47.43 59.85c-5.26 36.32 9.23 68.48 32.44 71.85a26.5 26.5 0 0 0 4 .3c21.73 0 42.51-25.71 47.43-59.85ZM105.77 293.9c22.39-9 28.93-44 14.72-78.14C108.53 187 85.62 168 65.38 168a30.2 30.2 0 0 0-11.15 2.1c-22.39 9-28.93 44-14.72 78.14C51.47 277 74.38 296 94.62 296a30.2 30.2 0 0 0 11.15-2.1Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" d="M457.74 170.1a30.3 30.3 0 0 0-11.16-2.1h-.4c-20.17.3-42.79 19.19-54.66 47.76c-14.23 34.18-7.68 69.15 14.74 78.14a30.2 30.2 0 0 0 11.15 2.1c20.27 0 43.2-19 55.17-47.76c14.13-34.18 7.48-69.15-14.84-78.14ZM327.6 303.48C299.8 257.35 287.8 240 256 240s-43.9 17.46-71.7 63.48c-23.8 39.36-71.9 42.64-83.9 76.07a50.9 50.9 0 0 0-3.6 19.25c0 27.19 20.8 49.2 46.4 49.2c31.8 0 75.1-25.39 112.9-25.39S337 448 368.8 448c25.6 0 46.3-22 46.3-49.2a51 51 0 0 0-3.7-19.25c-12-33.55-60-36.71-83.8-76.07ZM192.51 196a26.5 26.5 0 0 0 4-.3c23.21-3.37 37.7-35.53 32.44-71.85C224 89.61 203.22 64 181.49 64a26.5 26.5 0 0 0-4 .3c-23.21 3.37-37.7 35.53-32.44 71.85C150 170.29 170.78 196 192.51 196Zm174.41-59.85c5.26-36.32-9.23-68.48-32.44-71.85a26.5 26.5 0 0 0-4-.3c-21.73 0-42.47 25.61-47.43 59.85c-5.26 36.32 9.23 68.48 32.44 71.85a26.5 26.5 0 0 0 4 .3c21.73 0 42.51-25.71 47.43-59.85ZM105.77 293.9c22.39-9 28.93-44 14.72-78.14C108.53 187 85.62 168 65.38 168a30.2 30.2 0 0 0-11.15 2.1c-22.39 9-28.93 44-14.72 78.14C51.47 277 74.38 296 94.62 296a30.2 30.2 0 0 0 11.15-2.1Z"/></svg>
</template>

CSS

.icon-paw-outline {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2232%22%20d%3D%22M457.74%20170.1a30.3%2030.3%200%200%200-11.16-2.1h-.4c-20.17.3-42.79%2019.19-54.66%2047.76c-14.23%2034.18-7.68%2069.15%2014.74%2078.14a30.2%2030.2%200%200%200%2011.15%202.1c20.27%200%2043.2-19%2055.17-47.76c14.13-34.18%207.48-69.15-14.84-78.14ZM327.6%20303.48C299.8%20257.35%20287.8%20240%20256%20240s-43.9%2017.46-71.7%2063.48c-23.8%2039.36-71.9%2042.64-83.9%2076.07a50.9%2050.9%200%200%200-3.6%2019.25c0%2027.19%2020.8%2049.2%2046.4%2049.2c31.8%200%2075.1-25.39%20112.9-25.39S337%20448%20368.8%20448c25.6%200%2046.3-22%2046.3-49.2a51%2051%200%200%200-3.7-19.25c-12-33.55-60-36.71-83.8-76.07ZM192.51%20196a26.5%2026.5%200%200%200%204-.3c23.21-3.37%2037.7-35.53%2032.44-71.85C224%2089.61%20203.22%2064%20181.49%2064a26.5%2026.5%200%200%200-4%20.3c-23.21%203.37-37.7%2035.53-32.44%2071.85C150%20170.29%20170.78%20196%20192.51%20196Zm174.41-59.85c5.26-36.32-9.23-68.48-32.44-71.85a26.5%2026.5%200%200%200-4-.3c-21.73%200-42.47%2025.61-47.43%2059.85c-5.26%2036.32%209.23%2068.48%2032.44%2071.85a26.5%2026.5%200%200%200%204%20.3c21.73%200%2042.51-25.71%2047.43-59.85ZM105.77%20293.9c22.39-9%2028.93-44%2014.72-78.14C108.53%20187%2085.62%20168%2065.38%20168a30.2%2030.2%200%200%200-11.15%202.1c-22.39%209-28.93%2044-14.72%2078.14C51.47%20277%2074.38%20296%2094.62%20296a30.2%2030.2%200%200%200%2011.15-2.1Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2232%22%20d%3D%22M457.74%20170.1a30.3%2030.3%200%200%200-11.16-2.1h-.4c-20.17.3-42.79%2019.19-54.66%2047.76c-14.23%2034.18-7.68%2069.15%2014.74%2078.14a30.2%2030.2%200%200%200%2011.15%202.1c20.27%200%2043.2-19%2055.17-47.76c14.13-34.18%207.48-69.15-14.84-78.14ZM327.6%20303.48C299.8%20257.35%20287.8%20240%20256%20240s-43.9%2017.46-71.7%2063.48c-23.8%2039.36-71.9%2042.64-83.9%2076.07a50.9%2050.9%200%200%200-3.6%2019.25c0%2027.19%2020.8%2049.2%2046.4%2049.2c31.8%200%2075.1-25.39%20112.9-25.39S337%20448%20368.8%20448c25.6%200%2046.3-22%2046.3-49.2a51%2051%200%200%200-3.7-19.25c-12-33.55-60-36.71-83.8-76.07ZM192.51%20196a26.5%2026.5%200%200%200%204-.3c23.21-3.37%2037.7-35.53%2032.44-71.85C224%2089.61%20203.22%2064%20181.49%2064a26.5%2026.5%200%200%200-4%20.3c-23.21%203.37-37.7%2035.53-32.44%2071.85C150%20170.29%20170.78%20196%20192.51%20196Zm174.41-59.85c5.26-36.32-9.23-68.48-32.44-71.85a26.5%2026.5%200%200%200-4-.3c-21.73%200-42.47%2025.61-47.43%2059.85c-5.26%2036.32%209.23%2068.48%2032.44%2071.85a26.5%2026.5%200%200%200%204%20.3c21.73%200%2042.51-25.71%2047.43-59.85ZM105.77%20293.9c22.39-9%2028.93-44%2014.72-78.14C108.53%20187%2085.62%20168%2065.38%20168a30.2%2030.2%200%200%200-11.15%202.1c-22.39%209-28.93%2044-14.72%2078.14C51.47%20277%2074.38%20296%2094.62%20296a30.2%2030.2%200%200%200%2011.15-2.1Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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