shield with heart icon

shield-with-heart from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.

Name
shield-with-heart
Set
Material Symbols Light
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
shield-with-heart-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the shield with heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15.308q2.089-1.897 2.67-2.642q.58-.745.58-1.494q0-.728-.53-1.254q-.531-.526-1.266-.526q-.448 0-.833.172t-.621.474q-.242-.303-.626-.474q-.383-.172-.828-.172q-.727 0-1.261.525q-.535.525-.535 1.255q0 .385.103.71t.454.76t.987 1.064T12 15.308m0 5.653q-3.013-.894-5.007-3.65T5 11.1V5.692l7-2.615l7 2.615V11.1q0 3.454-1.993 6.21T12 20.963"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShieldWithHeart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15.308q2.089-1.897 2.67-2.642q.58-.745.58-1.494q0-.728-.53-1.254q-.531-.526-1.266-.526q-.448 0-.833.172t-.621.474q-.242-.303-.626-.474q-.383-.172-.828-.172q-.727 0-1.261.525q-.535.525-.535 1.255q0 .385.103.71t.454.76t.987 1.064T12 15.308m0 5.653q-3.013-.894-5.007-3.65T5 11.1V5.692l7-2.615l7 2.615V11.1q0 3.454-1.993 6.21T12 20.963"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15.308q2.089-1.897 2.67-2.642q.58-.745.58-1.494q0-.728-.53-1.254q-.531-.526-1.266-.526q-.448 0-.833.172t-.621.474q-.242-.303-.626-.474q-.383-.172-.828-.172q-.727 0-1.261.525q-.535.525-.535 1.255q0 .385.103.71t.454.76t.987 1.064T12 15.308m0 5.653q-3.013-.894-5.007-3.65T5 11.1V5.692l7-2.615l7 2.615V11.1q0 3.454-1.993 6.21T12 20.963"/></svg>
</template>

CSS

.icon-shield-with-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2015.308q2.089-1.897%202.67-2.642q.58-.745.58-1.494q0-.728-.53-1.254q-.531-.526-1.266-.526q-.448%200-.833.172t-.621.474q-.242-.303-.626-.474q-.383-.172-.828-.172q-.727%200-1.261.525q-.535.525-.535%201.255q0%20.385.103.71t.454.76t.987%201.064T12%2015.308m0%205.653q-3.013-.894-5.007-3.65T5%2011.1V5.692l7-2.615l7%202.615V11.1q0%203.454-1.993%206.21T12%2020.963%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%22currentColor%22%20d%3D%22M12%2015.308q2.089-1.897%202.67-2.642q.58-.745.58-1.494q0-.728-.53-1.254q-.531-.526-1.266-.526q-.448%200-.833.172t-.621.474q-.242-.303-.626-.474q-.383-.172-.828-.172q-.727%200-1.261.525q-.535.525-.535%201.255q0%20.385.103.71t.454.76t.987%201.064T12%2015.308m0%205.653q-3.013-.894-5.007-3.65T5%2011.1V5.692l7-2.615l7%202.615V11.1q0%203.454-1.993%206.21T12%2020.963%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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