paw from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
paw
Set
IonIcons
Style
Regular
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="currentColor" d="M490.39 182.75c-5.55-13.19-14.77-22.7-26.67-27.49l-.16-.06a46.5 46.5 0 0 0-17-3.2h-.64c-27.24.41-55.05 23.56-69.19 57.61c-10.37 24.9-11.56 51.68-3.18 71.64c5.54 13.2 14.78 22.71 26.73 27.5l.13.05a46.5 46.5 0 0 0 17 3.2c27.5 0 55.6-23.15 70-57.65c10.24-24.87 11.37-51.63 2.98-71.6M381.55 329.61c-15.71-9.44-30.56-18.37-40.26-34.41C314.53 250.8 298.37 224 256 224s-58.57 26.8-85.39 71.2c-9.72 16.06-24.6 25-40.36 34.48c-18.07 10.86-36.74 22.08-44.8 44.16a66.9 66.9 0 0 0-4.65 25c0 35.95 28 65.2 62.4 65.2c17.75 0 36.64-6.15 56.63-12.66c19.22-6.26 39.09-12.73 56.27-12.73s37 6.47 56.15 12.73C332.2 457.85 351 464 368.8 464c34.35 0 62.3-29.25 62.3-65.2a67 67 0 0 0-4.75-25c-8.06-22.1-26.74-33.33-44.8-44.19M150 188.85c11.9 14.93 27 23.15 42.52 23.15a43 43 0 0 0 6.33-.47c32.37-4.76 52.54-44.26 45.92-90C242 102.3 234.6 84.39 224 71.11C212.12 56.21 197 48 181.49 48a43 43 0 0 0-6.33.47c-32.37 4.76-52.54 44.26-45.92 90c2.76 19.2 10.16 37.09 20.76 50.38m163.16 22.68a43 43 0 0 0 6.33.47c15.53 0 30.62-8.22 42.52-23.15c10.59-13.29 17.95-31.18 20.75-50.4c6.62-45.72-13.55-85.22-45.92-90a43 43 0 0 0-6.33-.47C315 48 299.88 56.21 288 71.11c-10.6 13.28-18 31.19-20.76 50.44c-6.62 45.72 13.55 85.22 45.92 89.98M111.59 308.8l.14-.05c11.93-4.79 21.16-14.29 26.69-27.48c8.38-20 7.2-46.75-3.15-71.65C120.94 175.16 92.85 152 65.38 152a46.4 46.4 0 0 0-17 3.2l-.14.05c-11.9 4.75-21.13 14.29-26.66 27.48c-8.38 20-7.2 46.75 3.15 71.65C39.06 288.84 67.15 312 94.62 312a46.4 46.4 0 0 0 16.97-3.2"/></svg>

React

import type { SVGProps } from "react";

export function IonPaw(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M490.39 182.75c-5.55-13.19-14.77-22.7-26.67-27.49l-.16-.06a46.5 46.5 0 0 0-17-3.2h-.64c-27.24.41-55.05 23.56-69.19 57.61c-10.37 24.9-11.56 51.68-3.18 71.64c5.54 13.2 14.78 22.71 26.73 27.5l.13.05a46.5 46.5 0 0 0 17 3.2c27.5 0 55.6-23.15 70-57.65c10.24-24.87 11.37-51.63 2.98-71.6M381.55 329.61c-15.71-9.44-30.56-18.37-40.26-34.41C314.53 250.8 298.37 224 256 224s-58.57 26.8-85.39 71.2c-9.72 16.06-24.6 25-40.36 34.48c-18.07 10.86-36.74 22.08-44.8 44.16a66.9 66.9 0 0 0-4.65 25c0 35.95 28 65.2 62.4 65.2c17.75 0 36.64-6.15 56.63-12.66c19.22-6.26 39.09-12.73 56.27-12.73s37 6.47 56.15 12.73C332.2 457.85 351 464 368.8 464c34.35 0 62.3-29.25 62.3-65.2a67 67 0 0 0-4.75-25c-8.06-22.1-26.74-33.33-44.8-44.19M150 188.85c11.9 14.93 27 23.15 42.52 23.15a43 43 0 0 0 6.33-.47c32.37-4.76 52.54-44.26 45.92-90C242 102.3 234.6 84.39 224 71.11C212.12 56.21 197 48 181.49 48a43 43 0 0 0-6.33.47c-32.37 4.76-52.54 44.26-45.92 90c2.76 19.2 10.16 37.09 20.76 50.38m163.16 22.68a43 43 0 0 0 6.33.47c15.53 0 30.62-8.22 42.52-23.15c10.59-13.29 17.95-31.18 20.75-50.4c6.62-45.72-13.55-85.22-45.92-90a43 43 0 0 0-6.33-.47C315 48 299.88 56.21 288 71.11c-10.6 13.28-18 31.19-20.76 50.44c-6.62 45.72 13.55 85.22 45.92 89.98M111.59 308.8l.14-.05c11.93-4.79 21.16-14.29 26.69-27.48c8.38-20 7.2-46.75-3.15-71.65C120.94 175.16 92.85 152 65.38 152a46.4 46.4 0 0 0-17 3.2l-.14.05c-11.9 4.75-21.13 14.29-26.66 27.48c-8.38 20-7.2 46.75 3.15 71.65C39.06 288.84 67.15 312 94.62 312a46.4 46.4 0 0 0 16.97-3.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M490.39 182.75c-5.55-13.19-14.77-22.7-26.67-27.49l-.16-.06a46.5 46.5 0 0 0-17-3.2h-.64c-27.24.41-55.05 23.56-69.19 57.61c-10.37 24.9-11.56 51.68-3.18 71.64c5.54 13.2 14.78 22.71 26.73 27.5l.13.05a46.5 46.5 0 0 0 17 3.2c27.5 0 55.6-23.15 70-57.65c10.24-24.87 11.37-51.63 2.98-71.6M381.55 329.61c-15.71-9.44-30.56-18.37-40.26-34.41C314.53 250.8 298.37 224 256 224s-58.57 26.8-85.39 71.2c-9.72 16.06-24.6 25-40.36 34.48c-18.07 10.86-36.74 22.08-44.8 44.16a66.9 66.9 0 0 0-4.65 25c0 35.95 28 65.2 62.4 65.2c17.75 0 36.64-6.15 56.63-12.66c19.22-6.26 39.09-12.73 56.27-12.73s37 6.47 56.15 12.73C332.2 457.85 351 464 368.8 464c34.35 0 62.3-29.25 62.3-65.2a67 67 0 0 0-4.75-25c-8.06-22.1-26.74-33.33-44.8-44.19M150 188.85c11.9 14.93 27 23.15 42.52 23.15a43 43 0 0 0 6.33-.47c32.37-4.76 52.54-44.26 45.92-90C242 102.3 234.6 84.39 224 71.11C212.12 56.21 197 48 181.49 48a43 43 0 0 0-6.33.47c-32.37 4.76-52.54 44.26-45.92 90c2.76 19.2 10.16 37.09 20.76 50.38m163.16 22.68a43 43 0 0 0 6.33.47c15.53 0 30.62-8.22 42.52-23.15c10.59-13.29 17.95-31.18 20.75-50.4c6.62-45.72-13.55-85.22-45.92-90a43 43 0 0 0-6.33-.47C315 48 299.88 56.21 288 71.11c-10.6 13.28-18 31.19-20.76 50.44c-6.62 45.72 13.55 85.22 45.92 89.98M111.59 308.8l.14-.05c11.93-4.79 21.16-14.29 26.69-27.48c8.38-20 7.2-46.75-3.15-71.65C120.94 175.16 92.85 152 65.38 152a46.4 46.4 0 0 0-17 3.2l-.14.05c-11.9 4.75-21.13 14.29-26.66 27.48c-8.38 20-7.2 46.75 3.15 71.65C39.06 288.84 67.15 312 94.62 312a46.4 46.4 0 0 0 16.97-3.2"/></svg>
</template>

CSS

.icon-paw {
  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%22currentColor%22%20d%3D%22M490.39%20182.75c-5.55-13.19-14.77-22.7-26.67-27.49l-.16-.06a46.5%2046.5%200%200%200-17-3.2h-.64c-27.24.41-55.05%2023.56-69.19%2057.61c-10.37%2024.9-11.56%2051.68-3.18%2071.64c5.54%2013.2%2014.78%2022.71%2026.73%2027.5l.13.05a46.5%2046.5%200%200%200%2017%203.2c27.5%200%2055.6-23.15%2070-57.65c10.24-24.87%2011.37-51.63%202.98-71.6M381.55%20329.61c-15.71-9.44-30.56-18.37-40.26-34.41C314.53%20250.8%20298.37%20224%20256%20224s-58.57%2026.8-85.39%2071.2c-9.72%2016.06-24.6%2025-40.36%2034.48c-18.07%2010.86-36.74%2022.08-44.8%2044.16a66.9%2066.9%200%200%200-4.65%2025c0%2035.95%2028%2065.2%2062.4%2065.2c17.75%200%2036.64-6.15%2056.63-12.66c19.22-6.26%2039.09-12.73%2056.27-12.73s37%206.47%2056.15%2012.73C332.2%20457.85%20351%20464%20368.8%20464c34.35%200%2062.3-29.25%2062.3-65.2a67%2067%200%200%200-4.75-25c-8.06-22.1-26.74-33.33-44.8-44.19M150%20188.85c11.9%2014.93%2027%2023.15%2042.52%2023.15a43%2043%200%200%200%206.33-.47c32.37-4.76%2052.54-44.26%2045.92-90C242%20102.3%20234.6%2084.39%20224%2071.11C212.12%2056.21%20197%2048%20181.49%2048a43%2043%200%200%200-6.33.47c-32.37%204.76-52.54%2044.26-45.92%2090c2.76%2019.2%2010.16%2037.09%2020.76%2050.38m163.16%2022.68a43%2043%200%200%200%206.33.47c15.53%200%2030.62-8.22%2042.52-23.15c10.59-13.29%2017.95-31.18%2020.75-50.4c6.62-45.72-13.55-85.22-45.92-90a43%2043%200%200%200-6.33-.47C315%2048%20299.88%2056.21%20288%2071.11c-10.6%2013.28-18%2031.19-20.76%2050.44c-6.62%2045.72%2013.55%2085.22%2045.92%2089.98M111.59%20308.8l.14-.05c11.93-4.79%2021.16-14.29%2026.69-27.48c8.38-20%207.2-46.75-3.15-71.65C120.94%20175.16%2092.85%20152%2065.38%20152a46.4%2046.4%200%200%200-17%203.2l-.14.05c-11.9%204.75-21.13%2014.29-26.66%2027.48c-8.38%2020-7.2%2046.75%203.15%2071.65C39.06%20288.84%2067.15%20312%2094.62%20312a46.4%2046.4%200%200%200%2016.97-3.2%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%22currentColor%22%20d%3D%22M490.39%20182.75c-5.55-13.19-14.77-22.7-26.67-27.49l-.16-.06a46.5%2046.5%200%200%200-17-3.2h-.64c-27.24.41-55.05%2023.56-69.19%2057.61c-10.37%2024.9-11.56%2051.68-3.18%2071.64c5.54%2013.2%2014.78%2022.71%2026.73%2027.5l.13.05a46.5%2046.5%200%200%200%2017%203.2c27.5%200%2055.6-23.15%2070-57.65c10.24-24.87%2011.37-51.63%202.98-71.6M381.55%20329.61c-15.71-9.44-30.56-18.37-40.26-34.41C314.53%20250.8%20298.37%20224%20256%20224s-58.57%2026.8-85.39%2071.2c-9.72%2016.06-24.6%2025-40.36%2034.48c-18.07%2010.86-36.74%2022.08-44.8%2044.16a66.9%2066.9%200%200%200-4.65%2025c0%2035.95%2028%2065.2%2062.4%2065.2c17.75%200%2036.64-6.15%2056.63-12.66c19.22-6.26%2039.09-12.73%2056.27-12.73s37%206.47%2056.15%2012.73C332.2%20457.85%20351%20464%20368.8%20464c34.35%200%2062.3-29.25%2062.3-65.2a67%2067%200%200%200-4.75-25c-8.06-22.1-26.74-33.33-44.8-44.19M150%20188.85c11.9%2014.93%2027%2023.15%2042.52%2023.15a43%2043%200%200%200%206.33-.47c32.37-4.76%2052.54-44.26%2045.92-90C242%20102.3%20234.6%2084.39%20224%2071.11C212.12%2056.21%20197%2048%20181.49%2048a43%2043%200%200%200-6.33.47c-32.37%204.76-52.54%2044.26-45.92%2090c2.76%2019.2%2010.16%2037.09%2020.76%2050.38m163.16%2022.68a43%2043%200%200%200%206.33.47c15.53%200%2030.62-8.22%2042.52-23.15c10.59-13.29%2017.95-31.18%2020.75-50.4c6.62-45.72-13.55-85.22-45.92-90a43%2043%200%200%200-6.33-.47C315%2048%20299.88%2056.21%20288%2071.11c-10.6%2013.28-18%2031.19-20.76%2050.44c-6.62%2045.72%2013.55%2085.22%2045.92%2089.98M111.59%20308.8l.14-.05c11.93-4.79%2021.16-14.29%2026.69-27.48c8.38-20%207.2-46.75-3.15-71.65C120.94%20175.16%2092.85%20152%2065.38%20152a46.4%2046.4%200%200%200-17%203.2l-.14.05c-11.9%204.75-21.13%2014.29-26.66%2027.48c-8.38%2020-7.2%2046.75%203.15%2071.65C39.06%20288.84%2067.15%20312%2094.62%20312a46.4%2046.4%200%200%200%2016.97-3.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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