newsstand icon
newsstand-rounded from Material Symbols by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- newsstand-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- newsstand-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
Use the newsstand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20q-.425 0-.712-.288T2 19t.288-.712T3 18h18q.425 0 .713.288T22 19t-.288.713T21 20zm1.288-4.288Q4 15.425 4 15V9q0-.425.288-.712T5 8t.713.288T6 9v6q0 .425-.288.713T5 16t-.712-.288m4 0Q8 15.426 8 15V5q0-.425.288-.712T9 4t.713.288T10 5v10q0 .425-.288.713T9 16t-.712-.288m4 0Q12 15.426 12 15V5q0-.425.288-.712T13 4t.713.288T14 5v10q0 .425-.288.713T13 16t-.712-.288m7.587-.212q-.35.2-.763.088t-.612-.463l-3-5.25q-.2-.35-.088-.763t.463-.612t.763-.088t.612.463l3 5.25q.2.35.088.763t-.463.612"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNewsstandRounded(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="M3 20q-.425 0-.712-.288T2 19t.288-.712T3 18h18q.425 0 .713.288T22 19t-.288.713T21 20zm1.288-4.288Q4 15.425 4 15V9q0-.425.288-.712T5 8t.713.288T6 9v6q0 .425-.288.713T5 16t-.712-.288m4 0Q8 15.426 8 15V5q0-.425.288-.712T9 4t.713.288T10 5v10q0 .425-.288.713T9 16t-.712-.288m4 0Q12 15.426 12 15V5q0-.425.288-.712T13 4t.713.288T14 5v10q0 .425-.288.713T13 16t-.712-.288m7.587-.212q-.35.2-.763.088t-.612-.463l-3-5.25q-.2-.35-.088-.763t.463-.612t.763-.088t.612.463l3 5.25q.2.35.088.763t-.463.612"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20q-.425 0-.712-.288T2 19t.288-.712T3 18h18q.425 0 .713.288T22 19t-.288.713T21 20zm1.288-4.288Q4 15.425 4 15V9q0-.425.288-.712T5 8t.713.288T6 9v6q0 .425-.288.713T5 16t-.712-.288m4 0Q8 15.426 8 15V5q0-.425.288-.712T9 4t.713.288T10 5v10q0 .425-.288.713T9 16t-.712-.288m4 0Q12 15.426 12 15V5q0-.425.288-.712T13 4t.713.288T14 5v10q0 .425-.288.713T13 16t-.712-.288m7.587-.212q-.35.2-.763.088t-.612-.463l-3-5.25q-.2-.35-.088-.763t.463-.612t.763-.088t.612.463l3 5.25q.2.35.088.763t-.463.612"/></svg> </template>
CSS
.icon-newsstand-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%22M3%2020q-.425%200-.712-.288T2%2019t.288-.712T3%2018h18q.425%200%20.713.288T22%2019t-.288.713T21%2020zm1.288-4.288Q4%2015.425%204%2015V9q0-.425.288-.712T5%208t.713.288T6%209v6q0%20.425-.288.713T5%2016t-.712-.288m4%200Q8%2015.426%208%2015V5q0-.425.288-.712T9%204t.713.288T10%205v10q0%20.425-.288.713T9%2016t-.712-.288m4%200Q12%2015.426%2012%2015V5q0-.425.288-.712T13%204t.713.288T14%205v10q0%20.425-.288.713T13%2016t-.712-.288m7.587-.212q-.35.2-.763.088t-.612-.463l-3-5.25q-.2-.35-.088-.763t.463-.612t.763-.088t.612.463l3%205.25q.2.35.088.763t-.463.612%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%22M3%2020q-.425%200-.712-.288T2%2019t.288-.712T3%2018h18q.425%200%20.713.288T22%2019t-.288.713T21%2020zm1.288-4.288Q4%2015.425%204%2015V9q0-.425.288-.712T5%208t.713.288T6%209v6q0%20.425-.288.713T5%2016t-.712-.288m4%200Q8%2015.426%208%2015V5q0-.425.288-.712T9%204t.713.288T10%205v10q0%20.425-.288.713T9%2016t-.712-.288m4%200Q12%2015.426%2012%2015V5q0-.425.288-.712T13%204t.713.288T14%205v10q0%20.425-.288.713T13%2016t-.712-.288m7.587-.212q-.35.2-.763.088t-.612-.463l-3-5.25q-.2-.35-.088-.763t.463-.612t.763-.088t.612.463l3%205.25q.2.35.088.763t-.463.612%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/newsstand-rounded.svg?color=%231a73e8&size=48