align key object icon
align-key-object from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- align-key-object
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
align-bottomalign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-end-horizontalalign-end-verticalalign-horizontal-centeralign-horizontal-distribute-centeralign-horizontal-distribute-endalign-horizontal-distribute-startalign-horizontal-justify-centeralign-horizontal-justify-endalign-horizontal-justify-startalign-horizontal-space-aroundalign-horizontal-space-betweenalign-leftalign-rightalign-selection
Use the align key object 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" stroke-linejoin="round" d="M20 5.99v5.987m-2-7.983H6m4 15.966H6m-2-1.995V5.99"/><path d="M22 3.994a2 2 0 0 1-2 1.996c-1.105 0-2-.894-2-1.996s.895-1.996 2-1.996s2 .894 2 1.996Zm-16 0A2 2 0 0 1 4 5.99c-1.105 0-2-.894-2-1.996s.895-1.996 2-1.996s2 .894 2 1.996ZM6 19.96a2 2 0 0 1-2 1.996a1.996 1.996 0 1 1 0-3.991c1.105 0 2 .893 2 1.995Z"/><path stroke-linecap="round" d="M15.538 19.412L18 16.796m0 0l1.486-1.588c.182-.145.576-.39 1.107.097c.481.44 1.112 1.125 1.395 1.445M18 16.796l1.504 1.637m-3.506 2.053a1.51 1.51 0 0 1-1.505 1.515a1.51 1.51 0 0 1-1.505-1.515a1.51 1.51 0 0 1 1.505-1.515a1.51 1.51 0 0 1 1.505 1.515Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAlignKeyObject(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" strokeLinejoin="round" d="M20 5.99v5.987m-2-7.983H6m4 15.966H6m-2-1.995V5.99"/><path d="M22 3.994a2 2 0 0 1-2 1.996c-1.105 0-2-.894-2-1.996s.895-1.996 2-1.996s2 .894 2 1.996Zm-16 0A2 2 0 0 1 4 5.99c-1.105 0-2-.894-2-1.996s.895-1.996 2-1.996s2 .894 2 1.996ZM6 19.96a2 2 0 0 1-2 1.996a1.996 1.996 0 1 1 0-3.991c1.105 0 2 .893 2 1.995Z"/><path strokeLinecap="round" d="M15.538 19.412L18 16.796m0 0l1.486-1.588c.182-.145.576-.39 1.107.097c.481.44 1.112 1.125 1.395 1.445M18 16.796l1.504 1.637m-3.506 2.053a1.51 1.51 0 0 1-1.505 1.515a1.51 1.51 0 0 1-1.505-1.515a1.51 1.51 0 0 1 1.505-1.515a1.51 1.51 0 0 1 1.505 1.515Z"/></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" stroke-linejoin="round" d="M20 5.99v5.987m-2-7.983H6m4 15.966H6m-2-1.995V5.99"/><path d="M22 3.994a2 2 0 0 1-2 1.996c-1.105 0-2-.894-2-1.996s.895-1.996 2-1.996s2 .894 2 1.996Zm-16 0A2 2 0 0 1 4 5.99c-1.105 0-2-.894-2-1.996s.895-1.996 2-1.996s2 .894 2 1.996ZM6 19.96a2 2 0 0 1-2 1.996a1.996 1.996 0 1 1 0-3.991c1.105 0 2 .893 2 1.995Z"/><path stroke-linecap="round" d="M15.538 19.412L18 16.796m0 0l1.486-1.588c.182-.145.576-.39 1.107.097c.481.44 1.112 1.125 1.395 1.445M18 16.796l1.504 1.637m-3.506 2.053a1.51 1.51 0 0 1-1.505 1.515a1.51 1.51 0 0 1-1.505-1.515a1.51 1.51 0 0 1 1.505-1.515a1.51 1.51 0 0 1 1.505 1.515Z"/></g></svg> </template>
CSS
.icon-align-key-object {
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%20stroke-linejoin%3D%22round%22%20d%3D%22M20%205.99v5.987m-2-7.983H6m4%2015.966H6m-2-1.995V5.99%22%2F%3E%3Cpath%20d%3D%22M22%203.994a2%202%200%200%201-2%201.996c-1.105%200-2-.894-2-1.996s.895-1.996%202-1.996s2%20.894%202%201.996Zm-16%200A2%202%200%200%201%204%205.99c-1.105%200-2-.894-2-1.996s.895-1.996%202-1.996s2%20.894%202%201.996ZM6%2019.96a2%202%200%200%201-2%201.996a1.996%201.996%200%201%201%200-3.991c1.105%200%202%20.893%202%201.995Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.538%2019.412L18%2016.796m0%200l1.486-1.588c.182-.145.576-.39%201.107.097c.481.44%201.112%201.125%201.395%201.445M18%2016.796l1.504%201.637m-3.506%202.053a1.51%201.51%200%200%201-1.505%201.515a1.51%201.51%200%200%201-1.505-1.515a1.51%201.51%200%200%201%201.505-1.515a1.51%201.51%200%200%201%201.505%201.515Z%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%20stroke-linejoin%3D%22round%22%20d%3D%22M20%205.99v5.987m-2-7.983H6m4%2015.966H6m-2-1.995V5.99%22%2F%3E%3Cpath%20d%3D%22M22%203.994a2%202%200%200%201-2%201.996c-1.105%200-2-.894-2-1.996s.895-1.996%202-1.996s2%20.894%202%201.996Zm-16%200A2%202%200%200%201%204%205.99c-1.105%200-2-.894-2-1.996s.895-1.996%202-1.996s2%20.894%202%201.996ZM6%2019.96a2%202%200%200%201-2%201.996a1.996%201.996%200%201%201%200-3.991c1.105%200%202%20.893%202%201.995Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.538%2019.412L18%2016.796m0%200l1.486-1.588c.182-.145.576-.39%201.107.097c.481.44%201.112%201.125%201.395%201.445M18%2016.796l1.504%201.637m-3.506%202.053a1.51%201.51%200%200%201-1.505%201.515a1.51%201.51%200%200%201-1.505-1.515a1.51%201.51%200%200%201%201.505-1.515a1.51%201.51%200%200%201%201.505%201.515Z%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/align-key-object.svg?color=%231a73e8&size=48