key minimalistic icon

key-minimalistic-line-duotone from Solar by 480 Design · Line Duotone · Security · CC-BY-4.0 Attribution required.

Name
key-minimalistic-line-duotone
Set
Solar
Style
Line Duotone
Category
Security
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More security icons from Solar

Use the key 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 stroke-linecap="round" d="M18.9771 14.7904C21.6743 12.0932 21.6743 7.72013 18.9771 5.02291C16.2799 2.3257 11.9068 2.3257 9.20961 5.02291C7.41866 6.81385 6.8169 9.34366 7.40432 11.6311C7.49906 12 7.41492 12.399 7.14558 12.6684L3.43349 16.3804C3.11558 16.6984 2.95941 17.1435 3.00906 17.5904L3.24113 19.679C3.26587 19.9017 3.36566 20.1093 3.52408 20.2677L3.73229 20.4759C3.89072 20.6343 4.09834 20.7341 4.32101 20.7589L6.4096 20.9909C6.85645 21.0406 7.30164 20.8844 7.61956 20.5665L8.85996 19.3261L11.3319 16.8541C11.6013 16.5848 12 16.5009 12.3689 16.5957C14.6563 17.1831 17.1861 16.5813 18.9771 14.7904Z"/><path stroke-linecap="round" d="M8.85988 19.3261L7.11084 17.5962" opacity=".5"/><path d="M12.5858 8.58579C13.3668 7.80474 14.6332 7.80474 15.4142 8.58579C16.1953 9.36683 16.1953 10.6332 15.4142 11.4142C14.6332 12.1953 13.3668 12.1953 12.5858 11.4142C11.8047 10.6332 11.8047 9.36683 12.5858 8.58579Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarKeyMinimalisticLineDuotone(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 strokeLinecap="round" d="M18.9771 14.7904C21.6743 12.0932 21.6743 7.72013 18.9771 5.02291C16.2799 2.3257 11.9068 2.3257 9.20961 5.02291C7.41866 6.81385 6.8169 9.34366 7.40432 11.6311C7.49906 12 7.41492 12.399 7.14558 12.6684L3.43349 16.3804C3.11558 16.6984 2.95941 17.1435 3.00906 17.5904L3.24113 19.679C3.26587 19.9017 3.36566 20.1093 3.52408 20.2677L3.73229 20.4759C3.89072 20.6343 4.09834 20.7341 4.32101 20.7589L6.4096 20.9909C6.85645 21.0406 7.30164 20.8844 7.61956 20.5665L8.85996 19.3261L11.3319 16.8541C11.6013 16.5848 12 16.5009 12.3689 16.5957C14.6563 17.1831 17.1861 16.5813 18.9771 14.7904Z"/><path strokeLinecap="round" d="M8.85988 19.3261L7.11084 17.5962" opacity=".5"/><path d="M12.5858 8.58579C13.3668 7.80474 14.6332 7.80474 15.4142 8.58579C16.1953 9.36683 16.1953 10.6332 15.4142 11.4142C14.6332 12.1953 13.3668 12.1953 12.5858 11.4142C11.8047 10.6332 11.8047 9.36683 12.5858 8.58579Z" opacity=".5"/></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 stroke-linecap="round" d="M18.9771 14.7904C21.6743 12.0932 21.6743 7.72013 18.9771 5.02291C16.2799 2.3257 11.9068 2.3257 9.20961 5.02291C7.41866 6.81385 6.8169 9.34366 7.40432 11.6311C7.49906 12 7.41492 12.399 7.14558 12.6684L3.43349 16.3804C3.11558 16.6984 2.95941 17.1435 3.00906 17.5904L3.24113 19.679C3.26587 19.9017 3.36566 20.1093 3.52408 20.2677L3.73229 20.4759C3.89072 20.6343 4.09834 20.7341 4.32101 20.7589L6.4096 20.9909C6.85645 21.0406 7.30164 20.8844 7.61956 20.5665L8.85996 19.3261L11.3319 16.8541C11.6013 16.5848 12 16.5009 12.3689 16.5957C14.6563 17.1831 17.1861 16.5813 18.9771 14.7904Z"/><path stroke-linecap="round" d="M8.85988 19.3261L7.11084 17.5962" opacity=".5"/><path d="M12.5858 8.58579C13.3668 7.80474 14.6332 7.80474 15.4142 8.58579C16.1953 9.36683 16.1953 10.6332 15.4142 11.4142C14.6332 12.1953 13.3668 12.1953 12.5858 11.4142C11.8047 10.6332 11.8047 9.36683 12.5858 8.58579Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-key-minimalistic-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.9771%2014.7904C21.6743%2012.0932%2021.6743%207.72013%2018.9771%205.02291C16.2799%202.3257%2011.9068%202.3257%209.20961%205.02291C7.41866%206.81385%206.8169%209.34366%207.40432%2011.6311C7.49906%2012%207.41492%2012.399%207.14558%2012.6684L3.43349%2016.3804C3.11558%2016.6984%202.95941%2017.1435%203.00906%2017.5904L3.24113%2019.679C3.26587%2019.9017%203.36566%2020.1093%203.52408%2020.2677L3.73229%2020.4759C3.89072%2020.6343%204.09834%2020.7341%204.32101%2020.7589L6.4096%2020.9909C6.85645%2021.0406%207.30164%2020.8844%207.61956%2020.5665L8.85996%2019.3261L11.3319%2016.8541C11.6013%2016.5848%2012%2016.5009%2012.3689%2016.5957C14.6563%2017.1831%2017.1861%2016.5813%2018.9771%2014.7904Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.85988%2019.3261L7.11084%2017.5962%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.5858%208.58579C13.3668%207.80474%2014.6332%207.80474%2015.4142%208.58579C16.1953%209.36683%2016.1953%2010.6332%2015.4142%2011.4142C14.6332%2012.1953%2013.3668%2012.1953%2012.5858%2011.4142C11.8047%2010.6332%2011.8047%209.36683%2012.5858%208.58579Z%22%20opacity%3D%22.5%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%20stroke-linecap%3D%22round%22%20d%3D%22M18.9771%2014.7904C21.6743%2012.0932%2021.6743%207.72013%2018.9771%205.02291C16.2799%202.3257%2011.9068%202.3257%209.20961%205.02291C7.41866%206.81385%206.8169%209.34366%207.40432%2011.6311C7.49906%2012%207.41492%2012.399%207.14558%2012.6684L3.43349%2016.3804C3.11558%2016.6984%202.95941%2017.1435%203.00906%2017.5904L3.24113%2019.679C3.26587%2019.9017%203.36566%2020.1093%203.52408%2020.2677L3.73229%2020.4759C3.89072%2020.6343%204.09834%2020.7341%204.32101%2020.7589L6.4096%2020.9909C6.85645%2021.0406%207.30164%2020.8844%207.61956%2020.5665L8.85996%2019.3261L11.3319%2016.8541C11.6013%2016.5848%2012%2016.5009%2012.3689%2016.5957C14.6563%2017.1831%2017.1861%2016.5813%2018.9771%2014.7904Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.85988%2019.3261L7.11084%2017.5962%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.5858%208.58579C13.3668%207.80474%2014.6332%207.80474%2015.4142%208.58579C16.1953%209.36683%2016.1953%2010.6332%2015.4142%2011.4142C14.6332%2012.1953%2013.3668%2012.1953%2012.5858%2011.4142C11.8047%2010.6332%2011.8047%209.36683%2012.5858%208.58579Z%22%20opacity%3D%22.5%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/key-minimalistic-line-duotone.svg?color=%231a73e8&size=48