inbox text asterisk icon

inbox-text-asterisk-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
inbox-text-asterisk-rounded
Set
Material Symbols Light
Style
Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

Use the inbox text asterisk icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.558 16.912l-1.354 1.882q-.116.177-.323.208t-.385-.104t-.21-.33t.1-.372l1.355-1.863l-2.204-.712q-.189-.067-.287-.256q-.098-.19-.03-.378t.256-.29q.19-.1.378-.033l2.204.711v-2.317q0-.214.143-.357t.357-.143t.356.143t.144.357v2.317l2.203-.711q.189-.068.369.023t.247.3q.067.188-.034.377q-.1.19-.29.257l-2.178.712l1.354 1.863q.135.177.091.372t-.22.33t-.365.094t-.323-.217zM5.616 20q-.672 0-1.144-.472T4 18.385V5.615q0-.67.472-1.143Q4.944 4 5.616 4h12.769q.67 0 1.143.472q.472.472.472 1.144v4.563q0 .194-.143.335q-.143.14-.357.14t-.357-.143t-.143-.357V5.616q0-.27-.173-.443T18.385 5H5.615q-.269 0-.442.173T5 5.616v9h3.57q.274 0 .512.118t.362.362q.225.471.615.803q.389.332.866.513q.142.061.204.162t.094.243q.098.608.323 1.174q.225.567.52 1.125q.161.3.017.592T11.63 20zM8 8.827h8q.214 0 .357-.143t.143-.357t-.143-.357T16 7.827H8q-.213 0-.357.143t-.143.357t.143.357t.357.143m0 3.077h4.908q.213 0 .357-.143t.143-.357t-.143-.357q-.144-.143-.357-.143H8q-.213 0-.357.143q-.143.144-.143.357t.143.357t.357.143"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightInboxTextAsteriskRounded(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="m17.558 16.912l-1.354 1.882q-.116.177-.323.208t-.385-.104t-.21-.33t.1-.372l1.355-1.863l-2.204-.712q-.189-.067-.287-.256q-.098-.19-.03-.378t.256-.29q.19-.1.378-.033l2.204.711v-2.317q0-.214.143-.357t.357-.143t.356.143t.144.357v2.317l2.203-.711q.189-.068.369.023t.247.3q.067.188-.034.377q-.1.19-.29.257l-2.178.712l1.354 1.863q.135.177.091.372t-.22.33t-.365.094t-.323-.217zM5.616 20q-.672 0-1.144-.472T4 18.385V5.615q0-.67.472-1.143Q4.944 4 5.616 4h12.769q.67 0 1.143.472q.472.472.472 1.144v4.563q0 .194-.143.335q-.143.14-.357.14t-.357-.143t-.143-.357V5.616q0-.27-.173-.443T18.385 5H5.615q-.269 0-.442.173T5 5.616v9h3.57q.274 0 .512.118t.362.362q.225.471.615.803q.389.332.866.513q.142.061.204.162t.094.243q.098.608.323 1.174q.225.567.52 1.125q.161.3.017.592T11.63 20zM8 8.827h8q.214 0 .357-.143t.143-.357t-.143-.357T16 7.827H8q-.213 0-.357.143t-.143.357t.143.357t.357.143m0 3.077h4.908q.213 0 .357-.143t.143-.357t-.143-.357q-.144-.143-.357-.143H8q-.213 0-.357.143q-.143.144-.143.357t.143.357t.357.143"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.558 16.912l-1.354 1.882q-.116.177-.323.208t-.385-.104t-.21-.33t.1-.372l1.355-1.863l-2.204-.712q-.189-.067-.287-.256q-.098-.19-.03-.378t.256-.29q.19-.1.378-.033l2.204.711v-2.317q0-.214.143-.357t.357-.143t.356.143t.144.357v2.317l2.203-.711q.189-.068.369.023t.247.3q.067.188-.034.377q-.1.19-.29.257l-2.178.712l1.354 1.863q.135.177.091.372t-.22.33t-.365.094t-.323-.217zM5.616 20q-.672 0-1.144-.472T4 18.385V5.615q0-.67.472-1.143Q4.944 4 5.616 4h12.769q.67 0 1.143.472q.472.472.472 1.144v4.563q0 .194-.143.335q-.143.14-.357.14t-.357-.143t-.143-.357V5.616q0-.27-.173-.443T18.385 5H5.615q-.269 0-.442.173T5 5.616v9h3.57q.274 0 .512.118t.362.362q.225.471.615.803q.389.332.866.513q.142.061.204.162t.094.243q.098.608.323 1.174q.225.567.52 1.125q.161.3.017.592T11.63 20zM8 8.827h8q.214 0 .357-.143t.143-.357t-.143-.357T16 7.827H8q-.213 0-.357.143t-.143.357t.143.357t.357.143m0 3.077h4.908q.213 0 .357-.143t.143-.357t-.143-.357q-.144-.143-.357-.143H8q-.213 0-.357.143q-.143.144-.143.357t.143.357t.357.143"/></svg>
</template>

CSS

.icon-inbox-text-asterisk-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%22m17.558%2016.912l-1.354%201.882q-.116.177-.323.208t-.385-.104t-.21-.33t.1-.372l1.355-1.863l-2.204-.712q-.189-.067-.287-.256q-.098-.19-.03-.378t.256-.29q.19-.1.378-.033l2.204.711v-2.317q0-.214.143-.357t.357-.143t.356.143t.144.357v2.317l2.203-.711q.189-.068.369.023t.247.3q.067.188-.034.377q-.1.19-.29.257l-2.178.712l1.354%201.863q.135.177.091.372t-.22.33t-.365.094t-.323-.217zM5.616%2020q-.672%200-1.144-.472T4%2018.385V5.615q0-.67.472-1.143Q4.944%204%205.616%204h12.769q.67%200%201.143.472q.472.472.472%201.144v4.563q0%20.194-.143.335q-.143.14-.357.14t-.357-.143t-.143-.357V5.616q0-.27-.173-.443T18.385%205H5.615q-.269%200-.442.173T5%205.616v9h3.57q.274%200%20.512.118t.362.362q.225.471.615.803q.389.332.866.513q.142.061.204.162t.094.243q.098.608.323%201.174q.225.567.52%201.125q.161.3.017.592T11.63%2020zM8%208.827h8q.214%200%20.357-.143t.143-.357t-.143-.357T16%207.827H8q-.213%200-.357.143t-.143.357t.143.357t.357.143m0%203.077h4.908q.213%200%20.357-.143t.143-.357t-.143-.357q-.144-.143-.357-.143H8q-.213%200-.357.143q-.143.144-.143.357t.143.357t.357.143%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%22m17.558%2016.912l-1.354%201.882q-.116.177-.323.208t-.385-.104t-.21-.33t.1-.372l1.355-1.863l-2.204-.712q-.189-.067-.287-.256q-.098-.19-.03-.378t.256-.29q.19-.1.378-.033l2.204.711v-2.317q0-.214.143-.357t.357-.143t.356.143t.144.357v2.317l2.203-.711q.189-.068.369.023t.247.3q.067.188-.034.377q-.1.19-.29.257l-2.178.712l1.354%201.863q.135.177.091.372t-.22.33t-.365.094t-.323-.217zM5.616%2020q-.672%200-1.144-.472T4%2018.385V5.615q0-.67.472-1.143Q4.944%204%205.616%204h12.769q.67%200%201.143.472q.472.472.472%201.144v4.563q0%20.194-.143.335q-.143.14-.357.14t-.357-.143t-.143-.357V5.616q0-.27-.173-.443T18.385%205H5.615q-.269%200-.442.173T5%205.616v9h3.57q.274%200%20.512.118t.362.362q.225.471.615.803q.389.332.866.513q.142.061.204.162t.094.243q.098.608.323%201.174q.225.567.52%201.125q.161.3.017.592T11.63%2020zM8%208.827h8q.214%200%20.357-.143t.143-.357t-.143-.357T16%207.827H8q-.213%200-.357.143t-.143.357t.143.357t.357.143m0%203.077h4.908q.213%200%20.357-.143t.143-.357t-.143-.357q-.144-.143-.357-.143H8q-.213%200-.357.143q-.143.144-.143.357t.143.357t.357.143%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/inbox-text-asterisk-rounded.svg?color=%231a73e8&size=48