article-shortcut from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
article-shortcut
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

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="M7.221 21q-1.767 0-3.008-1.236T2.97 16.77q0-1.358.767-2.43t1.966-1.531H3v-1h4.539v4.538h-1v-2.771q-1.118.237-1.843 1.127t-.725 2.046q0 1.364.947 2.308q.948.944 2.303.944zM7.5 8.5h9v-1h-9zM9.923 20v-3.5H13.5v-1H9.923v-3H16.5v-1H9.923V9.423H4V5.615q0-.69.463-1.153T5.616 4h12.769q.69 0 1.153.462T20 5.615v12.77q0 .69-.462 1.152T18.384 20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightArticleShortcut(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="M7.221 21q-1.767 0-3.008-1.236T2.97 16.77q0-1.358.767-2.43t1.966-1.531H3v-1h4.539v4.538h-1v-2.771q-1.118.237-1.843 1.127t-.725 2.046q0 1.364.947 2.308q.948.944 2.303.944zM7.5 8.5h9v-1h-9zM9.923 20v-3.5H13.5v-1H9.923v-3H16.5v-1H9.923V9.423H4V5.615q0-.69.463-1.153T5.616 4h12.769q.69 0 1.153.462T20 5.615v12.77q0 .69-.462 1.152T18.384 20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.221 21q-1.767 0-3.008-1.236T2.97 16.77q0-1.358.767-2.43t1.966-1.531H3v-1h4.539v4.538h-1v-2.771q-1.118.237-1.843 1.127t-.725 2.046q0 1.364.947 2.308q.948.944 2.303.944zM7.5 8.5h9v-1h-9zM9.923 20v-3.5H13.5v-1H9.923v-3H16.5v-1H9.923V9.423H4V5.615q0-.69.463-1.153T5.616 4h12.769q.69 0 1.153.462T20 5.615v12.77q0 .69-.462 1.152T18.384 20z"/></svg>
</template>

CSS

.icon-article-shortcut {
  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%22M7.221%2021q-1.767%200-3.008-1.236T2.97%2016.77q0-1.358.767-2.43t1.966-1.531H3v-1h4.539v4.538h-1v-2.771q-1.118.237-1.843%201.127t-.725%202.046q0%201.364.947%202.308q.948.944%202.303.944zM7.5%208.5h9v-1h-9zM9.923%2020v-3.5H13.5v-1H9.923v-3H16.5v-1H9.923V9.423H4V5.615q0-.69.463-1.153T5.616%204h12.769q.69%200%201.153.462T20%205.615v12.77q0%20.69-.462%201.152T18.384%2020z%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%22M7.221%2021q-1.767%200-3.008-1.236T2.97%2016.77q0-1.358.767-2.43t1.966-1.531H3v-1h4.539v4.538h-1v-2.771q-1.118.237-1.843%201.127t-.725%202.046q0%201.364.947%202.308q.948.944%202.303.944zM7.5%208.5h9v-1h-9zM9.923%2020v-3.5H13.5v-1H9.923v-3H16.5v-1H9.923V9.423H4V5.615q0-.69.463-1.153T5.616%204h12.769q.69%200%201.153.462T20%205.615v12.77q0%20.69-.462%201.152T18.384%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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