unread icon

unread-outline from Solar by 480 Design · Outline · Messages · CC-BY-4.0 Attribution required.

Name
unread-outline
Set
Solar
Style
Outline
Category
Messages
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More messages icons from Solar

Use the unread icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.4933 6.93502C18.8053 7.20743 18.8374 7.68122 18.565 7.99325L10.7079 16.9933C10.5654 17.1564 10.3594 17.25 10.1429 17.25C9.9263 17.25 9.72031 17.1564 9.57788 16.9933L6.43502 13.3933C6.16261 13.0812 6.19473 12.6074 6.50677 12.335C6.8188 12.0626 7.29259 12.0947 7.565 12.4068L10.1429 15.3596L17.435 7.00677C17.7074 6.69473 18.1812 6.66261 18.4933 6.93502Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarUnreadOutline(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" fillRule="evenodd" d="M18.4933 6.93502C18.8053 7.20743 18.8374 7.68122 18.565 7.99325L10.7079 16.9933C10.5654 17.1564 10.3594 17.25 10.1429 17.25C9.9263 17.25 9.72031 17.1564 9.57788 16.9933L6.43502 13.3933C6.16261 13.0812 6.19473 12.6074 6.50677 12.335C6.8188 12.0626 7.29259 12.0947 7.565 12.4068L10.1429 15.3596L17.435 7.00677C17.7074 6.69473 18.1812 6.66261 18.4933 6.93502Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.4933 6.93502C18.8053 7.20743 18.8374 7.68122 18.565 7.99325L10.7079 16.9933C10.5654 17.1564 10.3594 17.25 10.1429 17.25C9.9263 17.25 9.72031 17.1564 9.57788 16.9933L6.43502 13.3933C6.16261 13.0812 6.19473 12.6074 6.50677 12.335C6.8188 12.0626 7.29259 12.0947 7.565 12.4068L10.1429 15.3596L17.435 7.00677C17.7074 6.69473 18.1812 6.66261 18.4933 6.93502Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-unread-outline {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M18.4933%206.93502C18.8053%207.20743%2018.8374%207.68122%2018.565%207.99325L10.7079%2016.9933C10.5654%2017.1564%2010.3594%2017.25%2010.1429%2017.25C9.9263%2017.25%209.72031%2017.1564%209.57788%2016.9933L6.43502%2013.3933C6.16261%2013.0812%206.19473%2012.6074%206.50677%2012.335C6.8188%2012.0626%207.29259%2012.0947%207.565%2012.4068L10.1429%2015.3596L17.435%207.00677C17.7074%206.69473%2018.1812%206.66261%2018.4933%206.93502Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M18.4933%206.93502C18.8053%207.20743%2018.8374%207.68122%2018.565%207.99325L10.7079%2016.9933C10.5654%2017.1564%2010.3594%2017.25%2010.1429%2017.25C9.9263%2017.25%209.72031%2017.1564%209.57788%2016.9933L6.43502%2013.3933C6.16261%2013.0812%206.19473%2012.6074%206.50677%2012.335C6.8188%2012.0626%207.29259%2012.0947%207.565%2012.4068L10.1429%2015.3596L17.435%207.00677C17.7074%206.69473%2018.1812%206.66261%2018.4933%206.93502Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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