shield check icon

shield-check from Unicons by Iconscout · Line · Security · Apache-2.0 Free for personal and commercial use.

Name
shield-check
Set
Unicons
Style
Line
Category
Security
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More security icons from Unicons

Use the shield check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.63 3.65a1 1 0 0 0-.84-.2a8 8 0 0 1-6.22-1.27a1 1 0 0 0-1.14 0a8 8 0 0 1-6.22 1.27a1 1 0 0 0-.84.2a1 1 0 0 0-.37.78v7.45a9 9 0 0 0 3.77 7.33l3.65 2.6a1 1 0 0 0 1.16 0l3.65-2.6A9 9 0 0 0 20 11.88V4.43a1 1 0 0 0-.37-.78M18 11.88a7 7 0 0 1-2.93 5.7L12 19.77l-3.07-2.19A7 7 0 0 1 6 11.88v-6.3a10 10 0 0 0 6-1.39a10 10 0 0 0 6 1.39Zm-4.46-2.29l-2.69 2.7l-.89-.9a1 1 0 0 0-1.42 1.42l1.6 1.6a1 1 0 0 0 1.42 0L15 11a1 1 0 0 0-1.42-1.42Z"/></svg>

React

import type { SVGProps } from "react";

export function UilShieldCheck(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="M19.63 3.65a1 1 0 0 0-.84-.2a8 8 0 0 1-6.22-1.27a1 1 0 0 0-1.14 0a8 8 0 0 1-6.22 1.27a1 1 0 0 0-.84.2a1 1 0 0 0-.37.78v7.45a9 9 0 0 0 3.77 7.33l3.65 2.6a1 1 0 0 0 1.16 0l3.65-2.6A9 9 0 0 0 20 11.88V4.43a1 1 0 0 0-.37-.78M18 11.88a7 7 0 0 1-2.93 5.7L12 19.77l-3.07-2.19A7 7 0 0 1 6 11.88v-6.3a10 10 0 0 0 6-1.39a10 10 0 0 0 6 1.39Zm-4.46-2.29l-2.69 2.7l-.89-.9a1 1 0 0 0-1.42 1.42l1.6 1.6a1 1 0 0 0 1.42 0L15 11a1 1 0 0 0-1.42-1.42Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.63 3.65a1 1 0 0 0-.84-.2a8 8 0 0 1-6.22-1.27a1 1 0 0 0-1.14 0a8 8 0 0 1-6.22 1.27a1 1 0 0 0-.84.2a1 1 0 0 0-.37.78v7.45a9 9 0 0 0 3.77 7.33l3.65 2.6a1 1 0 0 0 1.16 0l3.65-2.6A9 9 0 0 0 20 11.88V4.43a1 1 0 0 0-.37-.78M18 11.88a7 7 0 0 1-2.93 5.7L12 19.77l-3.07-2.19A7 7 0 0 1 6 11.88v-6.3a10 10 0 0 0 6-1.39a10 10 0 0 0 6 1.39Zm-4.46-2.29l-2.69 2.7l-.89-.9a1 1 0 0 0-1.42 1.42l1.6 1.6a1 1 0 0 0 1.42 0L15 11a1 1 0 0 0-1.42-1.42Z"/></svg>
</template>

CSS

.icon-shield-check {
  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%22M19.63%203.65a1%201%200%200%200-.84-.2a8%208%200%200%201-6.22-1.27a1%201%200%200%200-1.14%200a8%208%200%200%201-6.22%201.27a1%201%200%200%200-.84.2a1%201%200%200%200-.37.78v7.45a9%209%200%200%200%203.77%207.33l3.65%202.6a1%201%200%200%200%201.16%200l3.65-2.6A9%209%200%200%200%2020%2011.88V4.43a1%201%200%200%200-.37-.78M18%2011.88a7%207%200%200%201-2.93%205.7L12%2019.77l-3.07-2.19A7%207%200%200%201%206%2011.88v-6.3a10%2010%200%200%200%206-1.39a10%2010%200%200%200%206%201.39Zm-4.46-2.29l-2.69%202.7l-.89-.9a1%201%200%200%200-1.42%201.42l1.6%201.6a1%201%200%200%200%201.42%200L15%2011a1%201%200%200%200-1.42-1.42Z%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%22M19.63%203.65a1%201%200%200%200-.84-.2a8%208%200%200%201-6.22-1.27a1%201%200%200%200-1.14%200a8%208%200%200%201-6.22%201.27a1%201%200%200%200-.84.2a1%201%200%200%200-.37.78v7.45a9%209%200%200%200%203.77%207.33l3.65%202.6a1%201%200%200%200%201.16%200l3.65-2.6A9%209%200%200%200%2020%2011.88V4.43a1%201%200%200%200-.37-.78M18%2011.88a7%207%200%200%201-2.93%205.7L12%2019.77l-3.07-2.19A7%207%200%200%201%206%2011.88v-6.3a10%2010%200%200%200%206-1.39a10%2010%200%200%200%206%201.39Zm-4.46-2.29l-2.69%202.7l-.89-.9a1%201%200%200%200-1.42%201.42l1.6%201.6a1%201%200%200%200%201.42%200L15%2011a1%201%200%200%200-1.42-1.42Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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