shield-dog from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
shield-dog
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the shield dog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2zM160.9 286.2c4.8 1.2 9.9 1.8 15.1 1.8c35.3 0 64-28.7 64-64v-64h44.2c12.1 0 23.2 6.8 28.6 17.7L320 192h64c8.8 0 16 7.2 16 16v32c0 44.2-35.8 80-80 80h-48v50.7c0 7.3-5.9 13.3-13.3 13.3c-1.8 0-3.6-.4-5.2-1.1l-98.7-42.3c-6.6-2.8-10.8-9.3-10.8-16.4c0-2.8.6-5.5 1.9-8zM160 160h48v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-48c0-8.8 7.2-16 16-16m128 48a16 16 0 1 0-32 0a16 16 0 1 0 32 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidShieldDog(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2zM160.9 286.2c4.8 1.2 9.9 1.8 15.1 1.8c35.3 0 64-28.7 64-64v-64h44.2c12.1 0 23.2 6.8 28.6 17.7L320 192h64c8.8 0 16 7.2 16 16v32c0 44.2-35.8 80-80 80h-48v50.7c0 7.3-5.9 13.3-13.3 13.3c-1.8 0-3.6-.4-5.2-1.1l-98.7-42.3c-6.6-2.8-10.8-9.3-10.8-16.4c0-2.8.6-5.5 1.9-8zM160 160h48v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-48c0-8.8 7.2-16 16-16m128 48a16 16 0 1 0-32 0a16 16 0 1 0 32 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2zM160.9 286.2c4.8 1.2 9.9 1.8 15.1 1.8c35.3 0 64-28.7 64-64v-64h44.2c12.1 0 23.2 6.8 28.6 17.7L320 192h64c8.8 0 16 7.2 16 16v32c0 44.2-35.8 80-80 80h-48v50.7c0 7.3-5.9 13.3-13.3 13.3c-1.8 0-3.6-.4-5.2-1.1l-98.7-42.3c-6.6-2.8-10.8-9.3-10.8-16.4c0-2.8.6-5.5 1.9-8zM160 160h48v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-48c0-8.8 7.2-16 16-16m128 48a16 16 0 1 0-32 0a16 16 0 1 0 32 0"/></svg>
</template>

CSS

.icon-shield-dog {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M269.4%202.9C265.2%201%20260.7%200%20256%200s-9.2%201-13.4%202.9L54.3%2082.8c-22%209.3-38.4%2031-38.3%2057.2c.5%2099.2%2041.3%20280.7%20213.6%20363.2c16.7%208%2036.1%208%2052.8%200C454.7%20420.7%20495.5%20239.2%20496%20140c.1-26.2-16.3-47.9-38.3-57.2zM160.9%20286.2c4.8%201.2%209.9%201.8%2015.1%201.8c35.3%200%2064-28.7%2064-64v-64h44.2c12.1%200%2023.2%206.8%2028.6%2017.7L320%20192h64c8.8%200%2016%207.2%2016%2016v32c0%2044.2-35.8%2080-80%2080h-48v50.7c0%207.3-5.9%2013.3-13.3%2013.3c-1.8%200-3.6-.4-5.2-1.1l-98.7-42.3c-6.6-2.8-10.8-9.3-10.8-16.4c0-2.8.6-5.5%201.9-8zM160%20160h48v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-48c0-8.8%207.2-16%2016-16m128%2048a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M269.4%202.9C265.2%201%20260.7%200%20256%200s-9.2%201-13.4%202.9L54.3%2082.8c-22%209.3-38.4%2031-38.3%2057.2c.5%2099.2%2041.3%20280.7%20213.6%20363.2c16.7%208%2036.1%208%2052.8%200C454.7%20420.7%20495.5%20239.2%20496%20140c.1-26.2-16.3-47.9-38.3-57.2zM160.9%20286.2c4.8%201.2%209.9%201.8%2015.1%201.8c35.3%200%2064-28.7%2064-64v-64h44.2c12.1%200%2023.2%206.8%2028.6%2017.7L320%20192h64c8.8%200%2016%207.2%2016%2016v32c0%2044.2-35.8%2080-80%2080h-48v50.7c0%207.3-5.9%2013.3-13.3%2013.3c-1.8%200-3.6-.4-5.2-1.1l-98.7-42.3c-6.6-2.8-10.8-9.3-10.8-16.4c0-2.8.6-5.5%201.9-8zM160%20160h48v64c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-48c0-8.8%207.2-16%2016-16m128%2048a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/shield-dog.svg?color=%231a73e8&size=48