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

Name
shield-one-solid
Set
Myna UI Icons
Style
Solid
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="currentColor" d="M11.226 2.49a1.37 1.37 0 0 1 1.548 0l.61.417a11.3 11.3 0 0 0 5.235 1.92a1.264 1.264 0 0 1 1.131 1.26v4.93c0 1.604-.532 3.112-1.28 4.443c-1.617 2.88-4.344 5.104-5.485 5.96c-.588.44-1.382.44-1.97 0c-1.141-.856-3.868-3.08-5.486-5.96c-.747-1.33-1.279-2.839-1.279-4.442v-4.93c0-.64.478-1.195 1.131-1.262c1.872-.19 3.67-.85 5.234-1.919zM12 3.777l-.538.368a12.8 12.8 0 0 1-5.712 2.15v4.723c0 1.008.266 2.006.708 2.966l4.545-3.184c.6-.42 1.394-.42 1.994 0l4.545 3.184c.442-.96.708-1.958.708-2.966V6.295a12.8 12.8 0 0 1-5.712-2.15z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiShieldOneSolid(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="M11.226 2.49a1.37 1.37 0 0 1 1.548 0l.61.417a11.3 11.3 0 0 0 5.235 1.92a1.264 1.264 0 0 1 1.131 1.26v4.93c0 1.604-.532 3.112-1.28 4.443c-1.617 2.88-4.344 5.104-5.485 5.96c-.588.44-1.382.44-1.97 0c-1.141-.856-3.868-3.08-5.486-5.96c-.747-1.33-1.279-2.839-1.279-4.442v-4.93c0-.64.478-1.195 1.131-1.262c1.872-.19 3.67-.85 5.234-1.919zM12 3.777l-.538.368a12.8 12.8 0 0 1-5.712 2.15v4.723c0 1.008.266 2.006.708 2.966l4.545-3.184c.6-.42 1.394-.42 1.994 0l4.545 3.184c.442-.96.708-1.958.708-2.966V6.295a12.8 12.8 0 0 1-5.712-2.15z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.226 2.49a1.37 1.37 0 0 1 1.548 0l.61.417a11.3 11.3 0 0 0 5.235 1.92a1.264 1.264 0 0 1 1.131 1.26v4.93c0 1.604-.532 3.112-1.28 4.443c-1.617 2.88-4.344 5.104-5.485 5.96c-.588.44-1.382.44-1.97 0c-1.141-.856-3.868-3.08-5.486-5.96c-.747-1.33-1.279-2.839-1.279-4.442v-4.93c0-.64.478-1.195 1.131-1.262c1.872-.19 3.67-.85 5.234-1.919zM12 3.777l-.538.368a12.8 12.8 0 0 1-5.712 2.15v4.723c0 1.008.266 2.006.708 2.966l4.545-3.184c.6-.42 1.394-.42 1.994 0l4.545 3.184c.442-.96.708-1.958.708-2.966V6.295a12.8 12.8 0 0 1-5.712-2.15z"/></svg>
</template>

CSS

.icon-shield-one-solid {
  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%22M11.226%202.49a1.37%201.37%200%200%201%201.548%200l.61.417a11.3%2011.3%200%200%200%205.235%201.92a1.264%201.264%200%200%201%201.131%201.26v4.93c0%201.604-.532%203.112-1.28%204.443c-1.617%202.88-4.344%205.104-5.485%205.96c-.588.44-1.382.44-1.97%200c-1.141-.856-3.868-3.08-5.486-5.96c-.747-1.33-1.279-2.839-1.279-4.442v-4.93c0-.64.478-1.195%201.131-1.262c1.872-.19%203.67-.85%205.234-1.919zM12%203.777l-.538.368a12.8%2012.8%200%200%201-5.712%202.15v4.723c0%201.008.266%202.006.708%202.966l4.545-3.184c.6-.42%201.394-.42%201.994%200l4.545%203.184c.442-.96.708-1.958.708-2.966V6.295a12.8%2012.8%200%200%201-5.712-2.15z%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%22M11.226%202.49a1.37%201.37%200%200%201%201.548%200l.61.417a11.3%2011.3%200%200%200%205.235%201.92a1.264%201.264%200%200%201%201.131%201.26v4.93c0%201.604-.532%203.112-1.28%204.443c-1.617%202.88-4.344%205.104-5.485%205.96c-.588.44-1.382.44-1.97%200c-1.141-.856-3.868-3.08-5.486-5.96c-.747-1.33-1.279-2.839-1.279-4.442v-4.93c0-.64.478-1.195%201.131-1.262c1.872-.19%203.67-.85%205.234-1.919zM12%203.777l-.538.368a12.8%2012.8%200%200%201-5.712%202.15v4.723c0%201.008.266%202.006.708%202.966l4.545-3.184c.6-.42%201.394-.42%201.994%200l4.545%203.184c.442-.96.708-1.958.708-2.966V6.295a12.8%2012.8%200%200%201-5.712-2.15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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