shield checkmark icon

shield-checkmark from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
shield-checkmark
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Related icons in IonIcons

Use the shield checkmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M479.07 111.36a16 16 0 0 0-13.15-14.74c-86.5-15.52-122.61-26.74-203.33-63.2a16 16 0 0 0-13.18 0C168.69 69.88 132.58 81.1 46.08 96.62a16 16 0 0 0-13.15 14.74c-3.85 61.11 4.36 118.05 24.43 169.24A349.5 349.5 0 0 0 129 393.11c53.47 56.73 110.24 81.37 121.07 85.73a16 16 0 0 0 12 0c10.83-4.36 67.6-29 121.07-85.73a349.5 349.5 0 0 0 71.5-112.51c20.07-51.19 28.28-108.13 24.43-169.24m-131 75.11l-110.8 128a16 16 0 0 1-11.41 5.53h-.66a16 16 0 0 1-11.2-4.57l-49.2-48.2a16 16 0 1 1 22.4-22.86l37 36.29l99.7-115.13a16 16 0 0 1 24.2 20.94Z"/></svg>

React

import type { SVGProps } from "react";

export function IonShieldCheckmark(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="M479.07 111.36a16 16 0 0 0-13.15-14.74c-86.5-15.52-122.61-26.74-203.33-63.2a16 16 0 0 0-13.18 0C168.69 69.88 132.58 81.1 46.08 96.62a16 16 0 0 0-13.15 14.74c-3.85 61.11 4.36 118.05 24.43 169.24A349.5 349.5 0 0 0 129 393.11c53.47 56.73 110.24 81.37 121.07 85.73a16 16 0 0 0 12 0c10.83-4.36 67.6-29 121.07-85.73a349.5 349.5 0 0 0 71.5-112.51c20.07-51.19 28.28-108.13 24.43-169.24m-131 75.11l-110.8 128a16 16 0 0 1-11.41 5.53h-.66a16 16 0 0 1-11.2-4.57l-49.2-48.2a16 16 0 1 1 22.4-22.86l37 36.29l99.7-115.13a16 16 0 0 1 24.2 20.94Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M479.07 111.36a16 16 0 0 0-13.15-14.74c-86.5-15.52-122.61-26.74-203.33-63.2a16 16 0 0 0-13.18 0C168.69 69.88 132.58 81.1 46.08 96.62a16 16 0 0 0-13.15 14.74c-3.85 61.11 4.36 118.05 24.43 169.24A349.5 349.5 0 0 0 129 393.11c53.47 56.73 110.24 81.37 121.07 85.73a16 16 0 0 0 12 0c10.83-4.36 67.6-29 121.07-85.73a349.5 349.5 0 0 0 71.5-112.51c20.07-51.19 28.28-108.13 24.43-169.24m-131 75.11l-110.8 128a16 16 0 0 1-11.41 5.53h-.66a16 16 0 0 1-11.2-4.57l-49.2-48.2a16 16 0 1 1 22.4-22.86l37 36.29l99.7-115.13a16 16 0 0 1 24.2 20.94Z"/></svg>
</template>

CSS

.icon-shield-checkmark {
  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%22M479.07%20111.36a16%2016%200%200%200-13.15-14.74c-86.5-15.52-122.61-26.74-203.33-63.2a16%2016%200%200%200-13.18%200C168.69%2069.88%20132.58%2081.1%2046.08%2096.62a16%2016%200%200%200-13.15%2014.74c-3.85%2061.11%204.36%20118.05%2024.43%20169.24A349.5%20349.5%200%200%200%20129%20393.11c53.47%2056.73%20110.24%2081.37%20121.07%2085.73a16%2016%200%200%200%2012%200c10.83-4.36%2067.6-29%20121.07-85.73a349.5%20349.5%200%200%200%2071.5-112.51c20.07-51.19%2028.28-108.13%2024.43-169.24m-131%2075.11l-110.8%20128a16%2016%200%200%201-11.41%205.53h-.66a16%2016%200%200%201-11.2-4.57l-49.2-48.2a16%2016%200%201%201%2022.4-22.86l37%2036.29l99.7-115.13a16%2016%200%200%201%2024.2%2020.94Z%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%22M479.07%20111.36a16%2016%200%200%200-13.15-14.74c-86.5-15.52-122.61-26.74-203.33-63.2a16%2016%200%200%200-13.18%200C168.69%2069.88%20132.58%2081.1%2046.08%2096.62a16%2016%200%200%200-13.15%2014.74c-3.85%2061.11%204.36%20118.05%2024.43%20169.24A349.5%20349.5%200%200%200%20129%20393.11c53.47%2056.73%20110.24%2081.37%20121.07%2085.73a16%2016%200%200%200%2012%200c10.83-4.36%2067.6-29%20121.07-85.73a349.5%20349.5%200%200%200%2071.5-112.51c20.07-51.19%2028.28-108.13%2024.43-169.24m-131%2075.11l-110.8%20128a16%2016%200%200%201-11.41%205.53h-.66a16%2016%200%200%201-11.2-4.57l-49.2-48.2a16%2016%200%201%201%2022.4-22.86l37%2036.29l99.7-115.13a16%2016%200%200%201%2024.2%2020.94Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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