round mark as unread icon

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

Name
round-mark-as-unread
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 mark as unread icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.23 7h2.6c-.06-.47-.36-.94-.79-1.17L11.4 2.45c-.56-.29-1.23-.29-1.8-.01L2.8 5.83c-.48.26-.8.81-.8 1.34V15c0 1.1.9 2 2 2V7.4L10.5 4z"/><path fill="currentColor" d="M20 8H7c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2m0 3.46c0 .33-.19.64-.48.79l-5.61 2.88a.89.89 0 0 1-.81 0l-5.61-2.88a.887.887 0 1 1 .81-1.58l5.2 2.67l5.2-2.67c.6-.31 1.3.12 1.3.79"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundMarkAsUnread(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="M16.23 7h2.6c-.06-.47-.36-.94-.79-1.17L11.4 2.45c-.56-.29-1.23-.29-1.8-.01L2.8 5.83c-.48.26-.8.81-.8 1.34V15c0 1.1.9 2 2 2V7.4L10.5 4z"/><path fill="currentColor" d="M20 8H7c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2m0 3.46c0 .33-.19.64-.48.79l-5.61 2.88a.89.89 0 0 1-.81 0l-5.61-2.88a.887.887 0 1 1 .81-1.58l5.2 2.67l5.2-2.67c.6-.31 1.3.12 1.3.79"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.23 7h2.6c-.06-.47-.36-.94-.79-1.17L11.4 2.45c-.56-.29-1.23-.29-1.8-.01L2.8 5.83c-.48.26-.8.81-.8 1.34V15c0 1.1.9 2 2 2V7.4L10.5 4z"/><path fill="currentColor" d="M20 8H7c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2m0 3.46c0 .33-.19.64-.48.79l-5.61 2.88a.89.89 0 0 1-.81 0l-5.61-2.88a.887.887 0 1 1 .81-1.58l5.2 2.67l5.2-2.67c.6-.31 1.3.12 1.3.79"/></svg>
</template>

CSS

.icon-round-mark-as-unread {
  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%22M16.23%207h2.6c-.06-.47-.36-.94-.79-1.17L11.4%202.45c-.56-.29-1.23-.29-1.8-.01L2.8%205.83c-.48.26-.8.81-.8%201.34V15c0%201.1.9%202%202%202V7.4L10.5%204z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%208H7c-1.1%200-2%20.9-2%202v9c0%201.1.9%202%202%202h13c1.1%200%202-.9%202-2v-9c0-1.1-.9-2-2-2m0%203.46c0%20.33-.19.64-.48.79l-5.61%202.88a.89.89%200%200%201-.81%200l-5.61-2.88a.887.887%200%201%201%20.81-1.58l5.2%202.67l5.2-2.67c.6-.31%201.3.12%201.3.79%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%22M16.23%207h2.6c-.06-.47-.36-.94-.79-1.17L11.4%202.45c-.56-.29-1.23-.29-1.8-.01L2.8%205.83c-.48.26-.8.81-.8%201.34V15c0%201.1.9%202%202%202V7.4L10.5%204z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%208H7c-1.1%200-2%20.9-2%202v9c0%201.1.9%202%202%202h13c1.1%200%202-.9%202-2v-9c0-1.1-.9-2-2-2m0%203.46c0%20.33-.19.64-.48.79l-5.61%202.88a.89.89%200%200%201-.81%200l-5.61-2.88a.887.887%200%201%201%20.81-1.58l5.2%202.67l5.2-2.67c.6-.31%201.3.12%201.3.79%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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