web-stories from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
web-stories
Set
Material Symbols Light
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
web-stories-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the web stories icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.116 19.596V4.385q.594.096.989.549T18.5 6v11.98q0 .614-.395 1.067q-.396.453-.99.55M5.732 21.23q-.671 0-1.143-.472q-.473-.473-.473-1.144V4.386q0-.672.473-1.144q.472-.472 1.143-.472H14.5q.671 0 1.143.472q.472.473.472 1.144v15.23q0 .672-.472 1.144t-1.143.472zM19.5 17.98V6q.394.096.64.399q.245.303.245.717v9.75q0 .413-.246.716q-.245.302-.639.399"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWebStories(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="M17.116 19.596V4.385q.594.096.989.549T18.5 6v11.98q0 .614-.395 1.067q-.396.453-.99.55M5.732 21.23q-.671 0-1.143-.472q-.473-.473-.473-1.144V4.386q0-.672.473-1.144q.472-.472 1.143-.472H14.5q.671 0 1.143.472q.472.473.472 1.144v15.23q0 .672-.472 1.144t-1.143.472zM19.5 17.98V6q.394.096.64.399q.245.303.245.717v9.75q0 .413-.246.716q-.245.302-.639.399"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.116 19.596V4.385q.594.096.989.549T18.5 6v11.98q0 .614-.395 1.067q-.396.453-.99.55M5.732 21.23q-.671 0-1.143-.472q-.473-.473-.473-1.144V4.386q0-.672.473-1.144q.472-.472 1.143-.472H14.5q.671 0 1.143.472q.472.473.472 1.144v15.23q0 .672-.472 1.144t-1.143.472zM19.5 17.98V6q.394.096.64.399q.245.303.245.717v9.75q0 .413-.246.716q-.245.302-.639.399"/></svg>
</template>

CSS

.icon-web-stories {
  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%22M17.116%2019.596V4.385q.594.096.989.549T18.5%206v11.98q0%20.614-.395%201.067q-.396.453-.99.55M5.732%2021.23q-.671%200-1.143-.472q-.473-.473-.473-1.144V4.386q0-.672.473-1.144q.472-.472%201.143-.472H14.5q.671%200%201.143.472q.472.473.472%201.144v15.23q0%20.672-.472%201.144t-1.143.472zM19.5%2017.98V6q.394.096.64.399q.245.303.245.717v9.75q0%20.413-.246.716q-.245.302-.639.399%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%22M17.116%2019.596V4.385q.594.096.989.549T18.5%206v11.98q0%20.614-.395%201.067q-.396.453-.99.55M5.732%2021.23q-.671%200-1.143-.472q-.473-.473-.473-1.144V4.386q0-.672.473-1.144q.472-.472%201.143-.472H14.5q.671%200%201.143.472q.472.473.472%201.144v15.23q0%20.672-.472%201.144t-1.143.472zM19.5%2017.98V6q.394.096.64.399q.245.303.245.717v9.75q0%20.413-.246.716q-.245.302-.639.399%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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