shield cog corner icon
shield-cog-corner from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- shield-cog-corner
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the shield cog corner 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-width="1.5"><path d="M20.956 12q.036-.4.036-.817V8.28c0-1.64 0-2.46-.404-2.995s-1.318-.794-3.145-1.314a25 25 0 0 1-3.229-1.173C13.016 2.266 12.417 2 11.993 2s-1.023.266-2.222.798c-.88.39-1.98.818-3.228 1.173c-1.828.52-2.742.78-3.146 1.314c-.404.535-.404 1.355-.404 2.995v2.903c0 5.625 5.063 9 7.594 10.336c.607.32.91.481 1.406.481"/><path stroke-linejoin="round" d="M17.992 20.5V22m0-1.5a2 2 0 0 0 1.728-.992m-1.728.992a2 2 0 0 1-1.728-.992m1.728-3.008V15m0 1.5a2 2 0 0 1 1.728.992m-3.456 2.016a2 2 0 0 1-.272-1.008a2 2 0 0 1 2-2m3 .25l-1.272.742m-4.728 2.758l1.272-.742m4.728.742l-1.272-.742m-4.728-2.758l1.272.742m3.456 2.016a2 2 0 0 0 .272-1.008a2 2 0 0 0-.272-1.008"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsShieldCogCorner(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" strokeWidth="1.5"><path d="M20.956 12q.036-.4.036-.817V8.28c0-1.64 0-2.46-.404-2.995s-1.318-.794-3.145-1.314a25 25 0 0 1-3.229-1.173C13.016 2.266 12.417 2 11.993 2s-1.023.266-2.222.798c-.88.39-1.98.818-3.228 1.173c-1.828.52-2.742.78-3.146 1.314c-.404.535-.404 1.355-.404 2.995v2.903c0 5.625 5.063 9 7.594 10.336c.607.32.91.481 1.406.481"/><path strokeLinejoin="round" d="M17.992 20.5V22m0-1.5a2 2 0 0 0 1.728-.992m-1.728.992a2 2 0 0 1-1.728-.992m1.728-3.008V15m0 1.5a2 2 0 0 1 1.728.992m-3.456 2.016a2 2 0 0 1-.272-1.008a2 2 0 0 1 2-2m3 .25l-1.272.742m-4.728 2.758l1.272-.742m4.728.742l-1.272-.742m-4.728-2.758l1.272.742m3.456 2.016a2 2 0 0 0 .272-1.008a2 2 0 0 0-.272-1.008"/></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-width="1.5"><path d="M20.956 12q.036-.4.036-.817V8.28c0-1.64 0-2.46-.404-2.995s-1.318-.794-3.145-1.314a25 25 0 0 1-3.229-1.173C13.016 2.266 12.417 2 11.993 2s-1.023.266-2.222.798c-.88.39-1.98.818-3.228 1.173c-1.828.52-2.742.78-3.146 1.314c-.404.535-.404 1.355-.404 2.995v2.903c0 5.625 5.063 9 7.594 10.336c.607.32.91.481 1.406.481"/><path stroke-linejoin="round" d="M17.992 20.5V22m0-1.5a2 2 0 0 0 1.728-.992m-1.728.992a2 2 0 0 1-1.728-.992m1.728-3.008V15m0 1.5a2 2 0 0 1 1.728.992m-3.456 2.016a2 2 0 0 1-.272-1.008a2 2 0 0 1 2-2m3 .25l-1.272.742m-4.728 2.758l1.272-.742m4.728.742l-1.272-.742m-4.728-2.758l1.272.742m3.456 2.016a2 2 0 0 0 .272-1.008a2 2 0 0 0-.272-1.008"/></g></svg> </template>
CSS
.icon-shield-cog-corner {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.956%2012q.036-.4.036-.817V8.28c0-1.64%200-2.46-.404-2.995s-1.318-.794-3.145-1.314a25%2025%200%200%201-3.229-1.173C13.016%202.266%2012.417%202%2011.993%202s-1.023.266-2.222.798c-.88.39-1.98.818-3.228%201.173c-1.828.52-2.742.78-3.146%201.314c-.404.535-.404%201.355-.404%202.995v2.903c0%205.625%205.063%209%207.594%2010.336c.607.32.91.481%201.406.481%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17.992%2020.5V22m0-1.5a2%202%200%200%200%201.728-.992m-1.728.992a2%202%200%200%201-1.728-.992m1.728-3.008V15m0%201.5a2%202%200%200%201%201.728.992m-3.456%202.016a2%202%200%200%201-.272-1.008a2%202%200%200%201%202-2m3%20.25l-1.272.742m-4.728%202.758l1.272-.742m4.728.742l-1.272-.742m-4.728-2.758l1.272.742m3.456%202.016a2%202%200%200%200%20.272-1.008a2%202%200%200%200-.272-1.008%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.956%2012q.036-.4.036-.817V8.28c0-1.64%200-2.46-.404-2.995s-1.318-.794-3.145-1.314a25%2025%200%200%201-3.229-1.173C13.016%202.266%2012.417%202%2011.993%202s-1.023.266-2.222.798c-.88.39-1.98.818-3.228%201.173c-1.828.52-2.742.78-3.146%201.314c-.404.535-.404%201.355-.404%202.995v2.903c0%205.625%205.063%209%207.594%2010.336c.607.32.91.481%201.406.481%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17.992%2020.5V22m0-1.5a2%202%200%200%200%201.728-.992m-1.728.992a2%202%200%200%201-1.728-.992m1.728-3.008V15m0%201.5a2%202%200%200%201%201.728.992m-3.456%202.016a2%202%200%200%201-.272-1.008a2%202%200%200%201%202-2m3%20.25l-1.272.742m-4.728%202.758l1.272-.742m4.728.742l-1.272-.742m-4.728-2.758l1.272.742m3.456%202.016a2%202%200%200%200%20.272-1.008a2%202%200%200%200-.272-1.008%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/shield-cog-corner.svg?color=%231a73e8&size=48