lock4 icon
lock4-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- lock4-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the lock4 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.001 17.35a1.63 1.63 0 1 0 0-3.26a1.63 1.63 0 0 0 0 3.26"/><path d="M18.28 9.53V8.28C18.28 5.58 17.63 2 12 2S5.72 5.58 5.72 8.28v1.25C2.92 9.88 2 11.3 2 14.79v1.86C2 20.75 3.25 22 7.35 22h9.3c4.1 0 5.35-1.25 5.35-5.35v-1.86c0-3.49-.92-4.91-3.72-5.26M12 18.74c-1.67 0-3.02-1.36-3.02-3.02c0-1.67 1.36-3.02 3.02-3.02a3.03 3.03 0 0 1 3.02 3.02c0 1.67-1.35 3.02-3.02 3.02m-4.65-9.3h-.23V8.28c0-2.93.83-4.88 4.88-4.88s4.88 1.95 4.88 4.88v1.17H7.35z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconLock4Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.001 17.35a1.63 1.63 0 1 0 0-3.26a1.63 1.63 0 0 0 0 3.26"/><path d="M18.28 9.53V8.28C18.28 5.58 17.63 2 12 2S5.72 5.58 5.72 8.28v1.25C2.92 9.88 2 11.3 2 14.79v1.86C2 20.75 3.25 22 7.35 22h9.3c4.1 0 5.35-1.25 5.35-5.35v-1.86c0-3.49-.92-4.91-3.72-5.26M12 18.74c-1.67 0-3.02-1.36-3.02-3.02c0-1.67 1.36-3.02 3.02-3.02a3.03 3.03 0 0 1 3.02 3.02c0 1.67-1.35 3.02-3.02 3.02m-4.65-9.3h-.23V8.28c0-2.93.83-4.88 4.88-4.88s4.88 1.95 4.88 4.88v1.17H7.35z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.001 17.35a1.63 1.63 0 1 0 0-3.26a1.63 1.63 0 0 0 0 3.26"/><path d="M18.28 9.53V8.28C18.28 5.58 17.63 2 12 2S5.72 5.58 5.72 8.28v1.25C2.92 9.88 2 11.3 2 14.79v1.86C2 20.75 3.25 22 7.35 22h9.3c4.1 0 5.35-1.25 5.35-5.35v-1.86c0-3.49-.92-4.91-3.72-5.26M12 18.74c-1.67 0-3.02-1.36-3.02-3.02c0-1.67 1.36-3.02 3.02-3.02a3.03 3.03 0 0 1 3.02 3.02c0 1.67-1.35 3.02-3.02 3.02m-4.65-9.3h-.23V8.28c0-2.93.83-4.88 4.88-4.88s4.88 1.95 4.88 4.88v1.17H7.35z"/></g></svg> </template>
CSS
.icon-lock4-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.001%2017.35a1.63%201.63%200%201%200%200-3.26a1.63%201.63%200%200%200%200%203.26%22%2F%3E%3Cpath%20d%3D%22M18.28%209.53V8.28C18.28%205.58%2017.63%202%2012%202S5.72%205.58%205.72%208.28v1.25C2.92%209.88%202%2011.3%202%2014.79v1.86C2%2020.75%203.25%2022%207.35%2022h9.3c4.1%200%205.35-1.25%205.35-5.35v-1.86c0-3.49-.92-4.91-3.72-5.26M12%2018.74c-1.67%200-3.02-1.36-3.02-3.02c0-1.67%201.36-3.02%203.02-3.02a3.03%203.03%200%200%201%203.02%203.02c0%201.67-1.35%203.02-3.02%203.02m-4.65-9.3h-.23V8.28c0-2.93.83-4.88%204.88-4.88s4.88%201.95%204.88%204.88v1.17H7.35z%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%22currentColor%22%3E%3Cpath%20d%3D%22M12.001%2017.35a1.63%201.63%200%201%200%200-3.26a1.63%201.63%200%200%200%200%203.26%22%2F%3E%3Cpath%20d%3D%22M18.28%209.53V8.28C18.28%205.58%2017.63%202%2012%202S5.72%205.58%205.72%208.28v1.25C2.92%209.88%202%2011.3%202%2014.79v1.86C2%2020.75%203.25%2022%207.35%2022h9.3c4.1%200%205.35-1.25%205.35-5.35v-1.86c0-3.49-.92-4.91-3.72-5.26M12%2018.74c-1.67%200-3.02-1.36-3.02-3.02c0-1.67%201.36-3.02%203.02-3.02a3.03%203.03%200%200%201%203.02%203.02c0%201.67-1.35%203.02-3.02%203.02m-4.65-9.3h-.23V8.28c0-2.93.83-4.88%204.88-4.88s4.88%201.95%204.88%204.88v1.17H7.35z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/lock4-filled.svg?color=%231a73e8&size=48