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

Name
paw-16
Set
Fluent UI System Color Icons
Style
16
Viewbox
16×16
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 16 16"><g fill="none"><path fill="url(#SVGkglt4bPE)" d="M8 7a5 5 0 0 0-5 5c0 1.298 1.212 2 2.285 2h5.43C11.788 14 13 13.298 13 12a5 5 0 0 0-5-5"/><path fill="url(#SVGVlWkwbUw)" d="M8.5 3.875C8.5 2.938 9.138 2 10.125 2s1.625.938 1.625 1.875s-.638 1.875-1.625 1.875S8.5 4.812 8.5 3.875m-6.125.375C1.388 4.25.75 5.188.75 6.125S1.388 8 2.375 8S4 7.062 4 6.125S3.362 4.25 2.375 4.25m11.25 0c-.987 0-1.625.938-1.625 1.875S12.638 8 13.625 8s1.625-.938 1.625-1.875s-.638-1.875-1.625-1.875M5.875 2c-.987 0-1.625.938-1.625 1.875S4.888 5.75 5.875 5.75S7.5 4.812 7.5 3.875S6.862 2 5.875 2"/><defs><radialGradient id="SVGVlWkwbUw" cx="0" cy="0" r="1" gradientTransform="matrix(0 -7.71429 11.6 0 8.403 8.429)" gradientUnits="userSpaceOnUse"><stop stop-color="#eb4824"/><stop offset="1" stop-color="#ff921f"/></radialGradient><linearGradient id="SVGkglt4bPE" x1="5.378" x2="8.294" y1="7.931" y2="14.583" 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 FluentColorPaw16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGkglt4bPE)" d="M8 7a5 5 0 0 0-5 5c0 1.298 1.212 2 2.285 2h5.43C11.788 14 13 13.298 13 12a5 5 0 0 0-5-5"/><path fill="url(#SVGVlWkwbUw)" d="M8.5 3.875C8.5 2.938 9.138 2 10.125 2s1.625.938 1.625 1.875s-.638 1.875-1.625 1.875S8.5 4.812 8.5 3.875m-6.125.375C1.388 4.25.75 5.188.75 6.125S1.388 8 2.375 8S4 7.062 4 6.125S3.362 4.25 2.375 4.25m11.25 0c-.987 0-1.625.938-1.625 1.875S12.638 8 13.625 8s1.625-.938 1.625-1.875s-.638-1.875-1.625-1.875M5.875 2c-.987 0-1.625.938-1.625 1.875S4.888 5.75 5.875 5.75S7.5 4.812 7.5 3.875S6.862 2 5.875 2"/><defs><radialGradient id="SVGVlWkwbUw" cx="0" cy="0" r="1" gradientTransform="matrix(0 -7.71429 11.6 0 8.403 8.429)" gradientUnits="userSpaceOnUse"><stop stopColor="#eb4824"/><stop offset="1" stopColor="#ff921f"/></radialGradient><linearGradient id="SVGkglt4bPE" x1="5.378" x2="8.294" y1="7.931" y2="14.583" 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 16 16"><g fill="none"><path fill="url(#SVGkglt4bPE)" d="M8 7a5 5 0 0 0-5 5c0 1.298 1.212 2 2.285 2h5.43C11.788 14 13 13.298 13 12a5 5 0 0 0-5-5"/><path fill="url(#SVGVlWkwbUw)" d="M8.5 3.875C8.5 2.938 9.138 2 10.125 2s1.625.938 1.625 1.875s-.638 1.875-1.625 1.875S8.5 4.812 8.5 3.875m-6.125.375C1.388 4.25.75 5.188.75 6.125S1.388 8 2.375 8S4 7.062 4 6.125S3.362 4.25 2.375 4.25m11.25 0c-.987 0-1.625.938-1.625 1.875S12.638 8 13.625 8s1.625-.938 1.625-1.875s-.638-1.875-1.625-1.875M5.875 2c-.987 0-1.625.938-1.625 1.875S4.888 5.75 5.875 5.75S7.5 4.812 7.5 3.875S6.862 2 5.875 2"/><defs><radialGradient id="SVGVlWkwbUw" cx="0" cy="0" r="1" gradientTransform="matrix(0 -7.71429 11.6 0 8.403 8.429)" gradientUnits="userSpaceOnUse"><stop stop-color="#eb4824"/><stop offset="1" stop-color="#ff921f"/></radialGradient><linearGradient id="SVGkglt4bPE" x1="5.378" x2="8.294" y1="7.931" y2="14.583" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#ff921f"/><stop offset="1" stop-color="#eb4824"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-paw-16 {
  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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGkglt4bPE)%22%20d%3D%22M8%207a5%205%200%200%200-5%205c0%201.298%201.212%202%202.285%202h5.43C11.788%2014%2013%2013.298%2013%2012a5%205%200%200%200-5-5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGVlWkwbUw)%22%20d%3D%22M8.5%203.875C8.5%202.938%209.138%202%2010.125%202s1.625.938%201.625%201.875s-.638%201.875-1.625%201.875S8.5%204.812%208.5%203.875m-6.125.375C1.388%204.25.75%205.188.75%206.125S1.388%208%202.375%208S4%207.062%204%206.125S3.362%204.25%202.375%204.25m11.25%200c-.987%200-1.625.938-1.625%201.875S12.638%208%2013.625%208s1.625-.938%201.625-1.875s-.638-1.875-1.625-1.875M5.875%202c-.987%200-1.625.938-1.625%201.875S4.888%205.75%205.875%205.75S7.5%204.812%207.5%203.875S6.862%202%205.875%202%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGVlWkwbUw%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%20-7.71429%2011.6%200%208.403%208.429)%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%22SVGkglt4bPE%22%20x1%3D%225.378%22%20x2%3D%228.294%22%20y1%3D%227.931%22%20y2%3D%2214.583%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGkglt4bPE)%22%20d%3D%22M8%207a5%205%200%200%200-5%205c0%201.298%201.212%202%202.285%202h5.43C11.788%2014%2013%2013.298%2013%2012a5%205%200%200%200-5-5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGVlWkwbUw)%22%20d%3D%22M8.5%203.875C8.5%202.938%209.138%202%2010.125%202s1.625.938%201.625%201.875s-.638%201.875-1.625%201.875S8.5%204.812%208.5%203.875m-6.125.375C1.388%204.25.75%205.188.75%206.125S1.388%208%202.375%208S4%207.062%204%206.125S3.362%204.25%202.375%204.25m11.25%200c-.987%200-1.625.938-1.625%201.875S12.638%208%2013.625%208s1.625-.938%201.625-1.875s-.638-1.875-1.625-1.875M5.875%202c-.987%200-1.625.938-1.625%201.875S4.888%205.75%205.875%205.75S7.5%204.812%207.5%203.875S6.862%202%205.875%202%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGVlWkwbUw%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%20-7.71429%2011.6%200%208.403%208.429)%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%22SVGkglt4bPE%22%20x1%3D%225.378%22%20x2%3D%228.294%22%20y1%3D%227.931%22%20y2%3D%2214.583%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-16.svg?color=%231a73e8&size=48