key minimalistic icon

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

Name
key-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 key minimalistic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M8.85996 19.3261L7.61956 20.5665C7.30164 20.8844 6.85645 21.0406 6.4096 20.9909L4.32101 20.7589C4.09834 20.7341 3.89072 20.6343 3.73229 20.4759L3.52408 20.2677C3.36566 20.1093 3.26587 19.9017 3.24113 19.679L3.00906 17.5904C2.95941 17.1435 3.11558 16.6984 3.43349 16.3804L7.14558 12.6684C7.41492 12.399 7.49906 12 7.40432 11.6311C6.8169 9.34366 7.41866 6.81385 9.20961 5.02291C11.9068 2.3257 16.2799 2.3257 18.9771 5.02291C21.6743 7.72013 21.6743 12.0932 18.9771 14.7904C17.1861 16.5813 14.6563 17.1831 12.3689 16.5957C12 16.5009 11.6013 16.5848 11.3319 16.8541L8.85996 19.3261ZM8.85996 19.3261L7.11091 17.5962M12.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"/></svg>

React

import type { SVGProps } from "react";

export function SolarKeyMinimalisticLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M8.85996 19.3261L7.61956 20.5665C7.30164 20.8844 6.85645 21.0406 6.4096 20.9909L4.32101 20.7589C4.09834 20.7341 3.89072 20.6343 3.73229 20.4759L3.52408 20.2677C3.36566 20.1093 3.26587 19.9017 3.24113 19.679L3.00906 17.5904C2.95941 17.1435 3.11558 16.6984 3.43349 16.3804L7.14558 12.6684C7.41492 12.399 7.49906 12 7.40432 11.6311C6.8169 9.34366 7.41866 6.81385 9.20961 5.02291C11.9068 2.3257 16.2799 2.3257 18.9771 5.02291C21.6743 7.72013 21.6743 12.0932 18.9771 14.7904C17.1861 16.5813 14.6563 17.1831 12.3689 16.5957C12 16.5009 11.6013 16.5848 11.3319 16.8541L8.85996 19.3261ZM8.85996 19.3261L7.11091 17.5962M12.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"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M8.85996 19.3261L7.61956 20.5665C7.30164 20.8844 6.85645 21.0406 6.4096 20.9909L4.32101 20.7589C4.09834 20.7341 3.89072 20.6343 3.73229 20.4759L3.52408 20.2677C3.36566 20.1093 3.26587 19.9017 3.24113 19.679L3.00906 17.5904C2.95941 17.1435 3.11558 16.6984 3.43349 16.3804L7.14558 12.6684C7.41492 12.399 7.49906 12 7.40432 11.6311C6.8169 9.34366 7.41866 6.81385 9.20961 5.02291C11.9068 2.3257 16.2799 2.3257 18.9771 5.02291C21.6743 7.72013 21.6743 12.0932 18.9771 14.7904C17.1861 16.5813 14.6563 17.1831 12.3689 16.5957C12 16.5009 11.6013 16.5848 11.3319 16.8541L8.85996 19.3261ZM8.85996 19.3261L7.11091 17.5962M12.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"/></svg>
</template>

CSS

.icon-key-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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.85996%2019.3261L7.61956%2020.5665C7.30164%2020.8844%206.85645%2021.0406%206.4096%2020.9909L4.32101%2020.7589C4.09834%2020.7341%203.89072%2020.6343%203.73229%2020.4759L3.52408%2020.2677C3.36566%2020.1093%203.26587%2019.9017%203.24113%2019.679L3.00906%2017.5904C2.95941%2017.1435%203.11558%2016.6984%203.43349%2016.3804L7.14558%2012.6684C7.41492%2012.399%207.49906%2012%207.40432%2011.6311C6.8169%209.34366%207.41866%206.81385%209.20961%205.02291C11.9068%202.3257%2016.2799%202.3257%2018.9771%205.02291C21.6743%207.72013%2021.6743%2012.0932%2018.9771%2014.7904C17.1861%2016.5813%2014.6563%2017.1831%2012.3689%2016.5957C12%2016.5009%2011.6013%2016.5848%2011.3319%2016.8541L8.85996%2019.3261ZM8.85996%2019.3261L7.11091%2017.5962M12.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%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.85996%2019.3261L7.61956%2020.5665C7.30164%2020.8844%206.85645%2021.0406%206.4096%2020.9909L4.32101%2020.7589C4.09834%2020.7341%203.89072%2020.6343%203.73229%2020.4759L3.52408%2020.2677C3.36566%2020.1093%203.26587%2019.9017%203.24113%2019.679L3.00906%2017.5904C2.95941%2017.1435%203.11558%2016.6984%203.43349%2016.3804L7.14558%2012.6684C7.41492%2012.399%207.49906%2012%207.40432%2011.6311C6.8169%209.34366%207.41866%206.81385%209.20961%205.02291C11.9068%202.3257%2016.2799%202.3257%2018.9771%205.02291C21.6743%207.72013%2021.6743%2012.0932%2018.9771%2014.7904C17.1861%2016.5813%2014.6563%2017.1831%2012.3689%2016.5957C12%2016.5009%2011.6013%2016.5848%2011.3319%2016.8541L8.85996%2019.3261ZM8.85996%2019.3261L7.11091%2017.5962M12.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%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/key-minimalistic-linear.svg?color=%231a73e8&size=48