shield-one from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
shield-one
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

Related icons in Myna UI Icons

Use the shield one icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.817 15.092c-1.538 2.74-4.16 4.887-5.282 5.727a.88.88 0 0 1-1.07 0c-1.122-.84-3.744-2.988-5.282-5.727C5.478 13.836 5 12.455 5 11.018v-4.93c0-.267.198-.489.457-.515a12.05 12.05 0 0 0 5.582-2.047l.61-.417a.62.62 0 0 1 .702 0l.61.417a12.05 12.05 0 0 0 5.582 2.047c.26.026.457.248.457.514v4.93c0 1.438-.478 2.819-1.183 4.075m-11.634 0l5.25-3.677a.985.985 0 0 1 1.134 0l5.25 3.677"/></svg>

React

import type { SVGProps } from "react";

export function MynauiShieldOne(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M17.817 15.092c-1.538 2.74-4.16 4.887-5.282 5.727a.88.88 0 0 1-1.07 0c-1.122-.84-3.744-2.988-5.282-5.727C5.478 13.836 5 12.455 5 11.018v-4.93c0-.267.198-.489.457-.515a12.05 12.05 0 0 0 5.582-2.047l.61-.417a.62.62 0 0 1 .702 0l.61.417a12.05 12.05 0 0 0 5.582 2.047c.26.026.457.248.457.514v4.93c0 1.438-.478 2.819-1.183 4.075m-11.634 0l5.25-3.677a.985.985 0 0 1 1.134 0l5.25 3.677"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.817 15.092c-1.538 2.74-4.16 4.887-5.282 5.727a.88.88 0 0 1-1.07 0c-1.122-.84-3.744-2.988-5.282-5.727C5.478 13.836 5 12.455 5 11.018v-4.93c0-.267.198-.489.457-.515a12.05 12.05 0 0 0 5.582-2.047l.61-.417a.62.62 0 0 1 .702 0l.61.417a12.05 12.05 0 0 0 5.582 2.047c.26.026.457.248.457.514v4.93c0 1.438-.478 2.819-1.183 4.075m-11.634 0l5.25-3.677a.985.985 0 0 1 1.134 0l5.25 3.677"/></svg>
</template>

CSS

.icon-shield-one {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.817%2015.092c-1.538%202.74-4.16%204.887-5.282%205.727a.88.88%200%200%201-1.07%200c-1.122-.84-3.744-2.988-5.282-5.727C5.478%2013.836%205%2012.455%205%2011.018v-4.93c0-.267.198-.489.457-.515a12.05%2012.05%200%200%200%205.582-2.047l.61-.417a.62.62%200%200%201%20.702%200l.61.417a12.05%2012.05%200%200%200%205.582%202.047c.26.026.457.248.457.514v4.93c0%201.438-.478%202.819-1.183%204.075m-11.634%200l5.25-3.677a.985.985%200%200%201%201.134%200l5.25%203.677%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.817%2015.092c-1.538%202.74-4.16%204.887-5.282%205.727a.88.88%200%200%201-1.07%200c-1.122-.84-3.744-2.988-5.282-5.727C5.478%2013.836%205%2012.455%205%2011.018v-4.93c0-.267.198-.489.457-.515a12.05%2012.05%200%200%200%205.582-2.047l.61-.417a.62.62%200%200%201%20.702%200l.61.417a12.05%2012.05%200%200%200%205.582%202.047c.26.026.457.248.457.514v4.93c0%201.438-.478%202.819-1.183%204.075m-11.634%200l5.25-3.677a.985.985%200%200%201%201.134%200l5.25%203.677%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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