unpublished icon
unpublished-outline-rounded from Material Symbols Light by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- unpublished-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
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="M12 20q1.394 0 2.628-.454t2.249-1.248l-4.356-4.356l-1.394 1.395q-.238.242-.566.242t-.57-.242l-2.633-2.633q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l2.496 2.496l1.252-1.258l-6.112-6.111q-.794 1.015-1.248 2.249T4 12q0 3.325 2.338 5.663T12 20m2.646-8.177l-.708-.707l1.958-1.958q.14-.14.344-.15t.364.15t.16.354t-.16.353zM19.48 20.9l-1.883-1.877q-1.167.935-2.583 1.456T12 21q-1.868 0-3.51-.709t-2.857-1.923t-1.924-2.858T3 12q0-1.596.521-3.012q.521-1.417 1.456-2.584L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.147.156.345t-.156.363t-.357.166q-.19 0-.356-.166M12 4q-.95 0-1.858.21q-.907.211-1.715.632q-.188.099-.396.037t-.312-.235t-.04-.371q.065-.198.248-.296q.937-.47 1.955-.723Q10.9 3 12 3q1.868 0 3.51.709t2.858 1.924T20.29 8.49T21 12q0 1.12-.254 2.147q-.254 1.028-.742 1.984q-.092.182-.303.237q-.21.055-.383-.049q-.173-.103-.235-.311t.036-.396q.421-.827.651-1.73T20 12q0-3.325-2.337-5.663T12 4m-.713 8.714"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightUnpublishedOutlineRounded(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 20q1.394 0 2.628-.454t2.249-1.248l-4.356-4.356l-1.394 1.395q-.238.242-.566.242t-.57-.242l-2.633-2.633q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l2.496 2.496l1.252-1.258l-6.112-6.111q-.794 1.015-1.248 2.249T4 12q0 3.325 2.338 5.663T12 20m2.646-8.177l-.708-.707l1.958-1.958q.14-.14.344-.15t.364.15t.16.354t-.16.353zM19.48 20.9l-1.883-1.877q-1.167.935-2.583 1.456T12 21q-1.868 0-3.51-.709t-2.857-1.923t-1.924-2.858T3 12q0-1.596.521-3.012q.521-1.417 1.456-2.584L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.147.156.345t-.156.363t-.357.166q-.19 0-.356-.166M12 4q-.95 0-1.858.21q-.907.211-1.715.632q-.188.099-.396.037t-.312-.235t-.04-.371q.065-.198.248-.296q.937-.47 1.955-.723Q10.9 3 12 3q1.868 0 3.51.709t2.858 1.924T20.29 8.49T21 12q0 1.12-.254 2.147q-.254 1.028-.742 1.984q-.092.182-.303.237q-.21.055-.383-.049q-.173-.103-.235-.311t.036-.396q.421-.827.651-1.73T20 12q0-3.325-2.337-5.663T12 4m-.713 8.714"/></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 20q1.394 0 2.628-.454t2.249-1.248l-4.356-4.356l-1.394 1.395q-.238.242-.566.242t-.57-.242l-2.633-2.633q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l2.496 2.496l1.252-1.258l-6.112-6.111q-.794 1.015-1.248 2.249T4 12q0 3.325 2.338 5.663T12 20m2.646-8.177l-.708-.707l1.958-1.958q.14-.14.344-.15t.364.15t.16.354t-.16.353zM19.48 20.9l-1.883-1.877q-1.167.935-2.583 1.456T12 21q-1.868 0-3.51-.709t-2.857-1.923t-1.924-2.858T3 12q0-1.596.521-3.012q.521-1.417 1.456-2.584L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.147.156.345t-.156.363t-.357.166q-.19 0-.356-.166M12 4q-.95 0-1.858.21q-.907.211-1.715.632q-.188.099-.396.037t-.312-.235t-.04-.371q.065-.198.248-.296q.937-.47 1.955-.723Q10.9 3 12 3q1.868 0 3.51.709t2.858 1.924T20.29 8.49T21 12q0 1.12-.254 2.147q-.254 1.028-.742 1.984q-.092.182-.303.237q-.21.055-.383-.049q-.173-.103-.235-.311t.036-.396q.421-.827.651-1.73T20 12q0-3.325-2.337-5.663T12 4m-.713 8.714"/></svg> </template>
CSS
.icon-unpublished-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%22M12%2020q1.394%200%202.628-.454t2.249-1.248l-4.356-4.356l-1.394%201.395q-.238.242-.566.242t-.57-.242l-2.633-2.633q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l2.496%202.496l1.252-1.258l-6.112-6.111q-.794%201.015-1.248%202.249T4%2012q0%203.325%202.338%205.663T12%2020m2.646-8.177l-.708-.707l1.958-1.958q.14-.14.344-.15t.364.15t.16.354t-.16.353zM19.48%2020.9l-1.883-1.877q-1.167.935-2.583%201.456T12%2021q-1.868%200-3.51-.709t-2.857-1.923t-1.924-2.858T3%2012q0-1.596.521-3.012q.521-1.417%201.456-2.584L3.094%204.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384%2016.384q.146.147.156.345t-.156.363t-.357.166q-.19%200-.356-.166M12%204q-.95%200-1.858.21q-.907.211-1.715.632q-.188.099-.396.037t-.312-.235t-.04-.371q.065-.198.248-.296q.937-.47%201.955-.723Q10.9%203%2012%203q1.868%200%203.51.709t2.858%201.924T20.29%208.49T21%2012q0%201.12-.254%202.147q-.254%201.028-.742%201.984q-.092.182-.303.237q-.21.055-.383-.049q-.173-.103-.235-.311t.036-.396q.421-.827.651-1.73T20%2012q0-3.325-2.337-5.663T12%204m-.713%208.714%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%2020q1.394%200%202.628-.454t2.249-1.248l-4.356-4.356l-1.394%201.395q-.238.242-.566.242t-.57-.242l-2.633-2.633q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l2.496%202.496l1.252-1.258l-6.112-6.111q-.794%201.015-1.248%202.249T4%2012q0%203.325%202.338%205.663T12%2020m2.646-8.177l-.708-.707l1.958-1.958q.14-.14.344-.15t.364.15t.16.354t-.16.353zM19.48%2020.9l-1.883-1.877q-1.167.935-2.583%201.456T12%2021q-1.868%200-3.51-.709t-2.857-1.923t-1.924-2.858T3%2012q0-1.596.521-3.012q.521-1.417%201.456-2.584L3.094%204.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384%2016.384q.146.147.156.345t-.156.363t-.357.166q-.19%200-.356-.166M12%204q-.95%200-1.858.21q-.907.211-1.715.632q-.188.099-.396.037t-.312-.235t-.04-.371q.065-.198.248-.296q.937-.47%201.955-.723Q10.9%203%2012%203q1.868%200%203.51.709t2.858%201.924T20.29%208.49T21%2012q0%201.12-.254%202.147q-.254%201.028-.742%201.984q-.092.182-.303.237q-.21.055-.383-.049q-.173-.103-.235-.311t.036-.396q.421-.827.651-1.73T20%2012q0-3.325-2.337-5.663T12%204m-.713%208.714%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-outline-rounded.svg?color=%231a73e8&size=48