auto stories icon
auto-stories from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- auto-stories
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
Use the auto stories icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.962 18.73q-1.22-.834-2.6-1.282T6.5 17q-.78 0-1.534.13q-.753.132-1.466.42q-.544.217-1.022-.121T2 16.496V6.87q0-.371.205-.669t.537-.423q.881-.388 1.833-.583T6.5 5q1.47 0 2.847.452T12 6.654v10.869q1.256-.8 2.666-1.161Q16.075 16 17.5 16q.823 0 1.378.064q.555.063 1.545.344q.212.057.394.01q.183-.049.183-.318V5.639q.144.028.276.08t.251.135q.237.125.355.356t.118.506v9.742q0 .594-.507.923q-.506.329-1.108.13q-.695-.269-1.419-.39T17.5 17q-1.5 0-2.92.42t-2.618 1.31M14 15V6.5l5-5v9z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAutoStories(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="M11.962 18.73q-1.22-.834-2.6-1.282T6.5 17q-.78 0-1.534.13q-.753.132-1.466.42q-.544.217-1.022-.121T2 16.496V6.87q0-.371.205-.669t.537-.423q.881-.388 1.833-.583T6.5 5q1.47 0 2.847.452T12 6.654v10.869q1.256-.8 2.666-1.161Q16.075 16 17.5 16q.823 0 1.378.064q.555.063 1.545.344q.212.057.394.01q.183-.049.183-.318V5.639q.144.028.276.08t.251.135q.237.125.355.356t.118.506v9.742q0 .594-.507.923q-.506.329-1.108.13q-.695-.269-1.419-.39T17.5 17q-1.5 0-2.92.42t-2.618 1.31M14 15V6.5l5-5v9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.962 18.73q-1.22-.834-2.6-1.282T6.5 17q-.78 0-1.534.13q-.753.132-1.466.42q-.544.217-1.022-.121T2 16.496V6.87q0-.371.205-.669t.537-.423q.881-.388 1.833-.583T6.5 5q1.47 0 2.847.452T12 6.654v10.869q1.256-.8 2.666-1.161Q16.075 16 17.5 16q.823 0 1.378.064q.555.063 1.545.344q.212.057.394.01q.183-.049.183-.318V5.639q.144.028.276.08t.251.135q.237.125.355.356t.118.506v9.742q0 .594-.507.923q-.506.329-1.108.13q-.695-.269-1.419-.39T17.5 17q-1.5 0-2.92.42t-2.618 1.31M14 15V6.5l5-5v9z"/></svg> </template>
CSS
.icon-auto-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%22M11.962%2018.73q-1.22-.834-2.6-1.282T6.5%2017q-.78%200-1.534.13q-.753.132-1.466.42q-.544.217-1.022-.121T2%2016.496V6.87q0-.371.205-.669t.537-.423q.881-.388%201.833-.583T6.5%205q1.47%200%202.847.452T12%206.654v10.869q1.256-.8%202.666-1.161Q16.075%2016%2017.5%2016q.823%200%201.378.064q.555.063%201.545.344q.212.057.394.01q.183-.049.183-.318V5.639q.144.028.276.08t.251.135q.237.125.355.356t.118.506v9.742q0%20.594-.507.923q-.506.329-1.108.13q-.695-.269-1.419-.39T17.5%2017q-1.5%200-2.92.42t-2.618%201.31M14%2015V6.5l5-5v9z%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%22M11.962%2018.73q-1.22-.834-2.6-1.282T6.5%2017q-.78%200-1.534.13q-.753.132-1.466.42q-.544.217-1.022-.121T2%2016.496V6.87q0-.371.205-.669t.537-.423q.881-.388%201.833-.583T6.5%205q1.47%200%202.847.452T12%206.654v10.869q1.256-.8%202.666-1.161Q16.075%2016%2017.5%2016q.823%200%201.378.064q.555.063%201.545.344q.212.057.394.01q.183-.049.183-.318V5.639q.144.028.276.08t.251.135q.237.125.355.356t.118.506v9.742q0%20.594-.507.923q-.506.329-1.108.13q-.695-.269-1.419-.39T17.5%2017q-1.5%200-2.92.42t-2.618%201.31M14%2015V6.5l5-5v9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/auto-stories.svg?color=%231a73e8&size=48