round unpublished icon

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

Name
round-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 round unpublished icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.49 20.49L3.51 3.51A.996.996 0 1 0 2.1 4.92l1.56 1.56a9.94 9.94 0 0 0-1.59 6.7c.53 4.54 4.21 8.22 8.74 8.74c2.49.29 4.81-.34 6.7-1.59l1.56 1.56c.39.39 1.02.39 1.41 0c.4-.38.4-1.01.01-1.4m-10.61-4.6l-2.83-2.83a.996.996 0 1 1 1.41-1.41l2.12 2.12l.18-.18L12.17 15l-.88.88c-.39.4-1.02.4-1.41.01m3.71-5.13l-7.1-7.1a9.94 9.94 0 0 1 6.7-1.59c4.54.53 8.22 4.21 8.74 8.74c.29 2.49-.34 4.82-1.59 6.7L15 12.17l1.94-1.94a.996.996 0 1 0-1.41-1.41z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundUnpublished(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="M20.49 20.49L3.51 3.51A.996.996 0 1 0 2.1 4.92l1.56 1.56a9.94 9.94 0 0 0-1.59 6.7c.53 4.54 4.21 8.22 8.74 8.74c2.49.29 4.81-.34 6.7-1.59l1.56 1.56c.39.39 1.02.39 1.41 0c.4-.38.4-1.01.01-1.4m-10.61-4.6l-2.83-2.83a.996.996 0 1 1 1.41-1.41l2.12 2.12l.18-.18L12.17 15l-.88.88c-.39.4-1.02.4-1.41.01m3.71-5.13l-7.1-7.1a9.94 9.94 0 0 1 6.7-1.59c4.54.53 8.22 4.21 8.74 8.74c.29 2.49-.34 4.82-1.59 6.7L15 12.17l1.94-1.94a.996.996 0 1 0-1.41-1.41z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.49 20.49L3.51 3.51A.996.996 0 1 0 2.1 4.92l1.56 1.56a9.94 9.94 0 0 0-1.59 6.7c.53 4.54 4.21 8.22 8.74 8.74c2.49.29 4.81-.34 6.7-1.59l1.56 1.56c.39.39 1.02.39 1.41 0c.4-.38.4-1.01.01-1.4m-10.61-4.6l-2.83-2.83a.996.996 0 1 1 1.41-1.41l2.12 2.12l.18-.18L12.17 15l-.88.88c-.39.4-1.02.4-1.41.01m3.71-5.13l-7.1-7.1a9.94 9.94 0 0 1 6.7-1.59c4.54.53 8.22 4.21 8.74 8.74c.29 2.49-.34 4.82-1.59 6.7L15 12.17l1.94-1.94a.996.996 0 1 0-1.41-1.41z"/></svg>
</template>

CSS

.icon-round-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%22M20.49%2020.49L3.51%203.51A.996.996%200%201%200%202.1%204.92l1.56%201.56a9.94%209.94%200%200%200-1.59%206.7c.53%204.54%204.21%208.22%208.74%208.74c2.49.29%204.81-.34%206.7-1.59l1.56%201.56c.39.39%201.02.39%201.41%200c.4-.38.4-1.01.01-1.4m-10.61-4.6l-2.83-2.83a.996.996%200%201%201%201.41-1.41l2.12%202.12l.18-.18L12.17%2015l-.88.88c-.39.4-1.02.4-1.41.01m3.71-5.13l-7.1-7.1a9.94%209.94%200%200%201%206.7-1.59c4.54.53%208.22%204.21%208.74%208.74c.29%202.49-.34%204.82-1.59%206.7L15%2012.17l1.94-1.94a.996.996%200%201%200-1.41-1.41z%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%22M20.49%2020.49L3.51%203.51A.996.996%200%201%200%202.1%204.92l1.56%201.56a9.94%209.94%200%200%200-1.59%206.7c.53%204.54%204.21%208.22%208.74%208.74c2.49.29%204.81-.34%206.7-1.59l1.56%201.56c.39.39%201.02.39%201.41%200c.4-.38.4-1.01.01-1.4m-10.61-4.6l-2.83-2.83a.996.996%200%201%201%201.41-1.41l2.12%202.12l.18-.18L12.17%2015l-.88.88c-.39.4-1.02.4-1.41.01m3.71-5.13l-7.1-7.1a9.94%209.94%200%200%201%206.7-1.59c4.54.53%208.22%204.21%208.74%208.74c.29%202.49-.34%204.82-1.59%206.7L15%2012.17l1.94-1.94a.996.996%200%201%200-1.41-1.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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