public off icon
public-off-sharp from Material Symbols Light by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- public-off-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- public-off-outline-sharp
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="m21.11 22.53l-3.508-3.507q-1.161.935-2.578 1.456T12 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-3.09-3.09l.713-.714l19.223 19.223zM11 19.95V18H9v-3l-4.8-4.8q-.075.45-.137.9T4 12q0 3.025 1.988 5.3T11 19.95m8.62-3.148l-.74-.738q.545-.925.833-1.948t.287-2.11q0-2.475-1.353-4.51T15 4.562V7h-4v1.183L7.198 4.38q1.046-.66 2.254-1.02T12 3q1.868 0 3.51.709t2.858 1.924T20.29 8.49T21 12q0 1.34-.36 2.548q-.361 1.208-1.02 2.254"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPublicOffSharp(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="m21.11 22.53l-3.508-3.507q-1.161.935-2.578 1.456T12 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-3.09-3.09l.713-.714l19.223 19.223zM11 19.95V18H9v-3l-4.8-4.8q-.075.45-.137.9T4 12q0 3.025 1.988 5.3T11 19.95m8.62-3.148l-.74-.738q.545-.925.833-1.948t.287-2.11q0-2.475-1.353-4.51T15 4.562V7h-4v1.183L7.198 4.38q1.046-.66 2.254-1.02T12 3q1.868 0 3.51.709t2.858 1.924T20.29 8.49T21 12q0 1.34-.36 2.548q-.361 1.208-1.02 2.254"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.11 22.53l-3.508-3.507q-1.161.935-2.578 1.456T12 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-3.09-3.09l.713-.714l19.223 19.223zM11 19.95V18H9v-3l-4.8-4.8q-.075.45-.137.9T4 12q0 3.025 1.988 5.3T11 19.95m8.62-3.148l-.74-.738q.545-.925.833-1.948t.287-2.11q0-2.475-1.353-4.51T15 4.562V7h-4v1.183L7.198 4.38q1.046-.66 2.254-1.02T12 3q1.868 0 3.51.709t2.858 1.924T20.29 8.49T21 12q0 1.34-.36 2.548q-.361 1.208-1.02 2.254"/></svg> </template>
CSS
.icon-public-off-sharp {
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%22m21.11%2022.53l-3.508-3.507q-1.161.935-2.578%201.456T12%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-3.09-3.09l.713-.714l19.223%2019.223zM11%2019.95V18H9v-3l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.025%201.988%205.3T11%2019.95m8.62-3.148l-.74-.738q.545-.925.833-1.948t.287-2.11q0-2.475-1.353-4.51T15%204.562V7h-4v1.183L7.198%204.38q1.046-.66%202.254-1.02T12%203q1.868%200%203.51.709t2.858%201.924T20.29%208.49T21%2012q0%201.34-.36%202.548q-.361%201.208-1.02%202.254%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%22m21.11%2022.53l-3.508-3.507q-1.161.935-2.578%201.456T12%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-3.09-3.09l.713-.714l19.223%2019.223zM11%2019.95V18H9v-3l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.025%201.988%205.3T11%2019.95m8.62-3.148l-.74-.738q.545-.925.833-1.948t.287-2.11q0-2.475-1.353-4.51T15%204.562V7h-4v1.183L7.198%204.38q1.046-.66%202.254-1.02T12%203q1.868%200%203.51.709t2.858%201.924T20.29%208.49T21%2012q0%201.34-.36%202.548q-.361%201.208-1.02%202.254%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-sharp.svg?color=%231a73e8&size=48