safety check off icon
safety-check-off-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- safety-check-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
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="M16.512 17.927q-.806.971-1.784 1.677t-2.16 1.158q-.131.05-.281.075t-.287.025q-.042 0-.567-.1q-2.99-1.126-4.712-3.817T5 11.1V6.416L3.216 4.63q-.141-.14-.15-.344t.15-.364t.353-.16t.354.16l16.23 16.23q.141.141.15.345t-.15.364t-.353.16t-.354-.16zM12 16.019q.558 0 1.068-.154q.51-.156.955-.427L8.581 9.997q-.271.445-.426.955T8 12.019q0 1.671 1.165 2.836q1.164 1.164 2.835 1.164m6.042-.546l-2.238-2.239q.098-.29.147-.589T16 12.02q0-1.671-1.165-2.835Q13.671 8.019 12 8.019q-.327 0-.623.05q-.296.048-.587.146L7.377 4.796l4.058-1.502q.292-.106.574-.106q.283 0 .556.106l5.385 2q.46.187.755.6t.295.923V11.1q0 1.025-.22 2.102t-.738 2.271"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSafetyCheckOffRounded(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="M16.512 17.927q-.806.971-1.784 1.677t-2.16 1.158q-.131.05-.281.075t-.287.025q-.042 0-.567-.1q-2.99-1.126-4.712-3.817T5 11.1V6.416L3.216 4.63q-.141-.14-.15-.344t.15-.364t.353-.16t.354.16l16.23 16.23q.141.141.15.345t-.15.364t-.353.16t-.354-.16zM12 16.019q.558 0 1.068-.154q.51-.156.955-.427L8.581 9.997q-.271.445-.426.955T8 12.019q0 1.671 1.165 2.836q1.164 1.164 2.835 1.164m6.042-.546l-2.238-2.239q.098-.29.147-.589T16 12.02q0-1.671-1.165-2.835Q13.671 8.019 12 8.019q-.327 0-.623.05q-.296.048-.587.146L7.377 4.796l4.058-1.502q.292-.106.574-.106q.283 0 .556.106l5.385 2q.46.187.755.6t.295.923V11.1q0 1.025-.22 2.102t-.738 2.271"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.512 17.927q-.806.971-1.784 1.677t-2.16 1.158q-.131.05-.281.075t-.287.025q-.042 0-.567-.1q-2.99-1.126-4.712-3.817T5 11.1V6.416L3.216 4.63q-.141-.14-.15-.344t.15-.364t.353-.16t.354.16l16.23 16.23q.141.141.15.345t-.15.364t-.353.16t-.354-.16zM12 16.019q.558 0 1.068-.154q.51-.156.955-.427L8.581 9.997q-.271.445-.426.955T8 12.019q0 1.671 1.165 2.836q1.164 1.164 2.835 1.164m6.042-.546l-2.238-2.239q.098-.29.147-.589T16 12.02q0-1.671-1.165-2.835Q13.671 8.019 12 8.019q-.327 0-.623.05q-.296.048-.587.146L7.377 4.796l4.058-1.502q.292-.106.574-.106q.283 0 .556.106l5.385 2q.46.187.755.6t.295.923V11.1q0 1.025-.22 2.102t-.738 2.271"/></svg> </template>
CSS
.icon-safety-check-off-rounded {
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%22M16.512%2017.927q-.806.971-1.784%201.677t-2.16%201.158q-.131.05-.281.075t-.287.025q-.042%200-.567-.1q-2.99-1.126-4.712-3.817T5%2011.1V6.416L3.216%204.63q-.141-.14-.15-.344t.15-.364t.353-.16t.354.16l16.23%2016.23q.141.141.15.345t-.15.364t-.353.16t-.354-.16zM12%2016.019q.558%200%201.068-.154q.51-.156.955-.427L8.581%209.997q-.271.445-.426.955T8%2012.019q0%201.671%201.165%202.836q1.164%201.164%202.835%201.164m6.042-.546l-2.238-2.239q.098-.29.147-.589T16%2012.02q0-1.671-1.165-2.835Q13.671%208.019%2012%208.019q-.327%200-.623.05q-.296.048-.587.146L7.377%204.796l4.058-1.502q.292-.106.574-.106q.283%200%20.556.106l5.385%202q.46.187.755.6t.295.923V11.1q0%201.025-.22%202.102t-.738%202.271%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%22M16.512%2017.927q-.806.971-1.784%201.677t-2.16%201.158q-.131.05-.281.075t-.287.025q-.042%200-.567-.1q-2.99-1.126-4.712-3.817T5%2011.1V6.416L3.216%204.63q-.141-.14-.15-.344t.15-.364t.353-.16t.354.16l16.23%2016.23q.141.141.15.345t-.15.364t-.353.16t-.354-.16zM12%2016.019q.558%200%201.068-.154q.51-.156.955-.427L8.581%209.997q-.271.445-.426.955T8%2012.019q0%201.671%201.165%202.836q1.164%201.164%202.835%201.164m6.042-.546l-2.238-2.239q.098-.29.147-.589T16%2012.02q0-1.671-1.165-2.835Q13.671%208.019%2012%208.019q-.327%200-.623.05q-.296.048-.587.146L7.377%204.796l4.058-1.502q.292-.106.574-.106q.283%200%20.556.106l5.385%202q.46.187.755.6t.295.923V11.1q0%201.025-.22%202.102t-.738%202.271%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/safety-check-off-rounded.svg?color=%231a73e8&size=48