article shortcut icon
article-shortcut-outline-rounded from Material Symbols by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- article-shortcut-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the article shortcut icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 21h-8q-.425 0-.712-.288T10 20t.288-.712T11 19h8V5H5v3q0 .425-.288.713T4 9t-.712-.288T3 8V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21M6.625 22q-1.975 0-3.363-1.388T1.875 17.25q0-1.425.738-2.55T4.55 13H3q-.425 0-.712-.288T2 12t.288-.712T3 11h4q.425 0 .713.288T8 12v4q0 .425-.288.713T7 17t-.712-.288T6 16v-1.425q-.925.2-1.525.95t-.6 1.725q0 1.15.812 1.95t1.938.8q.425 0 .713.288t.287.712t-.288.713t-.712.287M11 17h2q.425 0 .713-.288T14 16t-.288-.712T13 15h-2q-.425 0-.712.288T10 16t.288.713T11 17m0-4h5q.425 0 .713-.288T17 12t-.288-.712T16 11h-5q-.425 0-.712.288T10 12t.288.713T11 13M8 9h8q.425 0 .713-.288T17 8t-.288-.712T16 7H8q-.425 0-.712.288T7 8t.288.713T8 9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsArticleShortcutOutlineRounded(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="M19 21h-8q-.425 0-.712-.288T10 20t.288-.712T11 19h8V5H5v3q0 .425-.288.713T4 9t-.712-.288T3 8V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21M6.625 22q-1.975 0-3.363-1.388T1.875 17.25q0-1.425.738-2.55T4.55 13H3q-.425 0-.712-.288T2 12t.288-.712T3 11h4q.425 0 .713.288T8 12v4q0 .425-.288.713T7 17t-.712-.288T6 16v-1.425q-.925.2-1.525.95t-.6 1.725q0 1.15.812 1.95t1.938.8q.425 0 .713.288t.287.712t-.288.713t-.712.287M11 17h2q.425 0 .713-.288T14 16t-.288-.712T13 15h-2q-.425 0-.712.288T10 16t.288.713T11 17m0-4h5q.425 0 .713-.288T17 12t-.288-.712T16 11h-5q-.425 0-.712.288T10 12t.288.713T11 13M8 9h8q.425 0 .713-.288T17 8t-.288-.712T16 7H8q-.425 0-.712.288T7 8t.288.713T8 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 21h-8q-.425 0-.712-.288T10 20t.288-.712T11 19h8V5H5v3q0 .425-.288.713T4 9t-.712-.288T3 8V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21M6.625 22q-1.975 0-3.363-1.388T1.875 17.25q0-1.425.738-2.55T4.55 13H3q-.425 0-.712-.288T2 12t.288-.712T3 11h4q.425 0 .713.288T8 12v4q0 .425-.288.713T7 17t-.712-.288T6 16v-1.425q-.925.2-1.525.95t-.6 1.725q0 1.15.812 1.95t1.938.8q.425 0 .713.288t.287.712t-.288.713t-.712.287M11 17h2q.425 0 .713-.288T14 16t-.288-.712T13 15h-2q-.425 0-.712.288T10 16t.288.713T11 17m0-4h5q.425 0 .713-.288T17 12t-.288-.712T16 11h-5q-.425 0-.712.288T10 12t.288.713T11 13M8 9h8q.425 0 .713-.288T17 8t-.288-.712T16 7H8q-.425 0-.712.288T7 8t.288.713T8 9"/></svg> </template>
CSS
.icon-article-shortcut-outline-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%22M19%2021h-8q-.425%200-.712-.288T10%2020t.288-.712T11%2019h8V5H5v3q0%20.425-.288.713T4%209t-.712-.288T3%208V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v14q0%20.825-.587%201.413T19%2021M6.625%2022q-1.975%200-3.363-1.388T1.875%2017.25q0-1.425.738-2.55T4.55%2013H3q-.425%200-.712-.288T2%2012t.288-.712T3%2011h4q.425%200%20.713.288T8%2012v4q0%20.425-.288.713T7%2017t-.712-.288T6%2016v-1.425q-.925.2-1.525.95t-.6%201.725q0%201.15.812%201.95t1.938.8q.425%200%20.713.288t.287.712t-.288.713t-.712.287M11%2017h2q.425%200%20.713-.288T14%2016t-.288-.712T13%2015h-2q-.425%200-.712.288T10%2016t.288.713T11%2017m0-4h5q.425%200%20.713-.288T17%2012t-.288-.712T16%2011h-5q-.425%200-.712.288T10%2012t.288.713T11%2013M8%209h8q.425%200%20.713-.288T17%208t-.288-.712T16%207H8q-.425%200-.712.288T7%208t.288.713T8%209%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%22M19%2021h-8q-.425%200-.712-.288T10%2020t.288-.712T11%2019h8V5H5v3q0%20.425-.288.713T4%209t-.712-.288T3%208V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v14q0%20.825-.587%201.413T19%2021M6.625%2022q-1.975%200-3.363-1.388T1.875%2017.25q0-1.425.738-2.55T4.55%2013H3q-.425%200-.712-.288T2%2012t.288-.712T3%2011h4q.425%200%20.713.288T8%2012v4q0%20.425-.288.713T7%2017t-.712-.288T6%2016v-1.425q-.925.2-1.525.95t-.6%201.725q0%201.15.812%201.95t1.938.8q.425%200%20.713.288t.287.712t-.288.713t-.712.287M11%2017h2q.425%200%20.713-.288T14%2016t-.288-.712T13%2015h-2q-.425%200-.712.288T10%2016t.288.713T11%2017m0-4h5q.425%200%20.713-.288T17%2012t-.288-.712T16%2011h-5q-.425%200-.712.288T10%2012t.288.713T11%2013M8%209h8q.425%200%20.713-.288T17%208t-.288-.712T16%207H8q-.425%200-.712.288T7%208t.288.713T8%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/article-shortcut-outline-rounded.svg?color=%231a73e8&size=48