encrypt from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
encrypt
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the encrypt 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4 3.5v5m4-2v-1a2 2 0 1 1 4 0v1a2 2 0 1 1-4 0m8-3v5m4-5v5m-18 8a4 4 0 0 0 7.465 2h3.909c.236 0 .353 0 .466.026q.062.015.121.037c.109.04.207.106.403.237l.04.027c.405.27.608.405.83.438a1 1 0 0 0 .348-.01c.22-.045.414-.191.803-.483l.102-.076c.313-.235.47-.353.64-.404a1 1 0 0 1 .575 0c.17.051.327.169.64.404c.358.268.536.402.728.452a1 1 0 0 0 .636-.046c.182-.076.34-.234.656-.55l.638-.638c.667-.667 1-1 1-1.414s-.333-.748-1-1.414c-.289-.29-.433-.434-.617-.51s-.389-.076-.797-.076H9.465A4 4 0 0 0 2 16.5"/><path d="M6.125 16.5H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsEncrypt(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M4 3.5v5m4-2v-1a2 2 0 1 1 4 0v1a2 2 0 1 1-4 0m8-3v5m4-5v5m-18 8a4 4 0 0 0 7.465 2h3.909c.236 0 .353 0 .466.026q.062.015.121.037c.109.04.207.106.403.237l.04.027c.405.27.608.405.83.438a1 1 0 0 0 .348-.01c.22-.045.414-.191.803-.483l.102-.076c.313-.235.47-.353.64-.404a1 1 0 0 1 .575 0c.17.051.327.169.64.404c.358.268.536.402.728.452a1 1 0 0 0 .636-.046c.182-.076.34-.234.656-.55l.638-.638c.667-.667 1-1 1-1.414s-.333-.748-1-1.414c-.289-.29-.433-.434-.617-.51s-.389-.076-.797-.076H9.465A4 4 0 0 0 2 16.5"/><path d="M6.125 16.5H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4 3.5v5m4-2v-1a2 2 0 1 1 4 0v1a2 2 0 1 1-4 0m8-3v5m4-5v5m-18 8a4 4 0 0 0 7.465 2h3.909c.236 0 .353 0 .466.026q.062.015.121.037c.109.04.207.106.403.237l.04.027c.405.27.608.405.83.438a1 1 0 0 0 .348-.01c.22-.045.414-.191.803-.483l.102-.076c.313-.235.47-.353.64-.404a1 1 0 0 1 .575 0c.17.051.327.169.64.404c.358.268.536.402.728.452a1 1 0 0 0 .636-.046c.182-.076.34-.234.656-.55l.638-.638c.667-.667 1-1 1-1.414s-.333-.748-1-1.414c-.289-.29-.433-.434-.617-.51s-.389-.076-.797-.076H9.465A4 4 0 0 0 2 16.5"/><path d="M6.125 16.5H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
</template>

CSS

.icon-encrypt {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%203.5v5m4-2v-1a2%202%200%201%201%204%200v1a2%202%200%201%201-4%200m8-3v5m4-5v5m-18%208a4%204%200%200%200%207.465%202h3.909c.236%200%20.353%200%20.466.026q.062.015.121.037c.109.04.207.106.403.237l.04.027c.405.27.608.405.83.438a1%201%200%200%200%20.348-.01c.22-.045.414-.191.803-.483l.102-.076c.313-.235.47-.353.64-.404a1%201%200%200%201%20.575%200c.17.051.327.169.64.404c.358.268.536.402.728.452a1%201%200%200%200%20.636-.046c.182-.076.34-.234.656-.55l.638-.638c.667-.667%201-1%201-1.414s-.333-.748-1-1.414c-.289-.29-.433-.434-.617-.51s-.389-.076-.797-.076H9.465A4%204%200%200%200%202%2016.5%22%2F%3E%3Cpath%20d%3D%22M6.125%2016.5H6m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%203.5v5m4-2v-1a2%202%200%201%201%204%200v1a2%202%200%201%201-4%200m8-3v5m4-5v5m-18%208a4%204%200%200%200%207.465%202h3.909c.236%200%20.353%200%20.466.026q.062.015.121.037c.109.04.207.106.403.237l.04.027c.405.27.608.405.83.438a1%201%200%200%200%20.348-.01c.22-.045.414-.191.803-.483l.102-.076c.313-.235.47-.353.64-.404a1%201%200%200%201%20.575%200c.17.051.327.169.64.404c.358.268.536.402.728.452a1%201%200%200%200%20.636-.046c.182-.076.34-.234.656-.55l.638-.638c.667-.667%201-1%201-1.414s-.333-.748-1-1.414c-.289-.29-.433-.434-.617-.51s-.389-.076-.797-.076H9.465A4%204%200%200%200%202%2016.5%22%2F%3E%3Cpath%20d%3D%22M6.125%2016.5H6m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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