animal-paw-print-28 from Fluent UI System Color Icons by Microsoft Corporation · 28 · MIT Free for personal and commercial use.

Name
animal-paw-print-28
Set
Fluent UI System Color Icons
Style
28
Viewbox
28×28
License
MIT

5 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the animal paw print icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGOmqqedsd)" d="M14 11a8 8 0 0 0-7.984 8.506c.098 1.574.996 2.721 2.175 3.447C9.355 23.669 10.82 24 12.208 24h3.584c1.389 0 2.853-.331 4.017-1.047c1.18-.726 2.077-1.873 2.175-3.447Q22 19.255 22 19a8 8 0 0 0-8-8"/><path fill="url(#SVGe1PhUI9G)" d="M14.75 6.25c0-1.676 1.178-3.25 2.875-3.25S20.5 4.574 20.5 6.25S19.323 9.5 17.625 9.5S14.75 7.926 14.75 6.25m-13.5 3.5c0-1.676 1.178-3.25 2.875-3.25S7 8.074 7 9.75S5.822 13 4.125 13S1.25 11.426 1.25 9.75m19.75 0c0-1.676 1.177-3.25 2.875-3.25s2.875 1.574 2.875 3.25S25.573 13 23.875 13S21 11.426 21 9.75M7.5 6.25C7.5 4.574 8.678 3 10.375 3s2.875 1.574 2.875 3.25s-1.178 3.25-2.875 3.25S7.5 7.926 7.5 6.25"/><defs><radialGradient id="SVGe1PhUI9G" cx="0" cy="0" r="1" gradientTransform="matrix(0 -12.8571 20.4 0 14.708 13.714)" gradientUnits="userSpaceOnUse"><stop stop-color="#eb4824"/><stop offset="1" stop-color="#ff921f"/></radialGradient><linearGradient id="SVGOmqqedsd" x1="9.805" x2="15.758" y1="12.728" y2="24.427" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#ff921f"/><stop offset="1" stop-color="#eb4824"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorAnimalPawPrint28(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGOmqqedsd)" d="M14 11a8 8 0 0 0-7.984 8.506c.098 1.574.996 2.721 2.175 3.447C9.355 23.669 10.82 24 12.208 24h3.584c1.389 0 2.853-.331 4.017-1.047c1.18-.726 2.077-1.873 2.175-3.447Q22 19.255 22 19a8 8 0 0 0-8-8"/><path fill="url(#SVGe1PhUI9G)" d="M14.75 6.25c0-1.676 1.178-3.25 2.875-3.25S20.5 4.574 20.5 6.25S19.323 9.5 17.625 9.5S14.75 7.926 14.75 6.25m-13.5 3.5c0-1.676 1.178-3.25 2.875-3.25S7 8.074 7 9.75S5.822 13 4.125 13S1.25 11.426 1.25 9.75m19.75 0c0-1.676 1.177-3.25 2.875-3.25s2.875 1.574 2.875 3.25S25.573 13 23.875 13S21 11.426 21 9.75M7.5 6.25C7.5 4.574 8.678 3 10.375 3s2.875 1.574 2.875 3.25s-1.178 3.25-2.875 3.25S7.5 7.926 7.5 6.25"/><defs><radialGradient id="SVGe1PhUI9G" cx="0" cy="0" r="1" gradientTransform="matrix(0 -12.8571 20.4 0 14.708 13.714)" gradientUnits="userSpaceOnUse"><stop stopColor="#eb4824"/><stop offset="1" stopColor="#ff921f"/></radialGradient><linearGradient id="SVGOmqqedsd" x1="9.805" x2="15.758" y1="12.728" y2="24.427" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#ff921f"/><stop offset="1" stopColor="#eb4824"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGOmqqedsd)" d="M14 11a8 8 0 0 0-7.984 8.506c.098 1.574.996 2.721 2.175 3.447C9.355 23.669 10.82 24 12.208 24h3.584c1.389 0 2.853-.331 4.017-1.047c1.18-.726 2.077-1.873 2.175-3.447Q22 19.255 22 19a8 8 0 0 0-8-8"/><path fill="url(#SVGe1PhUI9G)" d="M14.75 6.25c0-1.676 1.178-3.25 2.875-3.25S20.5 4.574 20.5 6.25S19.323 9.5 17.625 9.5S14.75 7.926 14.75 6.25m-13.5 3.5c0-1.676 1.178-3.25 2.875-3.25S7 8.074 7 9.75S5.822 13 4.125 13S1.25 11.426 1.25 9.75m19.75 0c0-1.676 1.177-3.25 2.875-3.25s2.875 1.574 2.875 3.25S25.573 13 23.875 13S21 11.426 21 9.75M7.5 6.25C7.5 4.574 8.678 3 10.375 3s2.875 1.574 2.875 3.25s-1.178 3.25-2.875 3.25S7.5 7.926 7.5 6.25"/><defs><radialGradient id="SVGe1PhUI9G" cx="0" cy="0" r="1" gradientTransform="matrix(0 -12.8571 20.4 0 14.708 13.714)" gradientUnits="userSpaceOnUse"><stop stop-color="#eb4824"/><stop offset="1" stop-color="#ff921f"/></radialGradient><linearGradient id="SVGOmqqedsd" x1="9.805" x2="15.758" y1="12.728" y2="24.427" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#ff921f"/><stop offset="1" stop-color="#eb4824"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-animal-paw-print-28 {
  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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGOmqqedsd)%22%20d%3D%22M14%2011a8%208%200%200%200-7.984%208.506c.098%201.574.996%202.721%202.175%203.447C9.355%2023.669%2010.82%2024%2012.208%2024h3.584c1.389%200%202.853-.331%204.017-1.047c1.18-.726%202.077-1.873%202.175-3.447Q22%2019.255%2022%2019a8%208%200%200%200-8-8%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGe1PhUI9G)%22%20d%3D%22M14.75%206.25c0-1.676%201.178-3.25%202.875-3.25S20.5%204.574%2020.5%206.25S19.323%209.5%2017.625%209.5S14.75%207.926%2014.75%206.25m-13.5%203.5c0-1.676%201.178-3.25%202.875-3.25S7%208.074%207%209.75S5.822%2013%204.125%2013S1.25%2011.426%201.25%209.75m19.75%200c0-1.676%201.177-3.25%202.875-3.25s2.875%201.574%202.875%203.25S25.573%2013%2023.875%2013S21%2011.426%2021%209.75M7.5%206.25C7.5%204.574%208.678%203%2010.375%203s2.875%201.574%202.875%203.25s-1.178%203.25-2.875%203.25S7.5%207.926%207.5%206.25%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGe1PhUI9G%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%20-12.8571%2020.4%200%2014.708%2013.714)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23eb4824%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff921f%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVGOmqqedsd%22%20x1%3D%229.805%22%20x2%3D%2215.758%22%20y1%3D%2212.728%22%20y2%3D%2224.427%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%23ff921f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23eb4824%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGOmqqedsd)%22%20d%3D%22M14%2011a8%208%200%200%200-7.984%208.506c.098%201.574.996%202.721%202.175%203.447C9.355%2023.669%2010.82%2024%2012.208%2024h3.584c1.389%200%202.853-.331%204.017-1.047c1.18-.726%202.077-1.873%202.175-3.447Q22%2019.255%2022%2019a8%208%200%200%200-8-8%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGe1PhUI9G)%22%20d%3D%22M14.75%206.25c0-1.676%201.178-3.25%202.875-3.25S20.5%204.574%2020.5%206.25S19.323%209.5%2017.625%209.5S14.75%207.926%2014.75%206.25m-13.5%203.5c0-1.676%201.178-3.25%202.875-3.25S7%208.074%207%209.75S5.822%2013%204.125%2013S1.25%2011.426%201.25%209.75m19.75%200c0-1.676%201.177-3.25%202.875-3.25s2.875%201.574%202.875%203.25S25.573%2013%2023.875%2013S21%2011.426%2021%209.75M7.5%206.25C7.5%204.574%208.678%203%2010.375%203s2.875%201.574%202.875%203.25s-1.178%203.25-2.875%203.25S7.5%207.926%207.5%206.25%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGe1PhUI9G%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%20-12.8571%2020.4%200%2014.708%2013.714)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23eb4824%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff921f%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVGOmqqedsd%22%20x1%3D%229.805%22%20x2%3D%2215.758%22%20y1%3D%2212.728%22%20y2%3D%2224.427%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%23ff921f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23eb4824%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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