security icon
security from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- security
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the security 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="M18.709 3.495C16.817 2.554 14.5 2 12 2s-4.816.554-6.709 1.495c-.928.462-1.392.693-1.841 1.419S3 6.343 3 7.748v3.49c0 5.683 4.542 8.843 7.173 10.196c.734.377 1.1.566 1.827.566s1.093-.189 1.827-.566C16.457 20.08 21 16.92 21 11.237V7.748c0-1.405 0-2.108-.45-2.834s-.913-.957-1.841-1.419"/><path d="M12 9v1m-1-.5a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/><path d="M12.75 14h-1.5l.75-3.5z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSecurity(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="M18.709 3.495C16.817 2.554 14.5 2 12 2s-4.816.554-6.709 1.495c-.928.462-1.392.693-1.841 1.419S3 6.343 3 7.748v3.49c0 5.683 4.542 8.843 7.173 10.196c.734.377 1.1.566 1.827.566s1.093-.189 1.827-.566C16.457 20.08 21 16.92 21 11.237V7.748c0-1.405 0-2.108-.45-2.834s-.913-.957-1.841-1.419"/><path d="M12 9v1m-1-.5a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/><path d="M12.75 14h-1.5l.75-3.5z"/></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="M18.709 3.495C16.817 2.554 14.5 2 12 2s-4.816.554-6.709 1.495c-.928.462-1.392.693-1.841 1.419S3 6.343 3 7.748v3.49c0 5.683 4.542 8.843 7.173 10.196c.734.377 1.1.566 1.827.566s1.093-.189 1.827-.566C16.457 20.08 21 16.92 21 11.237V7.748c0-1.405 0-2.108-.45-2.834s-.913-.957-1.841-1.419"/><path d="M12 9v1m-1-.5a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/><path d="M12.75 14h-1.5l.75-3.5z"/></g></svg> </template>
CSS
.icon-security {
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%22M18.709%203.495C16.817%202.554%2014.5%202%2012%202s-4.816.554-6.709%201.495c-.928.462-1.392.693-1.841%201.419S3%206.343%203%207.748v3.49c0%205.683%204.542%208.843%207.173%2010.196c.734.377%201.1.566%201.827.566s1.093-.189%201.827-.566C16.457%2020.08%2021%2016.92%2021%2011.237V7.748c0-1.405%200-2.108-.45-2.834s-.913-.957-1.841-1.419%22%2F%3E%3Cpath%20d%3D%22M12%209v1m-1-.5a1%201%200%201%200%202%200a1%201%200%200%200-2%200%22%2F%3E%3Cpath%20d%3D%22M12.75%2014h-1.5l.75-3.5z%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%22M18.709%203.495C16.817%202.554%2014.5%202%2012%202s-4.816.554-6.709%201.495c-.928.462-1.392.693-1.841%201.419S3%206.343%203%207.748v3.49c0%205.683%204.542%208.843%207.173%2010.196c.734.377%201.1.566%201.827.566s1.093-.189%201.827-.566C16.457%2020.08%2021%2016.92%2021%2011.237V7.748c0-1.405%200-2.108-.45-2.834s-.913-.957-1.841-1.419%22%2F%3E%3Cpath%20d%3D%22M12%209v1m-1-.5a1%201%200%201%200%202%200a1%201%200%200%200-2%200%22%2F%3E%3Cpath%20d%3D%22M12.75%2014h-1.5l.75-3.5z%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/security.svg?color=%231a73e8&size=48