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

Name
paw-32
Set
Fluent UI System Color Icons
Style
32
Viewbox
32×32
License
MIT

5 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the paw icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGuaMfDdJU)" d="M16 13a9 9 0 0 0-8.975 9.675c.142 1.914 1.265 3.276 2.703 4.122C11.143 27.63 12.905 28 14.555 28h2.89c1.65 0 3.412-.37 4.827-1.203c1.438-.846 2.56-2.208 2.703-4.122Q25 22.34 25 22a9 9 0 0 0-9-9"/><path fill="url(#SVGi9ypndea)" d="M8.5 6.75C8.5 4.876 9.777 3 11.75 3S15 4.876 15 6.75s-1.277 3.75-3.25 3.75S8.5 8.624 8.5 6.75m8.5 0C17 4.876 18.277 3 20.25 3s3.25 1.876 3.25 3.75s-1.277 3.75-3.25 3.75S17 8.624 17 6.75m7 4.5c0-1.874 1.277-3.75 3.25-3.75s3.25 1.876 3.25 3.75S29.223 15 27.25 15S24 13.124 24 11.25m-22.5 0c0-1.874 1.277-3.75 3.25-3.75S8 9.376 8 11.25S6.723 15 4.75 15S1.5 13.124 1.5 11.25"/><defs><radialGradient id="SVGi9ypndea" cx="0" cy="0" r="1" gradientTransform="matrix(0 -15.4286 23.2 0 16.806 15.857)" gradientUnits="userSpaceOnUse"><stop stop-color="#eb4824"/><stop offset="1" stop-color="#ff921f"/></radialGradient><linearGradient id="SVGuaMfDdJU" x1="11.28" x2="18.251" y1="14.994" y2="28.35" 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 FluentColorPaw32(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGuaMfDdJU)" d="M16 13a9 9 0 0 0-8.975 9.675c.142 1.914 1.265 3.276 2.703 4.122C11.143 27.63 12.905 28 14.555 28h2.89c1.65 0 3.412-.37 4.827-1.203c1.438-.846 2.56-2.208 2.703-4.122Q25 22.34 25 22a9 9 0 0 0-9-9"/><path fill="url(#SVGi9ypndea)" d="M8.5 6.75C8.5 4.876 9.777 3 11.75 3S15 4.876 15 6.75s-1.277 3.75-3.25 3.75S8.5 8.624 8.5 6.75m8.5 0C17 4.876 18.277 3 20.25 3s3.25 1.876 3.25 3.75s-1.277 3.75-3.25 3.75S17 8.624 17 6.75m7 4.5c0-1.874 1.277-3.75 3.25-3.75s3.25 1.876 3.25 3.75S29.223 15 27.25 15S24 13.124 24 11.25m-22.5 0c0-1.874 1.277-3.75 3.25-3.75S8 9.376 8 11.25S6.723 15 4.75 15S1.5 13.124 1.5 11.25"/><defs><radialGradient id="SVGi9ypndea" cx="0" cy="0" r="1" gradientTransform="matrix(0 -15.4286 23.2 0 16.806 15.857)" gradientUnits="userSpaceOnUse"><stop stopColor="#eb4824"/><stop offset="1" stopColor="#ff921f"/></radialGradient><linearGradient id="SVGuaMfDdJU" x1="11.28" x2="18.251" y1="14.994" y2="28.35" 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 32 32"><g fill="none"><path fill="url(#SVGuaMfDdJU)" d="M16 13a9 9 0 0 0-8.975 9.675c.142 1.914 1.265 3.276 2.703 4.122C11.143 27.63 12.905 28 14.555 28h2.89c1.65 0 3.412-.37 4.827-1.203c1.438-.846 2.56-2.208 2.703-4.122Q25 22.34 25 22a9 9 0 0 0-9-9"/><path fill="url(#SVGi9ypndea)" d="M8.5 6.75C8.5 4.876 9.777 3 11.75 3S15 4.876 15 6.75s-1.277 3.75-3.25 3.75S8.5 8.624 8.5 6.75m8.5 0C17 4.876 18.277 3 20.25 3s3.25 1.876 3.25 3.75s-1.277 3.75-3.25 3.75S17 8.624 17 6.75m7 4.5c0-1.874 1.277-3.75 3.25-3.75s3.25 1.876 3.25 3.75S29.223 15 27.25 15S24 13.124 24 11.25m-22.5 0c0-1.874 1.277-3.75 3.25-3.75S8 9.376 8 11.25S6.723 15 4.75 15S1.5 13.124 1.5 11.25"/><defs><radialGradient id="SVGi9ypndea" cx="0" cy="0" r="1" gradientTransform="matrix(0 -15.4286 23.2 0 16.806 15.857)" gradientUnits="userSpaceOnUse"><stop stop-color="#eb4824"/><stop offset="1" stop-color="#ff921f"/></radialGradient><linearGradient id="SVGuaMfDdJU" x1="11.28" x2="18.251" y1="14.994" y2="28.35" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#ff921f"/><stop offset="1" stop-color="#eb4824"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-paw-32 {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGuaMfDdJU)%22%20d%3D%22M16%2013a9%209%200%200%200-8.975%209.675c.142%201.914%201.265%203.276%202.703%204.122C11.143%2027.63%2012.905%2028%2014.555%2028h2.89c1.65%200%203.412-.37%204.827-1.203c1.438-.846%202.56-2.208%202.703-4.122Q25%2022.34%2025%2022a9%209%200%200%200-9-9%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGi9ypndea)%22%20d%3D%22M8.5%206.75C8.5%204.876%209.777%203%2011.75%203S15%204.876%2015%206.75s-1.277%203.75-3.25%203.75S8.5%208.624%208.5%206.75m8.5%200C17%204.876%2018.277%203%2020.25%203s3.25%201.876%203.25%203.75s-1.277%203.75-3.25%203.75S17%208.624%2017%206.75m7%204.5c0-1.874%201.277-3.75%203.25-3.75s3.25%201.876%203.25%203.75S29.223%2015%2027.25%2015S24%2013.124%2024%2011.25m-22.5%200c0-1.874%201.277-3.75%203.25-3.75S8%209.376%208%2011.25S6.723%2015%204.75%2015S1.5%2013.124%201.5%2011.25%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGi9ypndea%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%20-15.4286%2023.2%200%2016.806%2015.857)%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%22SVGuaMfDdJU%22%20x1%3D%2211.28%22%20x2%3D%2218.251%22%20y1%3D%2214.994%22%20y2%3D%2228.35%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGuaMfDdJU)%22%20d%3D%22M16%2013a9%209%200%200%200-8.975%209.675c.142%201.914%201.265%203.276%202.703%204.122C11.143%2027.63%2012.905%2028%2014.555%2028h2.89c1.65%200%203.412-.37%204.827-1.203c1.438-.846%202.56-2.208%202.703-4.122Q25%2022.34%2025%2022a9%209%200%200%200-9-9%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGi9ypndea)%22%20d%3D%22M8.5%206.75C8.5%204.876%209.777%203%2011.75%203S15%204.876%2015%206.75s-1.277%203.75-3.25%203.75S8.5%208.624%208.5%206.75m8.5%200C17%204.876%2018.277%203%2020.25%203s3.25%201.876%203.25%203.75s-1.277%203.75-3.25%203.75S17%208.624%2017%206.75m7%204.5c0-1.874%201.277-3.75%203.25-3.75s3.25%201.876%203.25%203.75S29.223%2015%2027.25%2015S24%2013.124%2024%2011.25m-22.5%200c0-1.874%201.277-3.75%203.25-3.75S8%209.376%208%2011.25S6.723%2015%204.75%2015S1.5%2013.124%201.5%2011.25%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGi9ypndea%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%20-15.4286%2023.2%200%2016.806%2015.857)%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%22SVGuaMfDdJU%22%20x1%3D%2211.28%22%20x2%3D%2218.251%22%20y1%3D%2214.994%22%20y2%3D%2228.35%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/paw-32.svg?color=%231a73e8&size=48