safety check off icon
safety-check-off from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- safety-check-off
- Set
- Material Symbols
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- safety-check-off-sharp
3 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the safety check off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.8 22.6l1.4-1.4L2.8 2.8L1.4 4.2L4 6.8v4.3q0 3.8 2.262 6.913T12 22q1.275-.35 2.438-1.012t2.112-1.638zM12 17q-2.075 0-3.537-1.463T7 12q0-.5.088-.962t.262-.888l6.5 6.5q-.425.175-.887.263T12 17m6.85-.95q.575-1.175.863-2.425T20 11.1V5l-8-3l-5.2 1.95l3.375 3.4q.425-.175.875-.262T12 7q2.075 0 3.538 1.463T17 12q0 .5-.088.963t-.262.887z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSafetyCheckOff(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="m19.8 22.6l1.4-1.4L2.8 2.8L1.4 4.2L4 6.8v4.3q0 3.8 2.262 6.913T12 22q1.275-.35 2.438-1.012t2.112-1.638zM12 17q-2.075 0-3.537-1.463T7 12q0-.5.088-.962t.262-.888l6.5 6.5q-.425.175-.887.263T12 17m6.85-.95q.575-1.175.863-2.425T20 11.1V5l-8-3l-5.2 1.95l3.375 3.4q.425-.175.875-.262T12 7q2.075 0 3.538 1.463T17 12q0 .5-.088.963t-.262.887z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.8 22.6l1.4-1.4L2.8 2.8L1.4 4.2L4 6.8v4.3q0 3.8 2.262 6.913T12 22q1.275-.35 2.438-1.012t2.112-1.638zM12 17q-2.075 0-3.537-1.463T7 12q0-.5.088-.962t.262-.888l6.5 6.5q-.425.175-.887.263T12 17m6.85-.95q.575-1.175.863-2.425T20 11.1V5l-8-3l-5.2 1.95l3.375 3.4q.425-.175.875-.262T12 7q2.075 0 3.538 1.463T17 12q0 .5-.088.963t-.262.887z"/></svg> </template>
CSS
.icon-safety-check-off {
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%22m19.8%2022.6l1.4-1.4L2.8%202.8L1.4%204.2L4%206.8v4.3q0%203.8%202.262%206.913T12%2022q1.275-.35%202.438-1.012t2.112-1.638zM12%2017q-2.075%200-3.537-1.463T7%2012q0-.5.088-.962t.262-.888l6.5%206.5q-.425.175-.887.263T12%2017m6.85-.95q.575-1.175.863-2.425T20%2011.1V5l-8-3l-5.2%201.95l3.375%203.4q.425-.175.875-.262T12%207q2.075%200%203.538%201.463T17%2012q0%20.5-.088.963t-.262.887z%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%22m19.8%2022.6l1.4-1.4L2.8%202.8L1.4%204.2L4%206.8v4.3q0%203.8%202.262%206.913T12%2022q1.275-.35%202.438-1.012t2.112-1.638zM12%2017q-2.075%200-3.537-1.463T7%2012q0-.5.088-.962t.262-.888l6.5%206.5q-.425.175-.887.263T12%2017m6.85-.95q.575-1.175.863-2.425T20%2011.1V5l-8-3l-5.2%201.95l3.375%203.4q.425-.175.875-.262T12%207q2.075%200%203.538%201.463T17%2012q0%20.5-.088.963t-.262.887z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/safety-check-off.svg?color=%231a73e8&size=48