unpublished icon
unpublished from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- unpublished
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- unpublished-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the unpublished 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.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.578l-3.09-3.09l.713-.714l19.223 19.223zm-1.485-5.722l-4.979-4.985l2.312-2.311l-.708-.708l-2.311 2.317l-6.747-6.746q1.047-.66 2.261-1.017Q10.667 3 12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 1.333-.358 2.547q-.357 1.215-1.017 2.26m-9.064-.9l1.966-1.965l-.708-.707l-1.258 1.257l-2.85-2.85l-.707.708z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightUnpublished(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.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.578l-3.09-3.09l.713-.714l19.223 19.223zm-1.485-5.722l-4.979-4.985l2.312-2.311l-.708-.708l-2.311 2.317l-6.747-6.746q1.047-.66 2.261-1.017Q10.667 3 12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 1.333-.358 2.547q-.357 1.215-1.017 2.26m-9.064-.9l1.966-1.965l-.708-.707l-1.258 1.257l-2.85-2.85l-.707.708z"/></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.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.578l-3.09-3.09l.713-.714l19.223 19.223zm-1.485-5.722l-4.979-4.985l2.312-2.311l-.708-.708l-2.311 2.317l-6.747-6.746q1.047-.66 2.261-1.017Q10.667 3 12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 1.333-.358 2.547q-.357 1.215-1.017 2.26m-9.064-.9l1.966-1.965l-.708-.707l-1.258 1.257l-2.85-2.85l-.707.708z"/></svg> </template>
CSS
.icon-unpublished {
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.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.578l-3.09-3.09l.713-.714l19.223%2019.223zm-1.485-5.722l-4.979-4.985l2.312-2.311l-.708-.708l-2.311%202.317l-6.747-6.746q1.047-.66%202.261-1.017Q10.667%203%2012%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%201.333-.358%202.547q-.357%201.215-1.017%202.26m-9.064-.9l1.966-1.965l-.708-.707l-1.258%201.257l-2.85-2.85l-.707.708z%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.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.578l-3.09-3.09l.713-.714l19.223%2019.223zm-1.485-5.722l-4.979-4.985l2.312-2.311l-.708-.708l-2.311%202.317l-6.747-6.746q1.047-.66%202.261-1.017Q10.667%203%2012%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%201.333-.358%202.547q-.357%201.215-1.017%202.26m-9.064-.9l1.966-1.965l-.708-.707l-1.258%201.257l-2.85-2.85l-.707.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/unpublished.svg?color=%231a73e8&size=48