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

Name
animal-paw-print-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the animal paw print icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.5 4.25c0-.765.517-1.25 1-1.25s1 .485 1 1.25s-.517 1.25-1 1.25s-1-.485-1-1.25M7.5 2c-1.174 0-2 1.082-2 2.25s.826 2.25 2 2.25s2-1.082 2-2.25S8.674 2 7.5 2M3 5.5c-.483 0-1 .485-1 1.25S2.517 8 3 8s1-.485 1-1.25S3.483 5.5 3 5.5M1 6.75c0-1.168.826-2.25 2-2.25s2 1.082 2 2.25S4.174 9 3 9S1 7.918 1 6.75M17 5.5c-.483 0-1 .485-1 1.25S16.517 8 17 8s1-.485 1-1.25s-.517-1.25-1-1.25m-2 1.25c0-1.168.826-2.25 2-2.25s2 1.082 2 2.25S18.174 9 17 9s-2-1.082-2-2.25M12.5 3c-.483 0-1 .485-1 1.25s.517 1.25 1 1.25s1-.485 1-1.25S12.983 3 12.5 3m-2 1.25c0-1.168.826-2.25 2-2.25s2 1.082 2 2.25s-.826 2.25-2 2.25s-2-1.082-2-2.25M5 14a5 5 0 0 1 10 0c0 .606-.297 1.09-.79 1.44c-.502.357-1.196.56-1.905.56h-4.61c-.71 0-1.403-.203-1.905-.56C5.297 15.09 5 14.606 5 14m5-6a6 6 0 0 0-6 6c0 .986.504 1.753 1.21 2.255c.697.495 1.601.745 2.485.745h4.61c.884 0 1.788-.25 2.484-.745C15.496 15.753 16 14.986 16 14a6 6 0 0 0-6-6"/></svg>

React

import type { SVGProps } from "react";

export function FluentAnimalPawPrint20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.5 4.25c0-.765.517-1.25 1-1.25s1 .485 1 1.25s-.517 1.25-1 1.25s-1-.485-1-1.25M7.5 2c-1.174 0-2 1.082-2 2.25s.826 2.25 2 2.25s2-1.082 2-2.25S8.674 2 7.5 2M3 5.5c-.483 0-1 .485-1 1.25S2.517 8 3 8s1-.485 1-1.25S3.483 5.5 3 5.5M1 6.75c0-1.168.826-2.25 2-2.25s2 1.082 2 2.25S4.174 9 3 9S1 7.918 1 6.75M17 5.5c-.483 0-1 .485-1 1.25S16.517 8 17 8s1-.485 1-1.25s-.517-1.25-1-1.25m-2 1.25c0-1.168.826-2.25 2-2.25s2 1.082 2 2.25S18.174 9 17 9s-2-1.082-2-2.25M12.5 3c-.483 0-1 .485-1 1.25s.517 1.25 1 1.25s1-.485 1-1.25S12.983 3 12.5 3m-2 1.25c0-1.168.826-2.25 2-2.25s2 1.082 2 2.25s-.826 2.25-2 2.25s-2-1.082-2-2.25M5 14a5 5 0 0 1 10 0c0 .606-.297 1.09-.79 1.44c-.502.357-1.196.56-1.905.56h-4.61c-.71 0-1.403-.203-1.905-.56C5.297 15.09 5 14.606 5 14m5-6a6 6 0 0 0-6 6c0 .986.504 1.753 1.21 2.255c.697.495 1.601.745 2.485.745h4.61c.884 0 1.788-.25 2.484-.745C15.496 15.753 16 14.986 16 14a6 6 0 0 0-6-6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.5 4.25c0-.765.517-1.25 1-1.25s1 .485 1 1.25s-.517 1.25-1 1.25s-1-.485-1-1.25M7.5 2c-1.174 0-2 1.082-2 2.25s.826 2.25 2 2.25s2-1.082 2-2.25S8.674 2 7.5 2M3 5.5c-.483 0-1 .485-1 1.25S2.517 8 3 8s1-.485 1-1.25S3.483 5.5 3 5.5M1 6.75c0-1.168.826-2.25 2-2.25s2 1.082 2 2.25S4.174 9 3 9S1 7.918 1 6.75M17 5.5c-.483 0-1 .485-1 1.25S16.517 8 17 8s1-.485 1-1.25s-.517-1.25-1-1.25m-2 1.25c0-1.168.826-2.25 2-2.25s2 1.082 2 2.25S18.174 9 17 9s-2-1.082-2-2.25M12.5 3c-.483 0-1 .485-1 1.25s.517 1.25 1 1.25s1-.485 1-1.25S12.983 3 12.5 3m-2 1.25c0-1.168.826-2.25 2-2.25s2 1.082 2 2.25s-.826 2.25-2 2.25s-2-1.082-2-2.25M5 14a5 5 0 0 1 10 0c0 .606-.297 1.09-.79 1.44c-.502.357-1.196.56-1.905.56h-4.61c-.71 0-1.403-.203-1.905-.56C5.297 15.09 5 14.606 5 14m5-6a6 6 0 0 0-6 6c0 .986.504 1.753 1.21 2.255c.697.495 1.601.745 2.485.745h4.61c.884 0 1.788-.25 2.484-.745C15.496 15.753 16 14.986 16 14a6 6 0 0 0-6-6"/></svg>
</template>

CSS

.icon-animal-paw-print-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%204.25c0-.765.517-1.25%201-1.25s1%20.485%201%201.25s-.517%201.25-1%201.25s-1-.485-1-1.25M7.5%202c-1.174%200-2%201.082-2%202.25s.826%202.25%202%202.25s2-1.082%202-2.25S8.674%202%207.5%202M3%205.5c-.483%200-1%20.485-1%201.25S2.517%208%203%208s1-.485%201-1.25S3.483%205.5%203%205.5M1%206.75c0-1.168.826-2.25%202-2.25s2%201.082%202%202.25S4.174%209%203%209S1%207.918%201%206.75M17%205.5c-.483%200-1%20.485-1%201.25S16.517%208%2017%208s1-.485%201-1.25s-.517-1.25-1-1.25m-2%201.25c0-1.168.826-2.25%202-2.25s2%201.082%202%202.25S18.174%209%2017%209s-2-1.082-2-2.25M12.5%203c-.483%200-1%20.485-1%201.25s.517%201.25%201%201.25s1-.485%201-1.25S12.983%203%2012.5%203m-2%201.25c0-1.168.826-2.25%202-2.25s2%201.082%202%202.25s-.826%202.25-2%202.25s-2-1.082-2-2.25M5%2014a5%205%200%200%201%2010%200c0%20.606-.297%201.09-.79%201.44c-.502.357-1.196.56-1.905.56h-4.61c-.71%200-1.403-.203-1.905-.56C5.297%2015.09%205%2014.606%205%2014m5-6a6%206%200%200%200-6%206c0%20.986.504%201.753%201.21%202.255c.697.495%201.601.745%202.485.745h4.61c.884%200%201.788-.25%202.484-.745C15.496%2015.753%2016%2014.986%2016%2014a6%206%200%200%200-6-6%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%204.25c0-.765.517-1.25%201-1.25s1%20.485%201%201.25s-.517%201.25-1%201.25s-1-.485-1-1.25M7.5%202c-1.174%200-2%201.082-2%202.25s.826%202.25%202%202.25s2-1.082%202-2.25S8.674%202%207.5%202M3%205.5c-.483%200-1%20.485-1%201.25S2.517%208%203%208s1-.485%201-1.25S3.483%205.5%203%205.5M1%206.75c0-1.168.826-2.25%202-2.25s2%201.082%202%202.25S4.174%209%203%209S1%207.918%201%206.75M17%205.5c-.483%200-1%20.485-1%201.25S16.517%208%2017%208s1-.485%201-1.25s-.517-1.25-1-1.25m-2%201.25c0-1.168.826-2.25%202-2.25s2%201.082%202%202.25S18.174%209%2017%209s-2-1.082-2-2.25M12.5%203c-.483%200-1%20.485-1%201.25s.517%201.25%201%201.25s1-.485%201-1.25S12.983%203%2012.5%203m-2%201.25c0-1.168.826-2.25%202-2.25s2%201.082%202%202.25s-.826%202.25-2%202.25s-2-1.082-2-2.25M5%2014a5%205%200%200%201%2010%200c0%20.606-.297%201.09-.79%201.44c-.502.357-1.196.56-1.905.56h-4.61c-.71%200-1.403-.203-1.905-.56C5.297%2015.09%205%2014.606%205%2014m5-6a6%206%200%200%200-6%206c0%20.986.504%201.753%201.21%202.255c.697.495%201.601.745%202.485.745h4.61c.884%200%201.788-.25%202.484-.745C15.496%2015.753%2016%2014.986%2016%2014a6%206%200%200%200-6-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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