public off icon
public-off-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- public-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- public-off-outline-rounded
2 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the public off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.608.521-3.024q.521-1.417 1.456-2.578L2.241 3.662q-.147-.146-.156-.347t.156-.367t.356-.165t.357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165l-3.154-3.148q-1.161.935-2.578 1.456T12 21m-1-1.05V18q-.825 0-1.412-.587T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.025 1.988 5.3T11 19.95M21 12q0 1.125-.26 2.163t-.742 1.968q-.098.177-.303.232t-.381-.05t-.238-.301t.038-.381q.44-.846.663-1.759T20 12q0-2.47-1.353-4.504T15 4.562V5q0 .825-.587 1.413T13 7h-1.5v.714q0 .272-.252.369t-.444-.097L8.162 5.344q-.374-.373-.286-.882q.088-.51.547-.727q.829-.368 1.723-.551T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPublicOffRounded(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="M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.608.521-3.024q.521-1.417 1.456-2.578L2.241 3.662q-.147-.146-.156-.347t.156-.367t.356-.165t.357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165l-3.154-3.148q-1.161.935-2.578 1.456T12 21m-1-1.05V18q-.825 0-1.412-.587T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.025 1.988 5.3T11 19.95M21 12q0 1.125-.26 2.163t-.742 1.968q-.098.177-.303.232t-.381-.05t-.238-.301t.038-.381q.44-.846.663-1.759T20 12q0-2.47-1.353-4.504T15 4.562V5q0 .825-.587 1.413T13 7h-1.5v.714q0 .272-.252.369t-.444-.097L8.162 5.344q-.374-.373-.286-.882q.088-.51.547-.727q.829-.368 1.723-.551T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.608.521-3.024q.521-1.417 1.456-2.578L2.241 3.662q-.147-.146-.156-.347t.156-.367t.356-.165t.357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165l-3.154-3.148q-1.161.935-2.578 1.456T12 21m-1-1.05V18q-.825 0-1.412-.587T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.025 1.988 5.3T11 19.95M21 12q0 1.125-.26 2.163t-.742 1.968q-.098.177-.303.232t-.381-.05t-.238-.301t.038-.381q.44-.846.663-1.759T20 12q0-2.47-1.353-4.504T15 4.562V5q0 .825-.587 1.413T13 7h-1.5v.714q0 .272-.252.369t-.444-.097L8.162 5.344q-.374-.373-.286-.882q.088-.51.547-.727q.829-.368 1.723-.551T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12"/></svg> </template>
CSS
.icon-public-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%22M12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-1.608.521-3.024q.521-1.417%201.456-2.578L2.241%203.662q-.147-.146-.156-.347t.156-.367t.356-.165t.357.165l18.515%2018.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165l-3.154-3.148q-1.161.935-2.578%201.456T12%2021m-1-1.05V18q-.825%200-1.412-.587T9%2016v-1l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.025%201.988%205.3T11%2019.95M21%2012q0%201.125-.26%202.163t-.742%201.968q-.098.177-.303.232t-.381-.05t-.238-.301t.038-.381q.44-.846.663-1.759T20%2012q0-2.47-1.353-4.504T15%204.562V5q0%20.825-.587%201.413T13%207h-1.5v.714q0%20.272-.252.369t-.444-.097L8.162%205.344q-.374-.373-.286-.882q.088-.51.547-.727q.829-.368%201.723-.551T12%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012%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%22M12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-1.608.521-3.024q.521-1.417%201.456-2.578L2.241%203.662q-.147-.146-.156-.347t.156-.367t.356-.165t.357.165l18.515%2018.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165l-3.154-3.148q-1.161.935-2.578%201.456T12%2021m-1-1.05V18q-.825%200-1.412-.587T9%2016v-1l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.025%201.988%205.3T11%2019.95M21%2012q0%201.125-.26%202.163t-.742%201.968q-.098.177-.303.232t-.381-.05t-.238-.301t.038-.381q.44-.846.663-1.759T20%2012q0-2.47-1.353-4.504T15%204.562V5q0%20.825-.587%201.413T13%207h-1.5v.714q0%20.272-.252.369t-.444-.097L8.162%205.344q-.374-.373-.286-.882q.088-.51.547-.727q.829-.368%201.723-.551T12%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/public-off-rounded.svg?color=%231a73e8&size=48