paw print icon

paw-print from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
paw-print
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the paw print icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M212 80a28 28 0 1 0 28 28a28 28 0 0 0-28-28m0 40a12 12 0 1 1 12-12a12 12 0 0 1-12 12M72 108a28 28 0 1 0-28 28a28 28 0 0 0 28-28m-28 12a12 12 0 1 1 12-12a12 12 0 0 1-12 12m48-32a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-40a12 12 0 1 1-12 12a12 12 0 0 1 12-12m72 40a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-40a12 12 0 1 1-12 12a12 12 0 0 1 12-12m23.12 100.86a35.3 35.3 0 0 1-16.87-21.14a44 44 0 0 0-84.5 0A35.25 35.25 0 0 1 69 148.82A40 40 0 0 0 88 224a39.5 39.5 0 0 0 15.52-3.13a64.1 64.1 0 0 1 48.87 0a40 40 0 0 0 34.73-72ZM168 208a24 24 0 0 1-9.45-1.93a80.14 80.14 0 0 0-61.19 0a24 24 0 0 1-20.71-43.26a51.22 51.22 0 0 0 24.46-30.67a28 28 0 0 1 53.78 0a51.27 51.27 0 0 0 24.53 30.71A24 24 0 0 1 168 208"/></svg>

React

import type { SVGProps } from "react";

export function PhPawPrint(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M212 80a28 28 0 1 0 28 28a28 28 0 0 0-28-28m0 40a12 12 0 1 1 12-12a12 12 0 0 1-12 12M72 108a28 28 0 1 0-28 28a28 28 0 0 0 28-28m-28 12a12 12 0 1 1 12-12a12 12 0 0 1-12 12m48-32a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-40a12 12 0 1 1-12 12a12 12 0 0 1 12-12m72 40a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-40a12 12 0 1 1-12 12a12 12 0 0 1 12-12m23.12 100.86a35.3 35.3 0 0 1-16.87-21.14a44 44 0 0 0-84.5 0A35.25 35.25 0 0 1 69 148.82A40 40 0 0 0 88 224a39.5 39.5 0 0 0 15.52-3.13a64.1 64.1 0 0 1 48.87 0a40 40 0 0 0 34.73-72ZM168 208a24 24 0 0 1-9.45-1.93a80.14 80.14 0 0 0-61.19 0a24 24 0 0 1-20.71-43.26a51.22 51.22 0 0 0 24.46-30.67a28 28 0 0 1 53.78 0a51.27 51.27 0 0 0 24.53 30.71A24 24 0 0 1 168 208"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M212 80a28 28 0 1 0 28 28a28 28 0 0 0-28-28m0 40a12 12 0 1 1 12-12a12 12 0 0 1-12 12M72 108a28 28 0 1 0-28 28a28 28 0 0 0 28-28m-28 12a12 12 0 1 1 12-12a12 12 0 0 1-12 12m48-32a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-40a12 12 0 1 1-12 12a12 12 0 0 1 12-12m72 40a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-40a12 12 0 1 1-12 12a12 12 0 0 1 12-12m23.12 100.86a35.3 35.3 0 0 1-16.87-21.14a44 44 0 0 0-84.5 0A35.25 35.25 0 0 1 69 148.82A40 40 0 0 0 88 224a39.5 39.5 0 0 0 15.52-3.13a64.1 64.1 0 0 1 48.87 0a40 40 0 0 0 34.73-72ZM168 208a24 24 0 0 1-9.45-1.93a80.14 80.14 0 0 0-61.19 0a24 24 0 0 1-20.71-43.26a51.22 51.22 0 0 0 24.46-30.67a28 28 0 0 1 53.78 0a51.27 51.27 0 0 0 24.53 30.71A24 24 0 0 1 168 208"/></svg>
</template>

CSS

.icon-paw-print {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M212%2080a28%2028%200%201%200%2028%2028a28%2028%200%200%200-28-28m0%2040a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012M72%20108a28%2028%200%201%200-28%2028a28%2028%200%200%200%2028-28m-28%2012a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m48-32a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-40a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m72%2040a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-40a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m23.12%20100.86a35.3%2035.3%200%200%201-16.87-21.14a44%2044%200%200%200-84.5%200A35.25%2035.25%200%200%201%2069%20148.82A40%2040%200%200%200%2088%20224a39.5%2039.5%200%200%200%2015.52-3.13a64.1%2064.1%200%200%201%2048.87%200a40%2040%200%200%200%2034.73-72ZM168%20208a24%2024%200%200%201-9.45-1.93a80.14%2080.14%200%200%200-61.19%200a24%2024%200%200%201-20.71-43.26a51.22%2051.22%200%200%200%2024.46-30.67a28%2028%200%200%201%2053.78%200a51.27%2051.27%200%200%200%2024.53%2030.71A24%2024%200%200%201%20168%20208%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M212%2080a28%2028%200%201%200%2028%2028a28%2028%200%200%200-28-28m0%2040a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012M72%20108a28%2028%200%201%200-28%2028a28%2028%200%200%200%2028-28m-28%2012a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m48-32a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-40a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m72%2040a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-40a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m23.12%20100.86a35.3%2035.3%200%200%201-16.87-21.14a44%2044%200%200%200-84.5%200A35.25%2035.25%200%200%201%2069%20148.82A40%2040%200%200%200%2088%20224a39.5%2039.5%200%200%200%2015.52-3.13a64.1%2064.1%200%200%201%2048.87%200a40%2040%200%200%200%2034.73-72ZM168%20208a24%2024%200%200%201-9.45-1.93a80.14%2080.14%200%200%200-61.19%200a24%2024%200%200%201-20.71-43.26a51.22%2051.22%200%200%200%2024.46-30.67a28%2028%200%200%201%2053.78%200a51.27%2051.27%200%200%200%2024.53%2030.71A24%2024%200%200%201%20168%20208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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