shield check icon

shield-check-bold-duotone from Solar by 480 Design · Bold Duotone · Security · CC-BY-4.0 Attribution required.

Name
shield-check-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Security
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More security icons from Solar

Use the shield check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.37752 5.08241C3 5.62028 3 7.21907 3 10.4167V11.9914C3 17.6294 7.23896 20.3655 9.89856 21.5273C10.62 21.8424 10.9807 22 12 22C13.0193 22 13.38 21.8424 14.1014 21.5273C16.761 20.3655 21 17.6294 21 11.9914V10.4167C21 7.21907 21 5.62028 20.6225 5.08241C20.245 4.54454 18.7417 4.02996 15.7351 3.00079L15.1623 2.80472C13.595 2.26824 12.8114 2 12 2C11.1886 2 10.405 2.26824 8.83772 2.80472L8.26491 3.00079C5.25832 4.02996 3.75503 4.54454 3.37752 5.08241Z" opacity=".5"/><path d="M15.0595 10.4995C15.3353 10.1905 15.3085 9.71643 14.9995 9.44055C14.6905 9.16468 14.2164 9.19152 13.9406 9.5005L10.9286 12.8739L10.0595 11.9005C9.78359 11.5915 9.30947 11.5647 9.0005 11.8406C8.69152 12.1164 8.66468 12.5905 8.94055 12.8995L10.3691 14.4995C10.5114 14.6589 10.7149 14.75 10.9286 14.75C11.1422 14.75 11.3457 14.6589 11.488 14.4995L15.0595 10.4995Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarShieldCheckBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.37752 5.08241C3 5.62028 3 7.21907 3 10.4167V11.9914C3 17.6294 7.23896 20.3655 9.89856 21.5273C10.62 21.8424 10.9807 22 12 22C13.0193 22 13.38 21.8424 14.1014 21.5273C16.761 20.3655 21 17.6294 21 11.9914V10.4167C21 7.21907 21 5.62028 20.6225 5.08241C20.245 4.54454 18.7417 4.02996 15.7351 3.00079L15.1623 2.80472C13.595 2.26824 12.8114 2 12 2C11.1886 2 10.405 2.26824 8.83772 2.80472L8.26491 3.00079C5.25832 4.02996 3.75503 4.54454 3.37752 5.08241Z" opacity=".5"/><path d="M15.0595 10.4995C15.3353 10.1905 15.3085 9.71643 14.9995 9.44055C14.6905 9.16468 14.2164 9.19152 13.9406 9.5005L10.9286 12.8739L10.0595 11.9005C9.78359 11.5915 9.30947 11.5647 9.0005 11.8406C8.69152 12.1164 8.66468 12.5905 8.94055 12.8995L10.3691 14.4995C10.5114 14.6589 10.7149 14.75 10.9286 14.75C11.1422 14.75 11.3457 14.6589 11.488 14.4995L15.0595 10.4995Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.37752 5.08241C3 5.62028 3 7.21907 3 10.4167V11.9914C3 17.6294 7.23896 20.3655 9.89856 21.5273C10.62 21.8424 10.9807 22 12 22C13.0193 22 13.38 21.8424 14.1014 21.5273C16.761 20.3655 21 17.6294 21 11.9914V10.4167C21 7.21907 21 5.62028 20.6225 5.08241C20.245 4.54454 18.7417 4.02996 15.7351 3.00079L15.1623 2.80472C13.595 2.26824 12.8114 2 12 2C11.1886 2 10.405 2.26824 8.83772 2.80472L8.26491 3.00079C5.25832 4.02996 3.75503 4.54454 3.37752 5.08241Z" opacity=".5"/><path d="M15.0595 10.4995C15.3353 10.1905 15.3085 9.71643 14.9995 9.44055C14.6905 9.16468 14.2164 9.19152 13.9406 9.5005L10.9286 12.8739L10.0595 11.9005C9.78359 11.5915 9.30947 11.5647 9.0005 11.8406C8.69152 12.1164 8.66468 12.5905 8.94055 12.8995L10.3691 14.4995C10.5114 14.6589 10.7149 14.75 10.9286 14.75C11.1422 14.75 11.3457 14.6589 11.488 14.4995L15.0595 10.4995Z"/></g></svg>
</template>

CSS

.icon-shield-check-bold-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.37752%205.08241C3%205.62028%203%207.21907%203%2010.4167V11.9914C3%2017.6294%207.23896%2020.3655%209.89856%2021.5273C10.62%2021.8424%2010.9807%2022%2012%2022C13.0193%2022%2013.38%2021.8424%2014.1014%2021.5273C16.761%2020.3655%2021%2017.6294%2021%2011.9914V10.4167C21%207.21907%2021%205.62028%2020.6225%205.08241C20.245%204.54454%2018.7417%204.02996%2015.7351%203.00079L15.1623%202.80472C13.595%202.26824%2012.8114%202%2012%202C11.1886%202%2010.405%202.26824%208.83772%202.80472L8.26491%203.00079C5.25832%204.02996%203.75503%204.54454%203.37752%205.08241Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15.0595%2010.4995C15.3353%2010.1905%2015.3085%209.71643%2014.9995%209.44055C14.6905%209.16468%2014.2164%209.19152%2013.9406%209.5005L10.9286%2012.8739L10.0595%2011.9005C9.78359%2011.5915%209.30947%2011.5647%209.0005%2011.8406C8.69152%2012.1164%208.66468%2012.5905%208.94055%2012.8995L10.3691%2014.4995C10.5114%2014.6589%2010.7149%2014.75%2010.9286%2014.75C11.1422%2014.75%2011.3457%2014.6589%2011.488%2014.4995L15.0595%2010.4995Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.37752%205.08241C3%205.62028%203%207.21907%203%2010.4167V11.9914C3%2017.6294%207.23896%2020.3655%209.89856%2021.5273C10.62%2021.8424%2010.9807%2022%2012%2022C13.0193%2022%2013.38%2021.8424%2014.1014%2021.5273C16.761%2020.3655%2021%2017.6294%2021%2011.9914V10.4167C21%207.21907%2021%205.62028%2020.6225%205.08241C20.245%204.54454%2018.7417%204.02996%2015.7351%203.00079L15.1623%202.80472C13.595%202.26824%2012.8114%202%2012%202C11.1886%202%2010.405%202.26824%208.83772%202.80472L8.26491%203.00079C5.25832%204.02996%203.75503%204.54454%203.37752%205.08241Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15.0595%2010.4995C15.3353%2010.1905%2015.3085%209.71643%2014.9995%209.44055C14.6905%209.16468%2014.2164%209.19152%2013.9406%209.5005L10.9286%2012.8739L10.0595%2011.9005C9.78359%2011.5915%209.30947%2011.5647%209.0005%2011.8406C8.69152%2012.1164%208.66468%2012.5905%208.94055%2012.8995L10.3691%2014.4995C10.5114%2014.6589%2010.7149%2014.75%2010.9286%2014.75C11.1422%2014.75%2011.3457%2014.6589%2011.488%2014.4995L15.0595%2010.4995Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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