twotone unpublished icon

twotone-unpublished from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
twotone-unpublished
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the twotone unpublished icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.59 10.76l2.65-2.65l1.41 1.41L15 12.17l3.88 3.88A7.87 7.87 0 0 0 20 12c0-4.41-3.59-8-8-8c-1.48 0-2.86.41-4.06 1.12zm4.07-1.23l-1.41-1.41l-2.65 2.65l1.41 1.41zm-1.6 9.35L12.18 15l-1.59 1.59l-4.24-4.24l1.41-1.41l2.83 2.83l.18-.18l-5.65-5.65A7.93 7.93 0 0 0 4 12c0 4.41 3.59 8 8 8c1.48 0 2.86-.41 4.06-1.12" opacity=".3"/><path fill="currentColor" d="M7.94 5.12L6.49 3.66A9.9 9.9 0 0 1 12 2c5.52 0 10 4.48 10 10c0 2.04-.61 3.93-1.66 5.51l-1.46-1.46A7.87 7.87 0 0 0 20 12c0-4.41-3.59-8-8-8c-1.48 0-2.86.41-4.06 1.12m9.72 4.41l-1.41-1.41l-2.65 2.65l1.41 1.41zm2.12 13.08l-2.27-2.27A9.9 9.9 0 0 1 12 22C6.48 22 2 17.52 2 12c0-2.04.61-3.93 1.66-5.51L1.39 4.22L2.8 2.81l18.38 18.38zm-3.72-3.73L12.18 15l-1.59 1.59l-4.24-4.24l1.41-1.41l2.83 2.83l.18-.18l-5.65-5.65A7.93 7.93 0 0 0 4 12c0 4.41 3.59 8 8 8c1.48 0 2.86-.41 4.06-1.12"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneUnpublished(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="m13.59 10.76l2.65-2.65l1.41 1.41L15 12.17l3.88 3.88A7.87 7.87 0 0 0 20 12c0-4.41-3.59-8-8-8c-1.48 0-2.86.41-4.06 1.12zm4.07-1.23l-1.41-1.41l-2.65 2.65l1.41 1.41zm-1.6 9.35L12.18 15l-1.59 1.59l-4.24-4.24l1.41-1.41l2.83 2.83l.18-.18l-5.65-5.65A7.93 7.93 0 0 0 4 12c0 4.41 3.59 8 8 8c1.48 0 2.86-.41 4.06-1.12" opacity=".3"/><path fill="currentColor" d="M7.94 5.12L6.49 3.66A9.9 9.9 0 0 1 12 2c5.52 0 10 4.48 10 10c0 2.04-.61 3.93-1.66 5.51l-1.46-1.46A7.87 7.87 0 0 0 20 12c0-4.41-3.59-8-8-8c-1.48 0-2.86.41-4.06 1.12m9.72 4.41l-1.41-1.41l-2.65 2.65l1.41 1.41zm2.12 13.08l-2.27-2.27A9.9 9.9 0 0 1 12 22C6.48 22 2 17.52 2 12c0-2.04.61-3.93 1.66-5.51L1.39 4.22L2.8 2.81l18.38 18.38zm-3.72-3.73L12.18 15l-1.59 1.59l-4.24-4.24l1.41-1.41l2.83 2.83l.18-.18l-5.65-5.65A7.93 7.93 0 0 0 4 12c0 4.41 3.59 8 8 8c1.48 0 2.86-.41 4.06-1.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="m13.59 10.76l2.65-2.65l1.41 1.41L15 12.17l3.88 3.88A7.87 7.87 0 0 0 20 12c0-4.41-3.59-8-8-8c-1.48 0-2.86.41-4.06 1.12zm4.07-1.23l-1.41-1.41l-2.65 2.65l1.41 1.41zm-1.6 9.35L12.18 15l-1.59 1.59l-4.24-4.24l1.41-1.41l2.83 2.83l.18-.18l-5.65-5.65A7.93 7.93 0 0 0 4 12c0 4.41 3.59 8 8 8c1.48 0 2.86-.41 4.06-1.12" opacity=".3"/><path fill="currentColor" d="M7.94 5.12L6.49 3.66A9.9 9.9 0 0 1 12 2c5.52 0 10 4.48 10 10c0 2.04-.61 3.93-1.66 5.51l-1.46-1.46A7.87 7.87 0 0 0 20 12c0-4.41-3.59-8-8-8c-1.48 0-2.86.41-4.06 1.12m9.72 4.41l-1.41-1.41l-2.65 2.65l1.41 1.41zm2.12 13.08l-2.27-2.27A9.9 9.9 0 0 1 12 22C6.48 22 2 17.52 2 12c0-2.04.61-3.93 1.66-5.51L1.39 4.22L2.8 2.81l18.38 18.38zm-3.72-3.73L12.18 15l-1.59 1.59l-4.24-4.24l1.41-1.41l2.83 2.83l.18-.18l-5.65-5.65A7.93 7.93 0 0 0 4 12c0 4.41 3.59 8 8 8c1.48 0 2.86-.41 4.06-1.12"/></svg>
</template>

CSS

.icon-twotone-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%22m13.59%2010.76l2.65-2.65l1.41%201.41L15%2012.17l3.88%203.88A7.87%207.87%200%200%200%2020%2012c0-4.41-3.59-8-8-8c-1.48%200-2.86.41-4.06%201.12zm4.07-1.23l-1.41-1.41l-2.65%202.65l1.41%201.41zm-1.6%209.35L12.18%2015l-1.59%201.59l-4.24-4.24l1.41-1.41l2.83%202.83l.18-.18l-5.65-5.65A7.93%207.93%200%200%200%204%2012c0%204.41%203.59%208%208%208c1.48%200%202.86-.41%204.06-1.12%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.94%205.12L6.49%203.66A9.9%209.9%200%200%201%2012%202c5.52%200%2010%204.48%2010%2010c0%202.04-.61%203.93-1.66%205.51l-1.46-1.46A7.87%207.87%200%200%200%2020%2012c0-4.41-3.59-8-8-8c-1.48%200-2.86.41-4.06%201.12m9.72%204.41l-1.41-1.41l-2.65%202.65l1.41%201.41zm2.12%2013.08l-2.27-2.27A9.9%209.9%200%200%201%2012%2022C6.48%2022%202%2017.52%202%2012c0-2.04.61-3.93%201.66-5.51L1.39%204.22L2.8%202.81l18.38%2018.38zm-3.72-3.73L12.18%2015l-1.59%201.59l-4.24-4.24l1.41-1.41l2.83%202.83l.18-.18l-5.65-5.65A7.93%207.93%200%200%200%204%2012c0%204.41%203.59%208%208%208c1.48%200%202.86-.41%204.06-1.12%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%22m13.59%2010.76l2.65-2.65l1.41%201.41L15%2012.17l3.88%203.88A7.87%207.87%200%200%200%2020%2012c0-4.41-3.59-8-8-8c-1.48%200-2.86.41-4.06%201.12zm4.07-1.23l-1.41-1.41l-2.65%202.65l1.41%201.41zm-1.6%209.35L12.18%2015l-1.59%201.59l-4.24-4.24l1.41-1.41l2.83%202.83l.18-.18l-5.65-5.65A7.93%207.93%200%200%200%204%2012c0%204.41%203.59%208%208%208c1.48%200%202.86-.41%204.06-1.12%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.94%205.12L6.49%203.66A9.9%209.9%200%200%201%2012%202c5.52%200%2010%204.48%2010%2010c0%202.04-.61%203.93-1.66%205.51l-1.46-1.46A7.87%207.87%200%200%200%2020%2012c0-4.41-3.59-8-8-8c-1.48%200-2.86.41-4.06%201.12m9.72%204.41l-1.41-1.41l-2.65%202.65l1.41%201.41zm2.12%2013.08l-2.27-2.27A9.9%209.9%200%200%201%2012%2022C6.48%2022%202%2017.52%202%2012c0-2.04.61-3.93%201.66-5.51L1.39%204.22L2.8%202.81l18.38%2018.38zm-3.72-3.73L12.18%2015l-1.59%201.59l-4.24-4.24l1.41-1.41l2.83%202.83l.18-.18l-5.65-5.65A7.93%207.93%200%200%200%204%2012c0%204.41%203.59%208%208%208c1.48%200%202.86-.41%204.06-1.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-unpublished.svg?color=%231a73e8&size=48