shield keyhole minimalistic icon

shield-keyhole-minimalistic-linear from Solar by 480 Design · Linear · Security · CC-BY-4.0 Attribution required.

Name
shield-keyhole-minimalistic-linear
Set
Solar
Style
Linear
Category
Security
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More security icons from Solar

Use the shield keyhole minimalistic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3 10.4167C3 7.21907 3 5.62028 3.37752 5.08241C3.75503 4.54454 5.25832 4.02996 8.26491 3.00079L8.83772 2.80472C10.405 2.26824 11.1886 2 12 2C12.8114 2 13.595 2.26824 15.1623 2.80472L15.7351 3.00079C18.7417 4.02996 20.245 4.54454 20.6225 5.08241C21 5.62028 21 7.21907 21 10.4167C21 10.8996 21 11.4234 21 11.9914C21 17.6294 16.761 20.3655 14.1014 21.5273C13.38 21.8424 13.0193 22 12 22C10.9807 22 10.62 21.8424 9.89856 21.5273C7.23896 20.3655 3 17.6294 3 11.9914C3 11.4234 3 10.8996 3 10.4167Z"/><path stroke-linecap="round" d="M12 13.5V16.5M13.4997 13.0976C12.0651 13.9259 10.2306 13.4344 9.40236 11.9997C8.57407 10.5651 9.06561 8.73065 10.5003 7.90236C11.085 7.56473 11.7363 7.4464 12.3587 7.52185C13.2632 7.63149 14.107 8.1504 14.5976 9.00025C15.0883 9.8501 15.1158 10.8403 14.7585 11.6785C14.5126 12.2552 14.0845 12.76 13.4997 13.0976Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarShieldKeyholeMinimalisticLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M3 10.4167C3 7.21907 3 5.62028 3.37752 5.08241C3.75503 4.54454 5.25832 4.02996 8.26491 3.00079L8.83772 2.80472C10.405 2.26824 11.1886 2 12 2C12.8114 2 13.595 2.26824 15.1623 2.80472L15.7351 3.00079C18.7417 4.02996 20.245 4.54454 20.6225 5.08241C21 5.62028 21 7.21907 21 10.4167C21 10.8996 21 11.4234 21 11.9914C21 17.6294 16.761 20.3655 14.1014 21.5273C13.38 21.8424 13.0193 22 12 22C10.9807 22 10.62 21.8424 9.89856 21.5273C7.23896 20.3655 3 17.6294 3 11.9914C3 11.4234 3 10.8996 3 10.4167Z"/><path strokeLinecap="round" d="M12 13.5V16.5M13.4997 13.0976C12.0651 13.9259 10.2306 13.4344 9.40236 11.9997C8.57407 10.5651 9.06561 8.73065 10.5003 7.90236C11.085 7.56473 11.7363 7.4464 12.3587 7.52185C13.2632 7.63149 14.107 8.1504 14.5976 9.00025C15.0883 9.8501 15.1158 10.8403 14.7585 11.6785C14.5126 12.2552 14.0845 12.76 13.4997 13.0976Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3 10.4167C3 7.21907 3 5.62028 3.37752 5.08241C3.75503 4.54454 5.25832 4.02996 8.26491 3.00079L8.83772 2.80472C10.405 2.26824 11.1886 2 12 2C12.8114 2 13.595 2.26824 15.1623 2.80472L15.7351 3.00079C18.7417 4.02996 20.245 4.54454 20.6225 5.08241C21 5.62028 21 7.21907 21 10.4167C21 10.8996 21 11.4234 21 11.9914C21 17.6294 16.761 20.3655 14.1014 21.5273C13.38 21.8424 13.0193 22 12 22C10.9807 22 10.62 21.8424 9.89856 21.5273C7.23896 20.3655 3 17.6294 3 11.9914C3 11.4234 3 10.8996 3 10.4167Z"/><path stroke-linecap="round" d="M12 13.5V16.5M13.4997 13.0976C12.0651 13.9259 10.2306 13.4344 9.40236 11.9997C8.57407 10.5651 9.06561 8.73065 10.5003 7.90236C11.085 7.56473 11.7363 7.4464 12.3587 7.52185C13.2632 7.63149 14.107 8.1504 14.5976 9.00025C15.0883 9.8501 15.1158 10.8403 14.7585 11.6785C14.5126 12.2552 14.0845 12.76 13.4997 13.0976Z"/></g></svg>
</template>

CSS

.icon-shield-keyhole-minimalistic-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2010.4167C3%207.21907%203%205.62028%203.37752%205.08241C3.75503%204.54454%205.25832%204.02996%208.26491%203.00079L8.83772%202.80472C10.405%202.26824%2011.1886%202%2012%202C12.8114%202%2013.595%202.26824%2015.1623%202.80472L15.7351%203.00079C18.7417%204.02996%2020.245%204.54454%2020.6225%205.08241C21%205.62028%2021%207.21907%2021%2010.4167C21%2010.8996%2021%2011.4234%2021%2011.9914C21%2017.6294%2016.761%2020.3655%2014.1014%2021.5273C13.38%2021.8424%2013.0193%2022%2012%2022C10.9807%2022%2010.62%2021.8424%209.89856%2021.5273C7.23896%2020.3655%203%2017.6294%203%2011.9914C3%2011.4234%203%2010.8996%203%2010.4167Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2013.5V16.5M13.4997%2013.0976C12.0651%2013.9259%2010.2306%2013.4344%209.40236%2011.9997C8.57407%2010.5651%209.06561%208.73065%2010.5003%207.90236C11.085%207.56473%2011.7363%207.4464%2012.3587%207.52185C13.2632%207.63149%2014.107%208.1504%2014.5976%209.00025C15.0883%209.8501%2015.1158%2010.8403%2014.7585%2011.6785C14.5126%2012.2552%2014.0845%2012.76%2013.4997%2013.0976Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2010.4167C3%207.21907%203%205.62028%203.37752%205.08241C3.75503%204.54454%205.25832%204.02996%208.26491%203.00079L8.83772%202.80472C10.405%202.26824%2011.1886%202%2012%202C12.8114%202%2013.595%202.26824%2015.1623%202.80472L15.7351%203.00079C18.7417%204.02996%2020.245%204.54454%2020.6225%205.08241C21%205.62028%2021%207.21907%2021%2010.4167C21%2010.8996%2021%2011.4234%2021%2011.9914C21%2017.6294%2016.761%2020.3655%2014.1014%2021.5273C13.38%2021.8424%2013.0193%2022%2012%2022C10.9807%2022%2010.62%2021.8424%209.89856%2021.5273C7.23896%2020.3655%203%2017.6294%203%2011.9914C3%2011.4234%203%2010.8996%203%2010.4167Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2013.5V16.5M13.4997%2013.0976C12.0651%2013.9259%2010.2306%2013.4344%209.40236%2011.9997C8.57407%2010.5651%209.06561%208.73065%2010.5003%207.90236C11.085%207.56473%2011.7363%207.4464%2012.3587%207.52185C13.2632%207.63149%2014.107%208.1504%2014.5976%209.00025C15.0883%209.8501%2015.1158%2010.8403%2014.7585%2011.6785C14.5126%2012.2552%2014.0845%2012.76%2013.4997%2013.0976Z%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-keyhole-minimalistic-linear.svg?color=%231a73e8&size=48