authorized icon
authorized from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- authorized
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the authorized 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="M2 17a4 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-.747-1-1.414c-.289-.29-.433-.434-.617-.51S19.994 15 19.586 15H9.465A4 4 0 0 0 2 17m18-6V9c0-2.828 0-4.243-.879-5.121C18.243 3 16.828 3 14 3H8c-2.828 0-4.243 0-5.121.879C2 4.757 2 6.172 2 9v2"/><path d="M6.125 17H6m.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 HugeiconsAuthorized(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="M2 17a4 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-.747-1-1.414c-.289-.29-.433-.434-.617-.51S19.994 15 19.586 15H9.465A4 4 0 0 0 2 17m18-6V9c0-2.828 0-4.243-.879-5.121C18.243 3 16.828 3 14 3H8c-2.828 0-4.243 0-5.121.879C2 4.757 2 6.172 2 9v2"/><path d="M6.125 17H6m.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="M2 17a4 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-.747-1-1.414c-.289-.29-.433-.434-.617-.51S19.994 15 19.586 15H9.465A4 4 0 0 0 2 17m18-6V9c0-2.828 0-4.243-.879-5.121C18.243 3 16.828 3 14 3H8c-2.828 0-4.243 0-5.121.879C2 4.757 2 6.172 2 9v2"/><path d="M6.125 17H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg> </template>
CSS
.icon-authorized {
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%22M2%2017a4%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-.747-1-1.414c-.289-.29-.433-.434-.617-.51S19.994%2015%2019.586%2015H9.465A4%204%200%200%200%202%2017m18-6V9c0-2.828%200-4.243-.879-5.121C18.243%203%2016.828%203%2014%203H8c-2.828%200-4.243%200-5.121.879C2%204.757%202%206.172%202%209v2%22%2F%3E%3Cpath%20d%3D%22M6.125%2017H6m.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%22M2%2017a4%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-.747-1-1.414c-.289-.29-.433-.434-.617-.51S19.994%2015%2019.586%2015H9.465A4%204%200%200%200%202%2017m18-6V9c0-2.828%200-4.243-.879-5.121C18.243%203%2016.828%203%2014%203H8c-2.828%200-4.243%200-5.121.879C2%204.757%202%206.172%202%209v2%22%2F%3E%3Cpath%20d%3D%22M6.125%2017H6m.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/authorized.svg?color=%231a73e8&size=48