do not disturb off icon
do-not-disturb-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- do-not-disturb-off-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the do not disturb 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.312 12.5l-1-1h1.713q.194 0 .335.144q.14.144.14.357t-.144.356T16 12.5zm-4.233-1v1H8q-.213 0-.356-.144t-.144-.357t.144-.356T8 11.5zM12 21q-1.868 0-3.51-.709t-2.857-1.923t-1.924-2.858T3 12q0-1.608.521-3.024q.521-1.417 1.456-2.578l-2.73-2.756Q2.1 3.496 2.1 3.295t.146-.347q.165-.165.366-.165t.347.165l18.53 18.51q.145.146.145.347t-.165.366q-.146.146-.347.146t-.366-.146l-3.154-3.148q-1.161.935-2.578 1.456T12 21m0-1q1.394 0 2.628-.454t2.249-1.248L5.702 7.123q-.794 1.016-1.248 2.249T4 12q0 3.325 2.338 5.663T12 20M7.812 4.035q.955-.546 2.015-.79Q10.887 3 12 3q1.789 0 3.44.683t2.924 1.954q1.27 1.27 1.953 2.923Q21 10.212 21 12q0 1.094-.254 2.135t-.742 1.996q-.092.182-.303.237q-.21.055-.383-.049q-.173-.103-.235-.311t.036-.396q.44-.855.66-1.766Q20 12.934 20 12q0-3.35-2.325-5.675T12 4q-.935 0-1.846.22t-1.766.66q-.188.099-.396.05t-.33-.224t-.078-.375q.045-.198.228-.297"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDoNotDisturbOffOutlineRounded(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.312 12.5l-1-1h1.713q.194 0 .335.144q.14.144.14.357t-.144.356T16 12.5zm-4.233-1v1H8q-.213 0-.356-.144t-.144-.357t.144-.356T8 11.5zM12 21q-1.868 0-3.51-.709t-2.857-1.923t-1.924-2.858T3 12q0-1.608.521-3.024q.521-1.417 1.456-2.578l-2.73-2.756Q2.1 3.496 2.1 3.295t.146-.347q.165-.165.366-.165t.347.165l18.53 18.51q.145.146.145.347t-.165.366q-.146.146-.347.146t-.366-.146l-3.154-3.148q-1.161.935-2.578 1.456T12 21m0-1q1.394 0 2.628-.454t2.249-1.248L5.702 7.123q-.794 1.016-1.248 2.249T4 12q0 3.325 2.338 5.663T12 20M7.812 4.035q.955-.546 2.015-.79Q10.887 3 12 3q1.789 0 3.44.683t2.924 1.954q1.27 1.27 1.953 2.923Q21 10.212 21 12q0 1.094-.254 2.135t-.742 1.996q-.092.182-.303.237q-.21.055-.383-.049q-.173-.103-.235-.311t.036-.396q.44-.855.66-1.766Q20 12.934 20 12q0-3.35-2.325-5.675T12 4q-.935 0-1.846.22t-1.766.66q-.188.099-.396.05t-.33-.224t-.078-.375q.045-.198.228-.297"/></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.312 12.5l-1-1h1.713q.194 0 .335.144q.14.144.14.357t-.144.356T16 12.5zm-4.233-1v1H8q-.213 0-.356-.144t-.144-.357t.144-.356T8 11.5zM12 21q-1.868 0-3.51-.709t-2.857-1.923t-1.924-2.858T3 12q0-1.608.521-3.024q.521-1.417 1.456-2.578l-2.73-2.756Q2.1 3.496 2.1 3.295t.146-.347q.165-.165.366-.165t.347.165l18.53 18.51q.145.146.145.347t-.165.366q-.146.146-.347.146t-.366-.146l-3.154-3.148q-1.161.935-2.578 1.456T12 21m0-1q1.394 0 2.628-.454t2.249-1.248L5.702 7.123q-.794 1.016-1.248 2.249T4 12q0 3.325 2.338 5.663T12 20M7.812 4.035q.955-.546 2.015-.79Q10.887 3 12 3q1.789 0 3.44.683t2.924 1.954q1.27 1.27 1.953 2.923Q21 10.212 21 12q0 1.094-.254 2.135t-.742 1.996q-.092.182-.303.237q-.21.055-.383-.049q-.173-.103-.235-.311t.036-.396q.44-.855.66-1.766Q20 12.934 20 12q0-3.35-2.325-5.675T12 4q-.935 0-1.846.22t-1.766.66q-.188.099-.396.05t-.33-.224t-.078-.375q.045-.198.228-.297"/></svg> </template>
CSS
.icon-do-not-disturb-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.312%2012.5l-1-1h1.713q.194%200%20.335.144q.14.144.14.357t-.144.356T16%2012.5zm-4.233-1v1H8q-.213%200-.356-.144t-.144-.357t.144-.356T8%2011.5zM12%2021q-1.868%200-3.51-.709t-2.857-1.923t-1.924-2.858T3%2012q0-1.608.521-3.024q.521-1.417%201.456-2.578l-2.73-2.756Q2.1%203.496%202.1%203.295t.146-.347q.165-.165.366-.165t.347.165l18.53%2018.51q.145.146.145.347t-.165.366q-.146.146-.347.146t-.366-.146l-3.154-3.148q-1.161.935-2.578%201.456T12%2021m0-1q1.394%200%202.628-.454t2.249-1.248L5.702%207.123q-.794%201.016-1.248%202.249T4%2012q0%203.325%202.338%205.663T12%2020M7.812%204.035q.955-.546%202.015-.79Q10.887%203%2012%203q1.789%200%203.44.683t2.924%201.954q1.27%201.27%201.953%202.923Q21%2010.212%2021%2012q0%201.094-.254%202.135t-.742%201.996q-.092.182-.303.237q-.21.055-.383-.049q-.173-.103-.235-.311t.036-.396q.44-.855.66-1.766Q20%2012.934%2020%2012q0-3.35-2.325-5.675T12%204q-.935%200-1.846.22t-1.766.66q-.188.099-.396.05t-.33-.224t-.078-.375q.045-.198.228-.297%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.312%2012.5l-1-1h1.713q.194%200%20.335.144q.14.144.14.357t-.144.356T16%2012.5zm-4.233-1v1H8q-.213%200-.356-.144t-.144-.357t.144-.356T8%2011.5zM12%2021q-1.868%200-3.51-.709t-2.857-1.923t-1.924-2.858T3%2012q0-1.608.521-3.024q.521-1.417%201.456-2.578l-2.73-2.756Q2.1%203.496%202.1%203.295t.146-.347q.165-.165.366-.165t.347.165l18.53%2018.51q.145.146.145.347t-.165.366q-.146.146-.347.146t-.366-.146l-3.154-3.148q-1.161.935-2.578%201.456T12%2021m0-1q1.394%200%202.628-.454t2.249-1.248L5.702%207.123q-.794%201.016-1.248%202.249T4%2012q0%203.325%202.338%205.663T12%2020M7.812%204.035q.955-.546%202.015-.79Q10.887%203%2012%203q1.789%200%203.44.683t2.924%201.954q1.27%201.27%201.953%202.923Q21%2010.212%2021%2012q0%201.094-.254%202.135t-.742%201.996q-.092.182-.303.237q-.21.055-.383-.049q-.173-.103-.235-.311t.036-.396q.44-.855.66-1.766Q20%2012.934%2020%2012q0-3.35-2.325-5.675T12%204q-.935%200-1.846.22t-1.766.66q-.188.099-.396.05t-.33-.224t-.078-.375q.045-.198.228-.297%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/do-not-disturb-off-outline-rounded.svg?color=%231a73e8&size=48