mobile security icon
mobile-security from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- mobile-security
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the mobile 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-width="1.5"><path d="M11 2C7.7 2 6.05 2 5.023 3.025S4 5.7 4 9v6c0 3.3 0 4.95 1.025 5.975S7.7 22 11 22s4.95 0 5.975-1.025S18 18.3 18 15v-1"/><path stroke-linejoin="round" d="M10 19h2"/><path d="M14.837 5.38c-1.08 0-1.62.78-1.74 1.26s-.12 2.22-.048 2.94c.24.9.84 1.272 1.428 1.392c.54.048 2.82.03 3.48.03c.96.018 1.68-.342 1.98-1.422c.06-.36.12-2.34-.03-2.94c-.319-.96-1.11-1.26-1.71-1.26zm-.087-.421c0-.06.008-.406.009-.84c.001-.398-.034-.78.156-1.13c.71-1.414 2.75-1.27 3.254.17c.088.237.093.612.09.96c-.003.443.006.84.006.84"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMobileSecurity(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="M11 2C7.7 2 6.05 2 5.023 3.025S4 5.7 4 9v6c0 3.3 0 4.95 1.025 5.975S7.7 22 11 22s4.95 0 5.975-1.025S18 18.3 18 15v-1"/><path strokeLinejoin="round" d="M10 19h2"/><path d="M14.837 5.38c-1.08 0-1.62.78-1.74 1.26s-.12 2.22-.048 2.94c.24.9.84 1.272 1.428 1.392c.54.048 2.82.03 3.48.03c.96.018 1.68-.342 1.98-1.422c.06-.36.12-2.34-.03-2.94c-.319-.96-1.11-1.26-1.71-1.26zm-.087-.421c0-.06.008-.406.009-.84c.001-.398-.034-.78.156-1.13c.71-1.414 2.75-1.27 3.254.17c.088.237.093.612.09.96c-.003.443.006.84.006.84"/></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="M11 2C7.7 2 6.05 2 5.023 3.025S4 5.7 4 9v6c0 3.3 0 4.95 1.025 5.975S7.7 22 11 22s4.95 0 5.975-1.025S18 18.3 18 15v-1"/><path stroke-linejoin="round" d="M10 19h2"/><path d="M14.837 5.38c-1.08 0-1.62.78-1.74 1.26s-.12 2.22-.048 2.94c.24.9.84 1.272 1.428 1.392c.54.048 2.82.03 3.48.03c.96.018 1.68-.342 1.98-1.422c.06-.36.12-2.34-.03-2.94c-.319-.96-1.11-1.26-1.71-1.26zm-.087-.421c0-.06.008-.406.009-.84c.001-.398-.034-.78.156-1.13c.71-1.414 2.75-1.27 3.254.17c.088.237.093.612.09.96c-.003.443.006.84.006.84"/></g></svg> </template>
CSS
.icon-mobile-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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11%202C7.7%202%206.05%202%205.023%203.025S4%205.7%204%209v6c0%203.3%200%204.95%201.025%205.975S7.7%2022%2011%2022s4.95%200%205.975-1.025S18%2018.3%2018%2015v-1%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2019h2%22%2F%3E%3Cpath%20d%3D%22M14.837%205.38c-1.08%200-1.62.78-1.74%201.26s-.12%202.22-.048%202.94c.24.9.84%201.272%201.428%201.392c.54.048%202.82.03%203.48.03c.96.018%201.68-.342%201.98-1.422c.06-.36.12-2.34-.03-2.94c-.319-.96-1.11-1.26-1.71-1.26zm-.087-.421c0-.06.008-.406.009-.84c.001-.398-.034-.78.156-1.13c.71-1.414%202.75-1.27%203.254.17c.088.237.093.612.09.96c-.003.443.006.84.006.84%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%22M11%202C7.7%202%206.05%202%205.023%203.025S4%205.7%204%209v6c0%203.3%200%204.95%201.025%205.975S7.7%2022%2011%2022s4.95%200%205.975-1.025S18%2018.3%2018%2015v-1%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2019h2%22%2F%3E%3Cpath%20d%3D%22M14.837%205.38c-1.08%200-1.62.78-1.74%201.26s-.12%202.22-.048%202.94c.24.9.84%201.272%201.428%201.392c.54.048%202.82.03%203.48.03c.96.018%201.68-.342%201.98-1.422c.06-.36.12-2.34-.03-2.94c-.319-.96-1.11-1.26-1.71-1.26zm-.087-.421c0-.06.008-.406.009-.84c.001-.398-.034-.78.156-1.13c.71-1.414%202.75-1.27%203.254.17c.088.237.093.612.09.96c-.003.443.006.84.006.84%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/mobile-security.svg?color=%231a73e8&size=48