thread unread icon
thread-unread-outline from Material Symbols Light by Google · Outline · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- thread-unread-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- thread-unread-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More communicate icons from Material Symbols Light
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.754 20q-1.158 0-1.881-.733q-.723-.732-.723-1.898q0-1.707 1.48-3.033t3.645-1.567q-.113-1.285-.556-1.882t-1.265-.597q-.865 0-1.779.654t-2.229 2.252q-1.45 1.787-2.343 2.448q-.893.662-1.809.662q-1.025 0-1.66-.729Q4 14.848 4 13.652q0-1.12.501-2.359t1.593-2.772q.648-.9.922-1.465q.273-.566.273-.956q0-.31-.16-.455q-.158-.145-.456-.145q-.346 0-.74.255t-.875.79L4 5.5q.685-.744 1.346-1.122Q6.008 4 6.673 4q.92 0 1.518.589q.597.588.597 1.5q0 .667-.346 1.445q-.346.78-1.22 2.024q-.893 1.292-1.307 2.269q-.415.977-.415 1.79q0 .54.224.865t.57.324q.308 0 .61-.166q.304-.167.746-.576q.325-.293.708-.738t.917-1.06q1.594-1.914 2.754-2.695t2.406-.78q1.463 0 2.346 1.048t.994 2.902h2.244v1.5h-2.244q-.161 2.626-1.26 4.193Q15.415 20 13.754 20m.012-1.5q1.011 0 1.695-1.153t.808-3.066q-1.477.16-2.548 1.068q-1.071.909-1.071 1.978q0 .523.296.848t.82.325M17.23 6.789q-.731-.731-.731-1.77t.73-1.769T19 2.52t1.77.73t.73 1.77t-.73 1.769t-1.77.73t-1.77-.73"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightThreadUnreadOutline(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.754 20q-1.158 0-1.881-.733q-.723-.732-.723-1.898q0-1.707 1.48-3.033t3.645-1.567q-.113-1.285-.556-1.882t-1.265-.597q-.865 0-1.779.654t-2.229 2.252q-1.45 1.787-2.343 2.448q-.893.662-1.809.662q-1.025 0-1.66-.729Q4 14.848 4 13.652q0-1.12.501-2.359t1.593-2.772q.648-.9.922-1.465q.273-.566.273-.956q0-.31-.16-.455q-.158-.145-.456-.145q-.346 0-.74.255t-.875.79L4 5.5q.685-.744 1.346-1.122Q6.008 4 6.673 4q.92 0 1.518.589q.597.588.597 1.5q0 .667-.346 1.445q-.346.78-1.22 2.024q-.893 1.292-1.307 2.269q-.415.977-.415 1.79q0 .54.224.865t.57.324q.308 0 .61-.166q.304-.167.746-.576q.325-.293.708-.738t.917-1.06q1.594-1.914 2.754-2.695t2.406-.78q1.463 0 2.346 1.048t.994 2.902h2.244v1.5h-2.244q-.161 2.626-1.26 4.193Q15.415 20 13.754 20m.012-1.5q1.011 0 1.695-1.153t.808-3.066q-1.477.16-2.548 1.068q-1.071.909-1.071 1.978q0 .523.296.848t.82.325M17.23 6.789q-.731-.731-.731-1.77t.73-1.769T19 2.52t1.77.73t.73 1.77t-.73 1.769t-1.77.73t-1.77-.73"/></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.754 20q-1.158 0-1.881-.733q-.723-.732-.723-1.898q0-1.707 1.48-3.033t3.645-1.567q-.113-1.285-.556-1.882t-1.265-.597q-.865 0-1.779.654t-2.229 2.252q-1.45 1.787-2.343 2.448q-.893.662-1.809.662q-1.025 0-1.66-.729Q4 14.848 4 13.652q0-1.12.501-2.359t1.593-2.772q.648-.9.922-1.465q.273-.566.273-.956q0-.31-.16-.455q-.158-.145-.456-.145q-.346 0-.74.255t-.875.79L4 5.5q.685-.744 1.346-1.122Q6.008 4 6.673 4q.92 0 1.518.589q.597.588.597 1.5q0 .667-.346 1.445q-.346.78-1.22 2.024q-.893 1.292-1.307 2.269q-.415.977-.415 1.79q0 .54.224.865t.57.324q.308 0 .61-.166q.304-.167.746-.576q.325-.293.708-.738t.917-1.06q1.594-1.914 2.754-2.695t2.406-.78q1.463 0 2.346 1.048t.994 2.902h2.244v1.5h-2.244q-.161 2.626-1.26 4.193Q15.415 20 13.754 20m.012-1.5q1.011 0 1.695-1.153t.808-3.066q-1.477.16-2.548 1.068q-1.071.909-1.071 1.978q0 .523.296.848t.82.325M17.23 6.789q-.731-.731-.731-1.77t.73-1.769T19 2.52t1.77.73t.73 1.77t-.73 1.769t-1.77.73t-1.77-.73"/></svg> </template>
CSS
.icon-thread-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%20d%3D%22M13.754%2020q-1.158%200-1.881-.733q-.723-.732-.723-1.898q0-1.707%201.48-3.033t3.645-1.567q-.113-1.285-.556-1.882t-1.265-.597q-.865%200-1.779.654t-2.229%202.252q-1.45%201.787-2.343%202.448q-.893.662-1.809.662q-1.025%200-1.66-.729Q4%2014.848%204%2013.652q0-1.12.501-2.359t1.593-2.772q.648-.9.922-1.465q.273-.566.273-.956q0-.31-.16-.455q-.158-.145-.456-.145q-.346%200-.74.255t-.875.79L4%205.5q.685-.744%201.346-1.122Q6.008%204%206.673%204q.92%200%201.518.589q.597.588.597%201.5q0%20.667-.346%201.445q-.346.78-1.22%202.024q-.893%201.292-1.307%202.269q-.415.977-.415%201.79q0%20.54.224.865t.57.324q.308%200%20.61-.166q.304-.167.746-.576q.325-.293.708-.738t.917-1.06q1.594-1.914%202.754-2.695t2.406-.78q1.463%200%202.346%201.048t.994%202.902h2.244v1.5h-2.244q-.161%202.626-1.26%204.193Q15.415%2020%2013.754%2020m.012-1.5q1.011%200%201.695-1.153t.808-3.066q-1.477.16-2.548%201.068q-1.071.909-1.071%201.978q0%20.523.296.848t.82.325M17.23%206.789q-.731-.731-.731-1.77t.73-1.769T19%202.52t1.77.73t.73%201.77t-.73%201.769t-1.77.73t-1.77-.73%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.754%2020q-1.158%200-1.881-.733q-.723-.732-.723-1.898q0-1.707%201.48-3.033t3.645-1.567q-.113-1.285-.556-1.882t-1.265-.597q-.865%200-1.779.654t-2.229%202.252q-1.45%201.787-2.343%202.448q-.893.662-1.809.662q-1.025%200-1.66-.729Q4%2014.848%204%2013.652q0-1.12.501-2.359t1.593-2.772q.648-.9.922-1.465q.273-.566.273-.956q0-.31-.16-.455q-.158-.145-.456-.145q-.346%200-.74.255t-.875.79L4%205.5q.685-.744%201.346-1.122Q6.008%204%206.673%204q.92%200%201.518.589q.597.588.597%201.5q0%20.667-.346%201.445q-.346.78-1.22%202.024q-.893%201.292-1.307%202.269q-.415.977-.415%201.79q0%20.54.224.865t.57.324q.308%200%20.61-.166q.304-.167.746-.576q.325-.293.708-.738t.917-1.06q1.594-1.914%202.754-2.695t2.406-.78q1.463%200%202.346%201.048t.994%202.902h2.244v1.5h-2.244q-.161%202.626-1.26%204.193Q15.415%2020%2013.754%2020m.012-1.5q1.011%200%201.695-1.153t.808-3.066q-1.477.16-2.548%201.068q-1.071.909-1.071%201.978q0%20.523.296.848t.82.325M17.23%206.789q-.731-.731-.731-1.77t.73-1.769T19%202.52t1.77.73t.73%201.77t-.73%201.769t-1.77.73t-1.77-.73%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/thread-unread-outline.svg?color=%231a73e8&size=48