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

Name
animal-dog-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the animal dog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 1 0a.5.5 0 0 1 1 0a1.5 1.5 0 0 1-2.08 1.384a8 8 0 0 1-.609 2.297C7.9 8.12 7.36 8.79 6.873 9.333c-.348.389-.573.947-.706 1.611C6.034 11.604 6 12.325 6 13c0 .303-.11.669-.31 1h4.225A1.505 1.505 0 0 0 8.5 13H8a.5.5 0 0 1 0-1h.5q.257 0 .5.05V10.5a.5.5 0 0 1 1 0v2c.48.36.826.89.95 1.5h1.965a1.5 1.5 0 0 0-1.415-1a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5h1a.5.5 0 0 0 .5-.5v-.934a.5.5 0 0 0-.243-.429L10.98 2.071A.5.5 0 0 0 10.723 2zM4 14c.314 0 .556-.152.735-.375c.19-.239.265-.507.265-.625c0-.7.035-1.497.186-2.253c.151-.75.427-1.505.941-2.08c.457-.51.918-1.09 1.27-1.889C7.746 5.981 8 4.938 8 3.5v-1A1.5 1.5 0 0 1 9.5 1h1.223a1.5 1.5 0 0 1 .772.214l1.777 1.066A1.5 1.5 0 0 1 14 3.566V4.5A1.5 1.5 0 0 1 12.5 6H12v6.05a2.5 2.5 0 0 1 2 2.45a.5.5 0 0 1-.5.5H3.75a2.75 2.75 0 0 1-1.528-5.037a.5.5 0 1 1 .556.831A1.75 1.75 0 0 0 3.75 14z"/></svg>

React

import type { SVGProps } from "react";

export function FluentAnimalDog16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 1 0a.5.5 0 0 1 1 0a1.5 1.5 0 0 1-2.08 1.384a8 8 0 0 1-.609 2.297C7.9 8.12 7.36 8.79 6.873 9.333c-.348.389-.573.947-.706 1.611C6.034 11.604 6 12.325 6 13c0 .303-.11.669-.31 1h4.225A1.505 1.505 0 0 0 8.5 13H8a.5.5 0 0 1 0-1h.5q.257 0 .5.05V10.5a.5.5 0 0 1 1 0v2c.48.36.826.89.95 1.5h1.965a1.5 1.5 0 0 0-1.415-1a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5h1a.5.5 0 0 0 .5-.5v-.934a.5.5 0 0 0-.243-.429L10.98 2.071A.5.5 0 0 0 10.723 2zM4 14c.314 0 .556-.152.735-.375c.19-.239.265-.507.265-.625c0-.7.035-1.497.186-2.253c.151-.75.427-1.505.941-2.08c.457-.51.918-1.09 1.27-1.889C7.746 5.981 8 4.938 8 3.5v-1A1.5 1.5 0 0 1 9.5 1h1.223a1.5 1.5 0 0 1 .772.214l1.777 1.066A1.5 1.5 0 0 1 14 3.566V4.5A1.5 1.5 0 0 1 12.5 6H12v6.05a2.5 2.5 0 0 1 2 2.45a.5.5 0 0 1-.5.5H3.75a2.75 2.75 0 0 1-1.528-5.037a.5.5 0 1 1 .556.831A1.75 1.75 0 0 0 3.75 14z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 1 0a.5.5 0 0 1 1 0a1.5 1.5 0 0 1-2.08 1.384a8 8 0 0 1-.609 2.297C7.9 8.12 7.36 8.79 6.873 9.333c-.348.389-.573.947-.706 1.611C6.034 11.604 6 12.325 6 13c0 .303-.11.669-.31 1h4.225A1.505 1.505 0 0 0 8.5 13H8a.5.5 0 0 1 0-1h.5q.257 0 .5.05V10.5a.5.5 0 0 1 1 0v2c.48.36.826.89.95 1.5h1.965a1.5 1.5 0 0 0-1.415-1a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5h1a.5.5 0 0 0 .5-.5v-.934a.5.5 0 0 0-.243-.429L10.98 2.071A.5.5 0 0 0 10.723 2zM4 14c.314 0 .556-.152.735-.375c.19-.239.265-.507.265-.625c0-.7.035-1.497.186-2.253c.151-.75.427-1.505.941-2.08c.457-.51.918-1.09 1.27-1.889C7.746 5.981 8 4.938 8 3.5v-1A1.5 1.5 0 0 1 9.5 1h1.223a1.5 1.5 0 0 1 .772.214l1.777 1.066A1.5 1.5 0 0 1 14 3.566V4.5A1.5 1.5 0 0 1 12.5 6H12v6.05a2.5 2.5 0 0 1 2 2.45a.5.5 0 0 1-.5.5H3.75a2.75 2.75 0 0 1-1.528-5.037a.5.5 0 1 1 .556.831A1.75 1.75 0 0 0 3.75 14z"/></svg>
</template>

CSS

.icon-animal-dog-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%202a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%201%200a.5.5%200%200%201%201%200a1.5%201.5%200%200%201-2.08%201.384a8%208%200%200%201-.609%202.297C7.9%208.12%207.36%208.79%206.873%209.333c-.348.389-.573.947-.706%201.611C6.034%2011.604%206%2012.325%206%2013c0%20.303-.11.669-.31%201h4.225A1.505%201.505%200%200%200%208.5%2013H8a.5.5%200%200%201%200-1h.5q.257%200%20.5.05V10.5a.5.5%200%200%201%201%200v2c.48.36.826.89.95%201.5h1.965a1.5%201.5%200%200%200-1.415-1a.5.5%200%200%201-.5-.5v-7a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%200%20.5-.5v-.934a.5.5%200%200%200-.243-.429L10.98%202.071A.5.5%200%200%200%2010.723%202zM4%2014c.314%200%20.556-.152.735-.375c.19-.239.265-.507.265-.625c0-.7.035-1.497.186-2.253c.151-.75.427-1.505.941-2.08c.457-.51.918-1.09%201.27-1.889C7.746%205.981%208%204.938%208%203.5v-1A1.5%201.5%200%200%201%209.5%201h1.223a1.5%201.5%200%200%201%20.772.214l1.777%201.066A1.5%201.5%200%200%201%2014%203.566V4.5A1.5%201.5%200%200%201%2012.5%206H12v6.05a2.5%202.5%200%200%201%202%202.45a.5.5%200%200%201-.5.5H3.75a2.75%202.75%200%200%201-1.528-5.037a.5.5%200%201%201%20.556.831A1.75%201.75%200%200%200%203.75%2014z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%202a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%201%200a.5.5%200%200%201%201%200a1.5%201.5%200%200%201-2.08%201.384a8%208%200%200%201-.609%202.297C7.9%208.12%207.36%208.79%206.873%209.333c-.348.389-.573.947-.706%201.611C6.034%2011.604%206%2012.325%206%2013c0%20.303-.11.669-.31%201h4.225A1.505%201.505%200%200%200%208.5%2013H8a.5.5%200%200%201%200-1h.5q.257%200%20.5.05V10.5a.5.5%200%200%201%201%200v2c.48.36.826.89.95%201.5h1.965a1.5%201.5%200%200%200-1.415-1a.5.5%200%200%201-.5-.5v-7a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%200%20.5-.5v-.934a.5.5%200%200%200-.243-.429L10.98%202.071A.5.5%200%200%200%2010.723%202zM4%2014c.314%200%20.556-.152.735-.375c.19-.239.265-.507.265-.625c0-.7.035-1.497.186-2.253c.151-.75.427-1.505.941-2.08c.457-.51.918-1.09%201.27-1.889C7.746%205.981%208%204.938%208%203.5v-1A1.5%201.5%200%200%201%209.5%201h1.223a1.5%201.5%200%200%201%20.772.214l1.777%201.066A1.5%201.5%200%200%201%2014%203.566V4.5A1.5%201.5%200%200%201%2012.5%206H12v6.05a2.5%202.5%200%200%201%202%202.45a.5.5%200%200%201-.5.5H3.75a2.75%202.75%200%200%201-1.528-5.037a.5.5%200%201%201%20.556.831A1.75%201.75%200%200%200%203.75%2014z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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