paw print icon

paw-print from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
paw-print
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

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 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="8.492" cy="6" r="2"/><circle cx="2" cy="2" r="2" transform="matrix(-1 0 0 1 17.492 4)"/><circle cx="3.992" cy="11" r="2"/><circle cx="2" cy="2" r="2" transform="matrix(-1 0 0 1 21.992 9)"/><path d="M7.31 20q-.983 0-1.65-.719a2.4 2.4 0 0 1-.668-1.698q0-1.083.777-1.895q.776-.813 1.542-1.605q.634-.645 1.094-1.406a8.3 8.3 0 0 1 1.093-1.427q.481-.542 1.116-.896A2.8 2.8 0 0 1 11.992 10q.744 0 1.378.333q.634.334 1.116.875q.613.667 1.083 1.438a8.5 8.5 0 0 0 1.104 1.437q.765.792 1.543 1.604q.776.813.776 1.896q0 .98-.667 1.698q-.667.72-1.652.719q-1.18 0-2.34-.187a14.6 14.6 0 0 0-4.681 0Q8.492 20 7.31 20Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPawPrint(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="8.492" cy="6" r="2"/><circle cx="2" cy="2" r="2" transform="matrix(-1 0 0 1 17.492 4)"/><circle cx="3.992" cy="11" r="2"/><circle cx="2" cy="2" r="2" transform="matrix(-1 0 0 1 21.992 9)"/><path d="M7.31 20q-.983 0-1.65-.719a2.4 2.4 0 0 1-.668-1.698q0-1.083.777-1.895q.776-.813 1.542-1.605q.634-.645 1.094-1.406a8.3 8.3 0 0 1 1.093-1.427q.481-.542 1.116-.896A2.8 2.8 0 0 1 11.992 10q.744 0 1.378.333q.634.334 1.116.875q.613.667 1.083 1.438a8.5 8.5 0 0 0 1.104 1.437q.765.792 1.543 1.604q.776.813.776 1.896q0 .98-.667 1.698q-.667.72-1.652.719q-1.18 0-2.34-.187a14.6 14.6 0 0 0-4.681 0Q8.492 20 7.31 20Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="8.492" cy="6" r="2"/><circle cx="2" cy="2" r="2" transform="matrix(-1 0 0 1 17.492 4)"/><circle cx="3.992" cy="11" r="2"/><circle cx="2" cy="2" r="2" transform="matrix(-1 0 0 1 21.992 9)"/><path d="M7.31 20q-.983 0-1.65-.719a2.4 2.4 0 0 1-.668-1.698q0-1.083.777-1.895q.776-.813 1.542-1.605q.634-.645 1.094-1.406a8.3 8.3 0 0 1 1.093-1.427q.481-.542 1.116-.896A2.8 2.8 0 0 1 11.992 10q.744 0 1.378.333q.634.334 1.116.875q.613.667 1.083 1.438a8.5 8.5 0 0 0 1.104 1.437q.765.792 1.543 1.604q.776.813.776 1.896q0 .98-.667 1.698q-.667.72-1.652.719q-1.18 0-2.34-.187a14.6 14.6 0 0 0-4.681 0Q8.492 20 7.31 20Z"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%228.492%22%20cy%3D%226%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22matrix(-1%200%200%201%2017.492%204)%22%2F%3E%3Ccircle%20cx%3D%223.992%22%20cy%3D%2211%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22matrix(-1%200%200%201%2021.992%209)%22%2F%3E%3Cpath%20d%3D%22M7.31%2020q-.983%200-1.65-.719a2.4%202.4%200%200%201-.668-1.698q0-1.083.777-1.895q.776-.813%201.542-1.605q.634-.645%201.094-1.406a8.3%208.3%200%200%201%201.093-1.427q.481-.542%201.116-.896A2.8%202.8%200%200%201%2011.992%2010q.744%200%201.378.333q.634.334%201.116.875q.613.667%201.083%201.438a8.5%208.5%200%200%200%201.104%201.437q.765.792%201.543%201.604q.776.813.776%201.896q0%20.98-.667%201.698q-.667.72-1.652.719q-1.18%200-2.34-.187a14.6%2014.6%200%200%200-4.681%200Q8.492%2020%207.31%2020Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%228.492%22%20cy%3D%226%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22matrix(-1%200%200%201%2017.492%204)%22%2F%3E%3Ccircle%20cx%3D%223.992%22%20cy%3D%2211%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22matrix(-1%200%200%201%2021.992%209)%22%2F%3E%3Cpath%20d%3D%22M7.31%2020q-.983%200-1.65-.719a2.4%202.4%200%200%201-.668-1.698q0-1.083.777-1.895q.776-.813%201.542-1.605q.634-.645%201.094-1.406a8.3%208.3%200%200%201%201.093-1.427q.481-.542%201.116-.896A2.8%202.8%200%200%201%2011.992%2010q.744%200%201.378.333q.634.334%201.116.875q.613.667%201.083%201.438a8.5%208.5%200%200%200%201.104%201.437q.765.792%201.543%201.604q.776.813.776%201.896q0%20.98-.667%201.698q-.667.72-1.652.719q-1.18%200-2.34-.187a14.6%2014.6%200%200%200-4.681%200Q8.492%2020%207.31%2020Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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