shield lock icon
shield-lock-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- shield-lock-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
Use the shield lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.998 2l.118.007l.059.008l.061.013l.111.034a1 1 0 0 1 .217.112l.104.082l.255.218a11 11 0 0 0 7.189 2.537l.342-.01a1 1 0 0 1 1.005.717a13 13 0 0 1-9.208 16.25a1 1 0 0 1-.502 0A13 13 0 0 1 2.54 5.718a1 1 0 0 1 1.005-.717a11 11 0 0 0 7.531-2.527l.263-.225l.096-.075a1 1 0 0 1 .217-.112l.112-.034a1 1 0 0 1 .119-.021zM12 9a2 2 0 0 0-1.995 1.85L10 11l.005.15A2 2 0 0 0 11 12.731V14.5l.007.117A1 1 0 0 0 13 14.5l.001-1.768A2 2 0 0 0 12 9"/></svg>
React
import type { SVGProps } from "react";
export function TablerShieldLockFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.998 2l.118.007l.059.008l.061.013l.111.034a1 1 0 0 1 .217.112l.104.082l.255.218a11 11 0 0 0 7.189 2.537l.342-.01a1 1 0 0 1 1.005.717a13 13 0 0 1-9.208 16.25a1 1 0 0 1-.502 0A13 13 0 0 1 2.54 5.718a1 1 0 0 1 1.005-.717a11 11 0 0 0 7.531-2.527l.263-.225l.096-.075a1 1 0 0 1 .217-.112l.112-.034a1 1 0 0 1 .119-.021zM12 9a2 2 0 0 0-1.995 1.85L10 11l.005.15A2 2 0 0 0 11 12.731V14.5l.007.117A1 1 0 0 0 13 14.5l.001-1.768A2 2 0 0 0 12 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.998 2l.118.007l.059.008l.061.013l.111.034a1 1 0 0 1 .217.112l.104.082l.255.218a11 11 0 0 0 7.189 2.537l.342-.01a1 1 0 0 1 1.005.717a13 13 0 0 1-9.208 16.25a1 1 0 0 1-.502 0A13 13 0 0 1 2.54 5.718a1 1 0 0 1 1.005-.717a11 11 0 0 0 7.531-2.527l.263-.225l.096-.075a1 1 0 0 1 .217-.112l.112-.034a1 1 0 0 1 .119-.021zM12 9a2 2 0 0 0-1.995 1.85L10 11l.005.15A2 2 0 0 0 11 12.731V14.5l.007.117A1 1 0 0 0 13 14.5l.001-1.768A2 2 0 0 0 12 9"/></svg> </template>
CSS
.icon-shield-lock-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.998%202l.118.007l.059.008l.061.013l.111.034a1%201%200%200%201%20.217.112l.104.082l.255.218a11%2011%200%200%200%207.189%202.537l.342-.01a1%201%200%200%201%201.005.717a13%2013%200%200%201-9.208%2016.25a1%201%200%200%201-.502%200A13%2013%200%200%201%202.54%205.718a1%201%200%200%201%201.005-.717a11%2011%200%200%200%207.531-2.527l.263-.225l.096-.075a1%201%200%200%201%20.217-.112l.112-.034a1%201%200%200%201%20.119-.021zM12%209a2%202%200%200%200-1.995%201.85L10%2011l.005.15A2%202%200%200%200%2011%2012.731V14.5l.007.117A1%201%200%200%200%2013%2014.5l.001-1.768A2%202%200%200%200%2012%209%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.998%202l.118.007l.059.008l.061.013l.111.034a1%201%200%200%201%20.217.112l.104.082l.255.218a11%2011%200%200%200%207.189%202.537l.342-.01a1%201%200%200%201%201.005.717a13%2013%200%200%201-9.208%2016.25a1%201%200%200%201-.502%200A13%2013%200%200%201%202.54%205.718a1%201%200%200%201%201.005-.717a11%2011%200%200%200%207.531-2.527l.263-.225l.096-.075a1%201%200%200%201%20.217-.112l.112-.034a1%201%200%200%201%20.119-.021zM12%209a2%202%200%200%200-1.995%201.85L10%2011l.005.15A2%202%200%200%200%2011%2012.731V14.5l.007.117A1%201%200%200%200%2013%2014.5l.001-1.768A2%202%200%200%200%2012%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/shield-lock-filled.svg?color=%231a73e8&size=48