animal dog icon
animal-dog-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- animal-dog-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M12 2c-.33 0-.814.095-1.23.394c-.44.318-.77.843-.77 1.606v1.253a.9.9 0 0 0 .156.489c.094.131.256.26.593.26s.499-.129.593-.26a.9.9 0 0 0 .156-.489a.5.5 0 1 1 1 0c0 .289-.082.71-.344 1.073c-.28.39-.742.676-1.405.676c-.32 0-.595-.067-.824-.18c-.143 1.112-.56 2.606-1.779 3.824c-1.086 1.087-1.619 2.433-1.881 3.483a9.3 9.3 0 0 0-.26 1.716l-.004.11v.031l-.001.01V16l-.002.029q-.002.043-.015.123a1.3 1.3 0 0 1-.118.374a.8.8 0 0 1-.275.324c-.12.08-.302.15-.59.15a2 2 0 0 1-1.2-3.6a.5.5 0 1 0-.601-.8A3 3 0 0 0 5 18h8v-.5c0-.405-.188-1.046-.733-1.332A1.6 1.6 0 0 0 11.5 16h-1a.5.5 0 0 1 0-1h1q.264 0 .5.04V12.5a.5.5 0 0 1 1 0v2.948c.79.57 1 1.518 1 2.052v.5h2.5a.5.5 0 0 0 .5-.5c0-.87-.296-1.523-.805-1.947A2.43 2.43 0 0 0 15 15.038V7h.5A1.5 1.5 0 0 0 17 5.5V4.283a1 1 0 0 0-.485-.857l-1.783-1.07A2.5 2.5 0 0 0 13.446 2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAnimalDog20Filled(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="M12 2c-.33 0-.814.095-1.23.394c-.44.318-.77.843-.77 1.606v1.253a.9.9 0 0 0 .156.489c.094.131.256.26.593.26s.499-.129.593-.26a.9.9 0 0 0 .156-.489a.5.5 0 1 1 1 0c0 .289-.082.71-.344 1.073c-.28.39-.742.676-1.405.676c-.32 0-.595-.067-.824-.18c-.143 1.112-.56 2.606-1.779 3.824c-1.086 1.087-1.619 2.433-1.881 3.483a9.3 9.3 0 0 0-.26 1.716l-.004.11v.031l-.001.01V16l-.002.029q-.002.043-.015.123a1.3 1.3 0 0 1-.118.374a.8.8 0 0 1-.275.324c-.12.08-.302.15-.59.15a2 2 0 0 1-1.2-3.6a.5.5 0 1 0-.601-.8A3 3 0 0 0 5 18h8v-.5c0-.405-.188-1.046-.733-1.332A1.6 1.6 0 0 0 11.5 16h-1a.5.5 0 0 1 0-1h1q.264 0 .5.04V12.5a.5.5 0 0 1 1 0v2.948c.79.57 1 1.518 1 2.052v.5h2.5a.5.5 0 0 0 .5-.5c0-.87-.296-1.523-.805-1.947A2.43 2.43 0 0 0 15 15.038V7h.5A1.5 1.5 0 0 0 17 5.5V4.283a1 1 0 0 0-.485-.857l-1.783-1.07A2.5 2.5 0 0 0 13.446 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12 2c-.33 0-.814.095-1.23.394c-.44.318-.77.843-.77 1.606v1.253a.9.9 0 0 0 .156.489c.094.131.256.26.593.26s.499-.129.593-.26a.9.9 0 0 0 .156-.489a.5.5 0 1 1 1 0c0 .289-.082.71-.344 1.073c-.28.39-.742.676-1.405.676c-.32 0-.595-.067-.824-.18c-.143 1.112-.56 2.606-1.779 3.824c-1.086 1.087-1.619 2.433-1.881 3.483a9.3 9.3 0 0 0-.26 1.716l-.004.11v.031l-.001.01V16l-.002.029q-.002.043-.015.123a1.3 1.3 0 0 1-.118.374a.8.8 0 0 1-.275.324c-.12.08-.302.15-.59.15a2 2 0 0 1-1.2-3.6a.5.5 0 1 0-.601-.8A3 3 0 0 0 5 18h8v-.5c0-.405-.188-1.046-.733-1.332A1.6 1.6 0 0 0 11.5 16h-1a.5.5 0 0 1 0-1h1q.264 0 .5.04V12.5a.5.5 0 0 1 1 0v2.948c.79.57 1 1.518 1 2.052v.5h2.5a.5.5 0 0 0 .5-.5c0-.87-.296-1.523-.805-1.947A2.43 2.43 0 0 0 15 15.038V7h.5A1.5 1.5 0 0 0 17 5.5V4.283a1 1 0 0 0-.485-.857l-1.783-1.07A2.5 2.5 0 0 0 13.446 2z"/></svg> </template>
CSS
.icon-animal-dog-20-filled {
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%22M12%202c-.33%200-.814.095-1.23.394c-.44.318-.77.843-.77%201.606v1.253a.9.9%200%200%200%20.156.489c.094.131.256.26.593.26s.499-.129.593-.26a.9.9%200%200%200%20.156-.489a.5.5%200%201%201%201%200c0%20.289-.082.71-.344%201.073c-.28.39-.742.676-1.405.676c-.32%200-.595-.067-.824-.18c-.143%201.112-.56%202.606-1.779%203.824c-1.086%201.087-1.619%202.433-1.881%203.483a9.3%209.3%200%200%200-.26%201.716l-.004.11v.031l-.001.01V16l-.002.029q-.002.043-.015.123a1.3%201.3%200%200%201-.118.374a.8.8%200%200%201-.275.324c-.12.08-.302.15-.59.15a2%202%200%200%201-1.2-3.6a.5.5%200%201%200-.601-.8A3%203%200%200%200%205%2018h8v-.5c0-.405-.188-1.046-.733-1.332A1.6%201.6%200%200%200%2011.5%2016h-1a.5.5%200%200%201%200-1h1q.264%200%20.5.04V12.5a.5.5%200%200%201%201%200v2.948c.79.57%201%201.518%201%202.052v.5h2.5a.5.5%200%200%200%20.5-.5c0-.87-.296-1.523-.805-1.947A2.43%202.43%200%200%200%2015%2015.038V7h.5A1.5%201.5%200%200%200%2017%205.5V4.283a1%201%200%200%200-.485-.857l-1.783-1.07A2.5%202.5%200%200%200%2013.446%202z%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%22M12%202c-.33%200-.814.095-1.23.394c-.44.318-.77.843-.77%201.606v1.253a.9.9%200%200%200%20.156.489c.094.131.256.26.593.26s.499-.129.593-.26a.9.9%200%200%200%20.156-.489a.5.5%200%201%201%201%200c0%20.289-.082.71-.344%201.073c-.28.39-.742.676-1.405.676c-.32%200-.595-.067-.824-.18c-.143%201.112-.56%202.606-1.779%203.824c-1.086%201.087-1.619%202.433-1.881%203.483a9.3%209.3%200%200%200-.26%201.716l-.004.11v.031l-.001.01V16l-.002.029q-.002.043-.015.123a1.3%201.3%200%200%201-.118.374a.8.8%200%200%201-.275.324c-.12.08-.302.15-.59.15a2%202%200%200%201-1.2-3.6a.5.5%200%201%200-.601-.8A3%203%200%200%200%205%2018h8v-.5c0-.405-.188-1.046-.733-1.332A1.6%201.6%200%200%200%2011.5%2016h-1a.5.5%200%200%201%200-1h1q.264%200%20.5.04V12.5a.5.5%200%200%201%201%200v2.948c.79.57%201%201.518%201%202.052v.5h2.5a.5.5%200%200%200%20.5-.5c0-.87-.296-1.523-.805-1.947A2.43%202.43%200%200%200%2015%2015.038V7h.5A1.5%201.5%200%200%200%2017%205.5V4.283a1%201%200%200%200-.485-.857l-1.783-1.07A2.5%202.5%200%200%200%2013.446%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/animal-dog-20-filled.svg?color=%231a73e8&size=48