safe icon
safe-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- safe-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
Use the safe icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.778 9.414A2 2 0 1 1 6.95 6.586a2 2 0 0 1 2.828 2.828"/><path d="M2.5 0A1.5 1.5 0 0 0 1 1.5V3H.5a.5.5 0 0 0 0 1H1v3.5H.5a.5.5 0 0 0 0 1H1V12H.5a.5.5 0 0 0 0 1H1v1.5A1.5 1.5 0 0 0 2.5 16h12a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 14.5 0zm3.036 4.464l1.09 1.09a3 3 0 0 1 3.476 0l1.09-1.09a.5.5 0 1 1 .707.708l-1.09 1.09c.74 1.037.74 2.44 0 3.476l1.09 1.09a.5.5 0 1 1-.707.708l-1.09-1.09a3 3 0 0 1-3.476 0l-1.09 1.09a.5.5 0 1 1-.708-.708l1.09-1.09a3 3 0 0 1 0-3.476l-1.09-1.09a.5.5 0 1 1 .708-.708M14 6.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0"/></g></svg>
React
import type { SVGProps } from "react";
export function BiSafeFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.778 9.414A2 2 0 1 1 6.95 6.586a2 2 0 0 1 2.828 2.828"/><path d="M2.5 0A1.5 1.5 0 0 0 1 1.5V3H.5a.5.5 0 0 0 0 1H1v3.5H.5a.5.5 0 0 0 0 1H1V12H.5a.5.5 0 0 0 0 1H1v1.5A1.5 1.5 0 0 0 2.5 16h12a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 14.5 0zm3.036 4.464l1.09 1.09a3 3 0 0 1 3.476 0l1.09-1.09a.5.5 0 1 1 .707.708l-1.09 1.09c.74 1.037.74 2.44 0 3.476l1.09 1.09a.5.5 0 1 1-.707.708l-1.09-1.09a3 3 0 0 1-3.476 0l-1.09 1.09a.5.5 0 1 1-.708-.708l1.09-1.09a3 3 0 0 1 0-3.476l-1.09-1.09a.5.5 0 1 1 .708-.708M14 6.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.778 9.414A2 2 0 1 1 6.95 6.586a2 2 0 0 1 2.828 2.828"/><path d="M2.5 0A1.5 1.5 0 0 0 1 1.5V3H.5a.5.5 0 0 0 0 1H1v3.5H.5a.5.5 0 0 0 0 1H1V12H.5a.5.5 0 0 0 0 1H1v1.5A1.5 1.5 0 0 0 2.5 16h12a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 14.5 0zm3.036 4.464l1.09 1.09a3 3 0 0 1 3.476 0l1.09-1.09a.5.5 0 1 1 .707.708l-1.09 1.09c.74 1.037.74 2.44 0 3.476l1.09 1.09a.5.5 0 1 1-.707.708l-1.09-1.09a3 3 0 0 1-3.476 0l-1.09 1.09a.5.5 0 1 1-.708-.708l1.09-1.09a3 3 0 0 1 0-3.476l-1.09-1.09a.5.5 0 1 1 .708-.708M14 6.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0"/></g></svg> </template>
CSS
.icon-safe-fill {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.778%209.414A2%202%200%201%201%206.95%206.586a2%202%200%200%201%202.828%202.828%22%2F%3E%3Cpath%20d%3D%22M2.5%200A1.5%201.5%200%200%200%201%201.5V3H.5a.5.5%200%200%200%200%201H1v3.5H.5a.5.5%200%200%200%200%201H1V12H.5a.5.5%200%200%200%200%201H1v1.5A1.5%201.5%200%200%200%202.5%2016h12a1.5%201.5%200%200%200%201.5-1.5v-13A1.5%201.5%200%200%200%2014.5%200zm3.036%204.464l1.09%201.09a3%203%200%200%201%203.476%200l1.09-1.09a.5.5%200%201%201%20.707.708l-1.09%201.09c.74%201.037.74%202.44%200%203.476l1.09%201.09a.5.5%200%201%201-.707.708l-1.09-1.09a3%203%200%200%201-3.476%200l-1.09%201.09a.5.5%200%201%201-.708-.708l1.09-1.09a3%203%200%200%201%200-3.476l-1.09-1.09a.5.5%200%201%201%20.708-.708M14%206.5v3a.5.5%200%200%201-1%200v-3a.5.5%200%200%201%201%200%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.778%209.414A2%202%200%201%201%206.95%206.586a2%202%200%200%201%202.828%202.828%22%2F%3E%3Cpath%20d%3D%22M2.5%200A1.5%201.5%200%200%200%201%201.5V3H.5a.5.5%200%200%200%200%201H1v3.5H.5a.5.5%200%200%200%200%201H1V12H.5a.5.5%200%200%200%200%201H1v1.5A1.5%201.5%200%200%200%202.5%2016h12a1.5%201.5%200%200%200%201.5-1.5v-13A1.5%201.5%200%200%200%2014.5%200zm3.036%204.464l1.09%201.09a3%203%200%200%201%203.476%200l1.09-1.09a.5.5%200%201%201%20.707.708l-1.09%201.09c.74%201.037.74%202.44%200%203.476l1.09%201.09a.5.5%200%201%201-.707.708l-1.09-1.09a3%203%200%200%201-3.476%200l-1.09%201.09a.5.5%200%201%201-.708-.708l1.09-1.09a3%203%200%200%201%200-3.476l-1.09-1.09a.5.5%200%201%201%20.708-.708M14%206.5v3a.5.5%200%200%201-1%200v-3a.5.5%200%200%201%201%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/safe-fill.svg?color=%231a73e8&size=48