strongbox icon
strongbox-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- strongbox-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All strongbox icons →More newicons icons from Reicon
Use the strongbox icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.25 12.58v1.98a1.25 1.25 0 0 1-2.5 0v-1.98c-.36-.22-.64-.54-.84-.92H3c-.55 0-1 .45-1 1v3.53C2 19.4 4.6 22 7.81 22h8.37C19.4 22 22 19.4 22 16.19v-3.53c0-.55-.45-1-1-1h-6.91c-.2.38-.48.7-.84.92M16.19 2H7.81C4.6 2 2 4.6 2 7.81v1.35c0 .55.45 1 1 1h6.67a2.37 2.37 0 0 1 2.97-1.88c.8.21 1.45.86 1.66 1.66c.02.07.02.15.03.22H21c.55 0 1-.45 1-1V7.81C22 4.6 19.4 2 16.19 2"/></svg>
React
import type { SVGProps } from "react";
export function ReiconStrongboxFilled(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="M13.25 12.58v1.98a1.25 1.25 0 0 1-2.5 0v-1.98c-.36-.22-.64-.54-.84-.92H3c-.55 0-1 .45-1 1v3.53C2 19.4 4.6 22 7.81 22h8.37C19.4 22 22 19.4 22 16.19v-3.53c0-.55-.45-1-1-1h-6.91c-.2.38-.48.7-.84.92M16.19 2H7.81C4.6 2 2 4.6 2 7.81v1.35c0 .55.45 1 1 1h6.67a2.37 2.37 0 0 1 2.97-1.88c.8.21 1.45.86 1.66 1.66c.02.07.02.15.03.22H21c.55 0 1-.45 1-1V7.81C22 4.6 19.4 2 16.19 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.25 12.58v1.98a1.25 1.25 0 0 1-2.5 0v-1.98c-.36-.22-.64-.54-.84-.92H3c-.55 0-1 .45-1 1v3.53C2 19.4 4.6 22 7.81 22h8.37C19.4 22 22 19.4 22 16.19v-3.53c0-.55-.45-1-1-1h-6.91c-.2.38-.48.7-.84.92M16.19 2H7.81C4.6 2 2 4.6 2 7.81v1.35c0 .55.45 1 1 1h6.67a2.37 2.37 0 0 1 2.97-1.88c.8.21 1.45.86 1.66 1.66c.02.07.02.15.03.22H21c.55 0 1-.45 1-1V7.81C22 4.6 19.4 2 16.19 2"/></svg> </template>
CSS
.icon-strongbox-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%22M13.25%2012.58v1.98a1.25%201.25%200%200%201-2.5%200v-1.98c-.36-.22-.64-.54-.84-.92H3c-.55%200-1%20.45-1%201v3.53C2%2019.4%204.6%2022%207.81%2022h8.37C19.4%2022%2022%2019.4%2022%2016.19v-3.53c0-.55-.45-1-1-1h-6.91c-.2.38-.48.7-.84.92M16.19%202H7.81C4.6%202%202%204.6%202%207.81v1.35c0%20.55.45%201%201%201h6.67a2.37%202.37%200%200%201%202.97-1.88c.8.21%201.45.86%201.66%201.66c.02.07.02.15.03.22H21c.55%200%201-.45%201-1V7.81C22%204.6%2019.4%202%2016.19%202%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%22M13.25%2012.58v1.98a1.25%201.25%200%200%201-2.5%200v-1.98c-.36-.22-.64-.54-.84-.92H3c-.55%200-1%20.45-1%201v3.53C2%2019.4%204.6%2022%207.81%2022h8.37C19.4%2022%2022%2019.4%2022%2016.19v-3.53c0-.55-.45-1-1-1h-6.91c-.2.38-.48.7-.84.92M16.19%202H7.81C4.6%202%202%204.6%202%207.81v1.35c0%20.55.45%201%201%201h6.67a2.37%202.37%200%200%201%202.97-1.88c.8.21%201.45.86%201.66%201.66c.02.07.02.15.03.22H21c.55%200%201-.45%201-1V7.81C22%204.6%2019.4%202%2016.19%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/strongbox-filled.svg?color=%231a73e8&size=48