unlock3 icon
unlock3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- unlock3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the unlock3 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="M16.65 9.44H7.12V8.28c0-2.93.83-4.88 4.88-4.88c4.33 0 4.88 2.11 4.88 3.95c0 .39.31.7.7.7s.7-.31.7-.7C18.28 3.8 16.17 2 12 2C6.37 2 5.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-4.1-1.25-5.35-5.35-5.35M12 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.02"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUnlock3Filled(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="M16.65 9.44H7.12V8.28c0-2.93.83-4.88 4.88-4.88c4.33 0 4.88 2.11 4.88 3.95c0 .39.31.7.7.7s.7-.31.7-.7C18.28 3.8 16.17 2 12 2C6.37 2 5.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-4.1-1.25-5.35-5.35-5.35M12 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.02"/></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="M16.65 9.44H7.12V8.28c0-2.93.83-4.88 4.88-4.88c4.33 0 4.88 2.11 4.88 3.95c0 .39.31.7.7.7s.7-.31.7-.7C18.28 3.8 16.17 2 12 2C6.37 2 5.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-4.1-1.25-5.35-5.35-5.35M12 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.02"/></g></svg> </template>
CSS
.icon-unlock3-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%22M16.65%209.44H7.12V8.28c0-2.93.83-4.88%204.88-4.88c4.33%200%204.88%202.11%204.88%203.95c0%20.39.31.7.7.7s.7-.31.7-.7C18.28%203.8%2016.17%202%2012%202C6.37%202%205.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-4.1-1.25-5.35-5.35-5.35M12%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.02%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%22M16.65%209.44H7.12V8.28c0-2.93.83-4.88%204.88-4.88c4.33%200%204.88%202.11%204.88%203.95c0%20.39.31.7.7.7s.7-.31.7-.7C18.28%203.8%2016.17%202%2012%202C6.37%202%205.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-4.1-1.25-5.35-5.35-5.35M12%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.02%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/unlock3-filled.svg?color=%231a73e8&size=48