safety check off icon
safety-check-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- safety-check-off-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="M15.804 13.235q.098-.29.147-.59T16 12.02q0-1.671-1.164-2.835Q13.67 8.019 12 8.019q-.327 0-.623.05q-.296.048-.586.146zm2.238 2.238l-.769-.78q.339-.8.533-1.75T18 11.1V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-3.63 1.355l-.781-.78l4.058-1.503q.273-.105.565-.105t.566.105l5.384 2q.46.187.755.6t.295.923V11.1q0 1.025-.22 2.102t-.738 2.271M12 20.862q-.1 0-.567-.12q-2.99-1.125-4.712-3.806T5 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-.16l-2.934-2.935q-.806.971-1.784 1.667t-2.16 1.148q-.131.05-.281.085q-.15.034-.287.034m0-.961q1.067-.333 2.127-1.111q1.06-.78 1.677-1.57l-1.781-1.78q-.444.27-.955.426q-.51.154-1.068.154q-1.671 0-2.835-1.164Q8 13.69 8 12.019q0-.558.155-1.068t.426-.955L6 7.416V11.1q0 3.025 1.7 5.5t4.3 3.3"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSafetyCheckOffOutlineRounded(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="M15.804 13.235q.098-.29.147-.59T16 12.02q0-1.671-1.164-2.835Q13.67 8.019 12 8.019q-.327 0-.623.05q-.296.048-.586.146zm2.238 2.238l-.769-.78q.339-.8.533-1.75T18 11.1V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-3.63 1.355l-.781-.78l4.058-1.503q.273-.105.565-.105t.566.105l5.384 2q.46.187.755.6t.295.923V11.1q0 1.025-.22 2.102t-.738 2.271M12 20.862q-.1 0-.567-.12q-2.99-1.125-4.712-3.806T5 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-.16l-2.934-2.935q-.806.971-1.784 1.667t-2.16 1.148q-.131.05-.281.085q-.15.034-.287.034m0-.961q1.067-.333 2.127-1.111q1.06-.78 1.677-1.57l-1.781-1.78q-.444.27-.955.426q-.51.154-1.068.154q-1.671 0-2.835-1.164Q8 13.69 8 12.019q0-.558.155-1.068t.426-.955L6 7.416V11.1q0 3.025 1.7 5.5t4.3 3.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.804 13.235q.098-.29.147-.59T16 12.02q0-1.671-1.164-2.835Q13.67 8.019 12 8.019q-.327 0-.623.05q-.296.048-.586.146zm2.238 2.238l-.769-.78q.339-.8.533-1.75T18 11.1V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-3.63 1.355l-.781-.78l4.058-1.503q.273-.105.565-.105t.566.105l5.384 2q.46.187.755.6t.295.923V11.1q0 1.025-.22 2.102t-.738 2.271M12 20.862q-.1 0-.567-.12q-2.99-1.125-4.712-3.806T5 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-.16l-2.934-2.935q-.806.971-1.784 1.667t-2.16 1.148q-.131.05-.281.085q-.15.034-.287.034m0-.961q1.067-.333 2.127-1.111q1.06-.78 1.677-1.57l-1.781-1.78q-.444.27-.955.426q-.51.154-1.068.154q-1.671 0-2.835-1.164Q8 13.69 8 12.019q0-.558.155-1.068t.426-.955L6 7.416V11.1q0 3.025 1.7 5.5t4.3 3.3"/></svg> </template>
CSS
.icon-safety-check-off-outline-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%22M15.804%2013.235q.098-.29.147-.59T16%2012.02q0-1.671-1.164-2.835Q13.67%208.019%2012%208.019q-.327%200-.623.05q-.296.048-.586.146zm2.238%202.238l-.769-.78q.339-.8.533-1.75T18%2011.1V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-3.63%201.355l-.781-.78l4.058-1.503q.273-.105.565-.105t.566.105l5.384%202q.46.187.755.6t.295.923V11.1q0%201.025-.22%202.102t-.738%202.271M12%2020.862q-.1%200-.567-.12q-2.99-1.125-4.712-3.806T5%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-.16l-2.934-2.935q-.806.971-1.784%201.667t-2.16%201.148q-.131.05-.281.085q-.15.034-.287.034m0-.961q1.067-.333%202.127-1.111q1.06-.78%201.677-1.57l-1.781-1.78q-.444.27-.955.426q-.51.154-1.068.154q-1.671%200-2.835-1.164Q8%2013.69%208%2012.019q0-.558.155-1.068t.426-.955L6%207.416V11.1q0%203.025%201.7%205.5t4.3%203.3%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%22M15.804%2013.235q.098-.29.147-.59T16%2012.02q0-1.671-1.164-2.835Q13.67%208.019%2012%208.019q-.327%200-.623.05q-.296.048-.586.146zm2.238%202.238l-.769-.78q.339-.8.533-1.75T18%2011.1V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-3.63%201.355l-.781-.78l4.058-1.503q.273-.105.565-.105t.566.105l5.384%202q.46.187.755.6t.295.923V11.1q0%201.025-.22%202.102t-.738%202.271M12%2020.862q-.1%200-.567-.12q-2.99-1.125-4.712-3.806T5%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-.16l-2.934-2.935q-.806.971-1.784%201.667t-2.16%201.148q-.131.05-.281.085q-.15.034-.287.034m0-.961q1.067-.333%202.127-1.111q1.06-.78%201.677-1.57l-1.781-1.78q-.444.27-.955.426q-.51.154-1.068.154q-1.671%200-2.835-1.164Q8%2013.69%208%2012.019q0-.558.155-1.068t.426-.955L6%207.416V11.1q0%203.025%201.7%205.5t4.3%203.3%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-outline-rounded.svg?color=%231a73e8&size=48