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

Name
shield-heart
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 heart 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.2zM144 221.3c0-33.8 27.4-61.3 61.3-61.3c16.2 0 31.8 6.5 43.3 17.9l7.4 7.4l7.4-7.4c11.5-11.5 27.1-17.9 43.3-17.9c33.8 0 61.3 27.4 61.3 61.3c0 16.2-6.5 31.8-17.9 43.3l-82.7 82.7c-6.2 6.2-16.4 6.2-22.6 0l-82.7-82.7c-11.5-11.5-17.9-27.1-17.9-43.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidShieldHeart(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.2zM144 221.3c0-33.8 27.4-61.3 61.3-61.3c16.2 0 31.8 6.5 43.3 17.9l7.4 7.4l7.4-7.4c11.5-11.5 27.1-17.9 43.3-17.9c33.8 0 61.3 27.4 61.3 61.3c0 16.2-6.5 31.8-17.9 43.3l-82.7 82.7c-6.2 6.2-16.4 6.2-22.6 0l-82.7-82.7c-11.5-11.5-17.9-27.1-17.9-43.3z"/></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.2zM144 221.3c0-33.8 27.4-61.3 61.3-61.3c16.2 0 31.8 6.5 43.3 17.9l7.4 7.4l7.4-7.4c11.5-11.5 27.1-17.9 43.3-17.9c33.8 0 61.3 27.4 61.3 61.3c0 16.2-6.5 31.8-17.9 43.3l-82.7 82.7c-6.2 6.2-16.4 6.2-22.6 0l-82.7-82.7c-11.5-11.5-17.9-27.1-17.9-43.3z"/></svg>
</template>

CSS

.icon-shield-heart {
  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.2zM144%20221.3c0-33.8%2027.4-61.3%2061.3-61.3c16.2%200%2031.8%206.5%2043.3%2017.9l7.4%207.4l7.4-7.4c11.5-11.5%2027.1-17.9%2043.3-17.9c33.8%200%2061.3%2027.4%2061.3%2061.3c0%2016.2-6.5%2031.8-17.9%2043.3l-82.7%2082.7c-6.2%206.2-16.4%206.2-22.6%200l-82.7-82.7c-11.5-11.5-17.9-27.1-17.9-43.3z%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.2zM144%20221.3c0-33.8%2027.4-61.3%2061.3-61.3c16.2%200%2031.8%206.5%2043.3%2017.9l7.4%207.4l7.4-7.4c11.5-11.5%2027.1-17.9%2043.3-17.9c33.8%200%2061.3%2027.4%2061.3%2061.3c0%2016.2-6.5%2031.8-17.9%2043.3l-82.7%2082.7c-6.2%206.2-16.4%206.2-22.6%200l-82.7-82.7c-11.5-11.5-17.9-27.1-17.9-43.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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