dog icon
dog-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- dog-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
dogBoxIcons v2 SoliddogEmoji One (Colored)dogFramework7 IconsdogFont Awesome 6 SoliddogFont Awesome SoliddogFluent EmojidogFluent Emoji FlatdogFluent Emoji High ContrastdogFirefox OS EmojidogIconParkdogIconPark OutlinedogIconPark SoliddogIconPark TwoTonedogLine AwesomedogLucidedogMaterial Design IconsdogNoto EmojidogOpenMojidogPhosphordogPixelarticonsdogStreamline EmojisdogTabler IconsdogWeb3 IconsdogWeb3 Icons Branded
Use the dog icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 14.5a1.5 1.5 0 0 1-1.5 1.5m1.51-1.5c0 .823.667 1.5 1.49 1.5M10 11h.002M14 11h.002M6 10c-.769 5.383 2.01 8.4 3.335 9.507c.417.349.952.493 1.496.493h2.338c.544 0 1.079-.144 1.496-.493C15.99 18.4 18.769 15.383 18 10l3 1l-1.669-5.841a1 1 0 0 0-1.409-.62l-2.5 1.25a2 2 0 0 1-.894.211H9.472a2 2 0 0 1-.894-.211L6.115 4.558a1 1 0 0 0-1.417.651L3 12z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteDogLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12 14.5a1.5 1.5 0 0 1-1.5 1.5m1.51-1.5c0 .823.667 1.5 1.49 1.5M10 11h.002M14 11h.002M6 10c-.769 5.383 2.01 8.4 3.335 9.507c.417.349.952.493 1.496.493h2.338c.544 0 1.079-.144 1.496-.493C15.99 18.4 18.769 15.383 18 10l3 1l-1.669-5.841a1 1 0 0 0-1.409-.62l-2.5 1.25a2 2 0 0 1-.894.211H9.472a2 2 0 0 1-.894-.211L6.115 4.558a1 1 0 0 0-1.417.651L3 12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 14.5a1.5 1.5 0 0 1-1.5 1.5m1.51-1.5c0 .823.667 1.5 1.49 1.5M10 11h.002M14 11h.002M6 10c-.769 5.383 2.01 8.4 3.335 9.507c.417.349.952.493 1.496.493h2.338c.544 0 1.079-.144 1.496-.493C15.99 18.4 18.769 15.383 18 10l3 1l-1.669-5.841a1 1 0 0 0-1.409-.62l-2.5 1.25a2 2 0 0 1-.894.211H9.472a2 2 0 0 1-.894-.211L6.115 4.558a1 1 0 0 0-1.417.651L3 12z"/></svg> </template>
CSS
.icon-dog-line {
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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2014.5a1.5%201.5%200%200%201-1.5%201.5m1.51-1.5c0%20.823.667%201.5%201.49%201.5M10%2011h.002M14%2011h.002M6%2010c-.769%205.383%202.01%208.4%203.335%209.507c.417.349.952.493%201.496.493h2.338c.544%200%201.079-.144%201.496-.493C15.99%2018.4%2018.769%2015.383%2018%2010l3%201l-1.669-5.841a1%201%200%200%200-1.409-.62l-2.5%201.25a2%202%200%200%201-.894.211H9.472a2%202%200%200%201-.894-.211L6.115%204.558a1%201%200%200%200-1.417.651L3%2012z%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2014.5a1.5%201.5%200%200%201-1.5%201.5m1.51-1.5c0%20.823.667%201.5%201.49%201.5M10%2011h.002M14%2011h.002M6%2010c-.769%205.383%202.01%208.4%203.335%209.507c.417.349.952.493%201.496.493h2.338c.544%200%201.079-.144%201.496-.493C15.99%2018.4%2018.769%2015.383%2018%2010l3%201l-1.669-5.841a1%201%200%200%200-1.409-.62l-2.5%201.25a2%202%200%200%201-.894.211H9.472a2%202%200%200%201-.894-.211L6.115%204.558a1%201%200%200%200-1.417.651L3%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/dog-line.svg?color=%231a73e8&size=48