thread unread icon
thread-unread from Material Symbols by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- thread-unread
- Set
- Material Symbols
- Style
- Regular
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- thread-unread-outline, thread-unread-outline-sharp, thread-unread-sharp
1 other variant in Material Symbols
The same icon in other sets
More communicate icons from Material Symbols
Use the thread unread icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.85 21q-1.35 0-2.275-.925t-.925-2.225q0-1.9 1.538-3.438t3.837-1.912q-.075-.9-.45-1.362t-1.025-.463q-.75 0-1.625.625t-2.075 2.05q-1.95 2.325-2.862 3.025t-1.963.7q-1.275 0-2.15-.95T3 13.825t.588-2.762t1.987-3.388q.475-.65.7-1.1T6.5 5.85q0-.175-.062-.262T6.25 5.5q-.25 0-.625.313t-.875.962L3 5q.8-.975 1.625-1.487T6.25 3q1.15 0 1.95.8t.8 2q0 .725-.375 1.6t-1.25 2.1q-.95 1.35-1.412 2.375t-.463 1.8q0 .425.138.663t.387.237t.438-.137t.687-.663q.325-.35.775-.862t1.1-1.263q1.575-1.875 2.85-2.675t2.675-.8q1.675 0 2.75 1.125t1.225 3.075H21v2.5h-2.475q-.2 2.8-1.462 4.462T13.85 21m.05-2.5q.8 0 1.35-.913T16 15.05q-1.15.275-2 1.088t-.85 1.612q0 .35.2.55t.55.2m3.975-12.375Q17 5.25 17 4t.875-2.125T20 1t2.125.875T23 4t-.875 2.125T20 7t-2.125-.875"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsThreadUnread(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.85 21q-1.35 0-2.275-.925t-.925-2.225q0-1.9 1.538-3.438t3.837-1.912q-.075-.9-.45-1.362t-1.025-.463q-.75 0-1.625.625t-2.075 2.05q-1.95 2.325-2.862 3.025t-1.963.7q-1.275 0-2.15-.95T3 13.825t.588-2.762t1.987-3.388q.475-.65.7-1.1T6.5 5.85q0-.175-.062-.262T6.25 5.5q-.25 0-.625.313t-.875.962L3 5q.8-.975 1.625-1.487T6.25 3q1.15 0 1.95.8t.8 2q0 .725-.375 1.6t-1.25 2.1q-.95 1.35-1.412 2.375t-.463 1.8q0 .425.138.663t.387.237t.438-.137t.687-.663q.325-.35.775-.862t1.1-1.263q1.575-1.875 2.85-2.675t2.675-.8q1.675 0 2.75 1.125t1.225 3.075H21v2.5h-2.475q-.2 2.8-1.462 4.462T13.85 21m.05-2.5q.8 0 1.35-.913T16 15.05q-1.15.275-2 1.088t-.85 1.612q0 .35.2.55t.55.2m3.975-12.375Q17 5.25 17 4t.875-2.125T20 1t2.125.875T23 4t-.875 2.125T20 7t-2.125-.875"/></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.85 21q-1.35 0-2.275-.925t-.925-2.225q0-1.9 1.538-3.438t3.837-1.912q-.075-.9-.45-1.362t-1.025-.463q-.75 0-1.625.625t-2.075 2.05q-1.95 2.325-2.862 3.025t-1.963.7q-1.275 0-2.15-.95T3 13.825t.588-2.762t1.987-3.388q.475-.65.7-1.1T6.5 5.85q0-.175-.062-.262T6.25 5.5q-.25 0-.625.313t-.875.962L3 5q.8-.975 1.625-1.487T6.25 3q1.15 0 1.95.8t.8 2q0 .725-.375 1.6t-1.25 2.1q-.95 1.35-1.412 2.375t-.463 1.8q0 .425.138.663t.387.237t.438-.137t.687-.663q.325-.35.775-.862t1.1-1.263q1.575-1.875 2.85-2.675t2.675-.8q1.675 0 2.75 1.125t1.225 3.075H21v2.5h-2.475q-.2 2.8-1.462 4.462T13.85 21m.05-2.5q.8 0 1.35-.913T16 15.05q-1.15.275-2 1.088t-.85 1.612q0 .35.2.55t.55.2m3.975-12.375Q17 5.25 17 4t.875-2.125T20 1t2.125.875T23 4t-.875 2.125T20 7t-2.125-.875"/></svg> </template>
CSS
.icon-thread-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%22M13.85%2021q-1.35%200-2.275-.925t-.925-2.225q0-1.9%201.538-3.438t3.837-1.912q-.075-.9-.45-1.362t-1.025-.463q-.75%200-1.625.625t-2.075%202.05q-1.95%202.325-2.862%203.025t-1.963.7q-1.275%200-2.15-.95T3%2013.825t.588-2.762t1.987-3.388q.475-.65.7-1.1T6.5%205.85q0-.175-.062-.262T6.25%205.5q-.25%200-.625.313t-.875.962L3%205q.8-.975%201.625-1.487T6.25%203q1.15%200%201.95.8t.8%202q0%20.725-.375%201.6t-1.25%202.1q-.95%201.35-1.412%202.375t-.463%201.8q0%20.425.138.663t.387.237t.438-.137t.687-.663q.325-.35.775-.862t1.1-1.263q1.575-1.875%202.85-2.675t2.675-.8q1.675%200%202.75%201.125t1.225%203.075H21v2.5h-2.475q-.2%202.8-1.462%204.462T13.85%2021m.05-2.5q.8%200%201.35-.913T16%2015.05q-1.15.275-2%201.088t-.85%201.612q0%20.35.2.55t.55.2m3.975-12.375Q17%205.25%2017%204t.875-2.125T20%201t2.125.875T23%204t-.875%202.125T20%207t-2.125-.875%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.85%2021q-1.35%200-2.275-.925t-.925-2.225q0-1.9%201.538-3.438t3.837-1.912q-.075-.9-.45-1.362t-1.025-.463q-.75%200-1.625.625t-2.075%202.05q-1.95%202.325-2.862%203.025t-1.963.7q-1.275%200-2.15-.95T3%2013.825t.588-2.762t1.987-3.388q.475-.65.7-1.1T6.5%205.85q0-.175-.062-.262T6.25%205.5q-.25%200-.625.313t-.875.962L3%205q.8-.975%201.625-1.487T6.25%203q1.15%200%201.95.8t.8%202q0%20.725-.375%201.6t-1.25%202.1q-.95%201.35-1.412%202.375t-.463%201.8q0%20.425.138.663t.387.237t.438-.137t.687-.663q.325-.35.775-.862t1.1-1.263q1.575-1.875%202.85-2.675t2.675-.8q1.675%200%202.75%201.125t1.225%203.075H21v2.5h-2.475q-.2%202.8-1.462%204.462T13.85%2021m.05-2.5q.8%200%201.35-.913T16%2015.05q-1.15.275-2%201.088t-.85%201.612q0%20.35.2.55t.55.2m3.975-12.375Q17%205.25%2017%204t.875-2.125T20%201t2.125.875T23%204t-.875%202.125T20%207t-2.125-.875%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/thread-unread.svg?color=%231a73e8&size=48