paw print icon
paw-print-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- paw-print-fill
- Set
- Phosphor
- Style
- Fill
- 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="M240 108a28 28 0 1 1-28-28a28 28 0 0 1 28 28m-168 0a28 28 0 1 0-28 28a28 28 0 0 0 28-28m20-20a28 28 0 1 0-28-28a28 28 0 0 0 28 28m72 0a28 28 0 1 0-28-28a28 28 0 0 0 28 28m23.12 60.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-72Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPawPrintFill(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="M240 108a28 28 0 1 1-28-28a28 28 0 0 1 28 28m-168 0a28 28 0 1 0-28 28a28 28 0 0 0 28-28m20-20a28 28 0 1 0-28-28a28 28 0 0 0 28 28m72 0a28 28 0 1 0-28-28a28 28 0 0 0 28 28m23.12 60.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-72Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 108a28 28 0 1 1-28-28a28 28 0 0 1 28 28m-168 0a28 28 0 1 0-28 28a28 28 0 0 0 28-28m20-20a28 28 0 1 0-28-28a28 28 0 0 0 28 28m72 0a28 28 0 1 0-28-28a28 28 0 0 0 28 28m23.12 60.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-72Z"/></svg> </template>
CSS
.icon-paw-print-fill {
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%22M240%20108a28%2028%200%201%201-28-28a28%2028%200%200%201%2028%2028m-168%200a28%2028%200%201%200-28%2028a28%2028%200%200%200%2028-28m20-20a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m72%200a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m23.12%2060.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-72Z%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%22M240%20108a28%2028%200%201%201-28-28a28%2028%200%200%201%2028%2028m-168%200a28%2028%200%201%200-28%2028a28%2028%200%200%200%2028-28m20-20a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m72%200a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m23.12%2060.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-72Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/paw-print-fill.svg?color=%231a73e8&size=48