paws-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.

Name
paws-outline
Set
Teenyicons
Style
Outline
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

Use the paws icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" stroke-miterlimit="10" d="m1.425 2.118l.307.647M.75 4.647l.307.647m5.277-3.176l.307.706M3.88 1l.306.647m6.934 5.118l-.306.647m-2.148.47l-.307.706m5.891 1.824l-.307.647m-.368-3.177l-.307.647M3.941 4.235c.43-.176.92-.176 1.35.06l1.657.823c.552.294.736 1 .307 1.47c-.185.236-.491.353-.798.353H5.72c-.306 0-.613.118-.797.353l-.43.53c-.184.235-.49.352-.798.352c-.613 0-1.104-.588-.981-1.176l.368-1.765c.123-.411.43-.823.859-1ZM11.059 10c.43.177.737.588.86 1.059l.367 1.765A.976.976 0 0 1 11.305 14c-.307 0-.614-.118-.798-.353l-.43-.53c-.184-.235-.49-.352-.797-.352h-.737c-.307 0-.613-.118-.798-.353a.978.978 0 0 1 .307-1.47l1.657-.824a1.25 1.25 0 0 1 1.35-.118Z"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsPawsOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeLinejoin="round" strokeMiterlimit="10" d="m1.425 2.118l.307.647M.75 4.647l.307.647m5.277-3.176l.307.706M3.88 1l.306.647m6.934 5.118l-.306.647m-2.148.47l-.307.706m5.891 1.824l-.307.647m-.368-3.177l-.307.647M3.941 4.235c.43-.176.92-.176 1.35.06l1.657.823c.552.294.736 1 .307 1.47c-.185.236-.491.353-.798.353H5.72c-.306 0-.613.118-.797.353l-.43.53c-.184.235-.49.352-.798.352c-.613 0-1.104-.588-.981-1.176l.368-1.765c.123-.411.43-.823.859-1ZM11.059 10c.43.177.737.588.86 1.059l.367 1.765A.976.976 0 0 1 11.305 14c-.307 0-.614-.118-.798-.353l-.43-.53c-.184-.235-.49-.352-.797-.352h-.737c-.307 0-.613-.118-.798-.353a.978.978 0 0 1 .307-1.47l1.657-.824a1.25 1.25 0 0 1 1.35-.118Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" stroke-miterlimit="10" d="m1.425 2.118l.307.647M.75 4.647l.307.647m5.277-3.176l.307.706M3.88 1l.306.647m6.934 5.118l-.306.647m-2.148.47l-.307.706m5.891 1.824l-.307.647m-.368-3.177l-.307.647M3.941 4.235c.43-.176.92-.176 1.35.06l1.657.823c.552.294.736 1 .307 1.47c-.185.236-.491.353-.798.353H5.72c-.306 0-.613.118-.797.353l-.43.53c-.184.235-.49.352-.798.352c-.613 0-1.104-.588-.981-1.176l.368-1.765c.123-.411.43-.823.859-1ZM11.059 10c.43.177.737.588.86 1.059l.367 1.765A.976.976 0 0 1 11.305 14c-.307 0-.614-.118-.798-.353l-.43-.53c-.184-.235-.49-.352-.797-.352h-.737c-.307 0-.613-.118-.798-.353a.978.978 0 0 1 .307-1.47l1.657-.824a1.25 1.25 0 0 1 1.35-.118Z"/></svg>
</template>

CSS

.icon-paws-outline {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22m1.425%202.118l.307.647M.75%204.647l.307.647m5.277-3.176l.307.706M3.88%201l.306.647m6.934%205.118l-.306.647m-2.148.47l-.307.706m5.891%201.824l-.307.647m-.368-3.177l-.307.647M3.941%204.235c.43-.176.92-.176%201.35.06l1.657.823c.552.294.736%201%20.307%201.47c-.185.236-.491.353-.798.353H5.72c-.306%200-.613.118-.797.353l-.43.53c-.184.235-.49.352-.798.352c-.613%200-1.104-.588-.981-1.176l.368-1.765c.123-.411.43-.823.859-1ZM11.059%2010c.43.177.737.588.86%201.059l.367%201.765A.976.976%200%200%201%2011.305%2014c-.307%200-.614-.118-.798-.353l-.43-.53c-.184-.235-.49-.352-.797-.352h-.737c-.307%200-.613-.118-.798-.353a.978.978%200%200%201%20.307-1.47l1.657-.824a1.25%201.25%200%200%201%201.35-.118Z%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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22m1.425%202.118l.307.647M.75%204.647l.307.647m5.277-3.176l.307.706M3.88%201l.306.647m6.934%205.118l-.306.647m-2.148.47l-.307.706m5.891%201.824l-.307.647m-.368-3.177l-.307.647M3.941%204.235c.43-.176.92-.176%201.35.06l1.657.823c.552.294.736%201%20.307%201.47c-.185.236-.491.353-.798.353H5.72c-.306%200-.613.118-.797.353l-.43.53c-.184.235-.49.352-.798.352c-.613%200-1.104-.588-.981-1.176l.368-1.765c.123-.411.43-.823.859-1ZM11.059%2010c.43.177.737.588.86%201.059l.367%201.765A.976.976%200%200%201%2011.305%2014c-.307%200-.614-.118-.798-.353l-.43-.53c-.184-.235-.49-.352-.797-.352h-.737c-.307%200-.613-.118-.798-.353a.978.978%200%200%201%20.307-1.47l1.657-.824a1.25%201.25%200%200%201%201.35-.118Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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