shield half icon

shield-half-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
shield-half-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Related icons in IonIcons

Use the shield half icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 32C174 69.06 121.38 86.46 32 96c0 77.59 5.27 133.36 25.29 184.51a348.9 348.9 0 0 0 71.43 112.41c49.6 52.66 104.17 80.4 127.28 87.08c23.11-6.68 77.68-34.42 127.28-87.08a348.9 348.9 0 0 0 71.43-112.41C474.73 229.36 480 173.59 480 96c-89.38-9.54-142-26.94-224-64m161.47 233.93a309.2 309.2 0 0 1-63.31 99.56C316 406 276.65 428.31 256 437.36V75.8c38.75 17 68.73 28.3 97.93 36.89a613 613 0 0 0 85.6 18.52c-1.72 60.22-8.36 99.69-22.06 134.72"/></svg>

React

import type { SVGProps } from "react";

export function IonShieldHalfSharp(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="M256 32C174 69.06 121.38 86.46 32 96c0 77.59 5.27 133.36 25.29 184.51a348.9 348.9 0 0 0 71.43 112.41c49.6 52.66 104.17 80.4 127.28 87.08c23.11-6.68 77.68-34.42 127.28-87.08a348.9 348.9 0 0 0 71.43-112.41C474.73 229.36 480 173.59 480 96c-89.38-9.54-142-26.94-224-64m161.47 233.93a309.2 309.2 0 0 1-63.31 99.56C316 406 276.65 428.31 256 437.36V75.8c38.75 17 68.73 28.3 97.93 36.89a613 613 0 0 0 85.6 18.52c-1.72 60.22-8.36 99.69-22.06 134.72"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 32C174 69.06 121.38 86.46 32 96c0 77.59 5.27 133.36 25.29 184.51a348.9 348.9 0 0 0 71.43 112.41c49.6 52.66 104.17 80.4 127.28 87.08c23.11-6.68 77.68-34.42 127.28-87.08a348.9 348.9 0 0 0 71.43-112.41C474.73 229.36 480 173.59 480 96c-89.38-9.54-142-26.94-224-64m161.47 233.93a309.2 309.2 0 0 1-63.31 99.56C316 406 276.65 428.31 256 437.36V75.8c38.75 17 68.73 28.3 97.93 36.89a613 613 0 0 0 85.6 18.52c-1.72 60.22-8.36 99.69-22.06 134.72"/></svg>
</template>

CSS

.icon-shield-half-sharp {
  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%22M256%2032C174%2069.06%20121.38%2086.46%2032%2096c0%2077.59%205.27%20133.36%2025.29%20184.51a348.9%20348.9%200%200%200%2071.43%20112.41c49.6%2052.66%20104.17%2080.4%20127.28%2087.08c23.11-6.68%2077.68-34.42%20127.28-87.08a348.9%20348.9%200%200%200%2071.43-112.41C474.73%20229.36%20480%20173.59%20480%2096c-89.38-9.54-142-26.94-224-64m161.47%20233.93a309.2%20309.2%200%200%201-63.31%2099.56C316%20406%20276.65%20428.31%20256%20437.36V75.8c38.75%2017%2068.73%2028.3%2097.93%2036.89a613%20613%200%200%200%2085.6%2018.52c-1.72%2060.22-8.36%2099.69-22.06%20134.72%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%22M256%2032C174%2069.06%20121.38%2086.46%2032%2096c0%2077.59%205.27%20133.36%2025.29%20184.51a348.9%20348.9%200%200%200%2071.43%20112.41c49.6%2052.66%20104.17%2080.4%20127.28%2087.08c23.11-6.68%2077.68-34.42%20127.28-87.08a348.9%20348.9%200%200%200%2071.43-112.41C474.73%20229.36%20480%20173.59%20480%2096c-89.38-9.54-142-26.94-224-64m161.47%20233.93a309.2%20309.2%200%200%201-63.31%2099.56C316%20406%20276.65%20428.31%20256%20437.36V75.8c38.75%2017%2068.73%2028.3%2097.93%2036.89a613%20613%200%200%200%2085.6%2018.52c-1.72%2060.22-8.36%2099.69-22.06%20134.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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