auto stories icon
auto-stories-outline-sharp from Material Symbols Light by Google · Outline Sharp · Images · Apache-2.0 Free for personal and commercial use.
- Name
- auto-stories-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- 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-1.186 0-2.311.299T2 18.117V6.127q1.027-.58 2.17-.854Q5.314 5 6.5 5q1.47 0 2.85.452T12 6.654v10.869q1.23-.794 2.628-1.158Q16.025 16 17.5 16q.9 0 1.775.15t1.725.47V5.638q.275.098.528.207q.253.11.472.281v11.99q-1.063-.519-2.189-.818T17.5 17q-1.5 0-2.92.42t-2.618 1.31M14 15V6.5l5-5v9zm-3 2.048V7.244q-1.056-.561-2.184-.903Q7.69 6 6.5 6q-.9 0-1.797.166q-.897.165-1.703.572v9.887q.85-.287 1.725-.456T6.5 16q1.189 0 2.323.237q1.135.236 2.177.811m0 0V7.244z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAutoStoriesOutlineSharp(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-1.186 0-2.311.299T2 18.117V6.127q1.027-.58 2.17-.854Q5.314 5 6.5 5q1.47 0 2.85.452T12 6.654v10.869q1.23-.794 2.628-1.158Q16.025 16 17.5 16q.9 0 1.775.15t1.725.47V5.638q.275.098.528.207q.253.11.472.281v11.99q-1.063-.519-2.189-.818T17.5 17q-1.5 0-2.92.42t-2.618 1.31M14 15V6.5l5-5v9zm-3 2.048V7.244q-1.056-.561-2.184-.903Q7.69 6 6.5 6q-.9 0-1.797.166q-.897.165-1.703.572v9.887q.85-.287 1.725-.456T6.5 16q1.189 0 2.323.237q1.135.236 2.177.811m0 0V7.244z"/></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-1.186 0-2.311.299T2 18.117V6.127q1.027-.58 2.17-.854Q5.314 5 6.5 5q1.47 0 2.85.452T12 6.654v10.869q1.23-.794 2.628-1.158Q16.025 16 17.5 16q.9 0 1.775.15t1.725.47V5.638q.275.098.528.207q.253.11.472.281v11.99q-1.063-.519-2.189-.818T17.5 17q-1.5 0-2.92.42t-2.618 1.31M14 15V6.5l5-5v9zm-3 2.048V7.244q-1.056-.561-2.184-.903Q7.69 6 6.5 6q-.9 0-1.797.166q-.897.165-1.703.572v9.887q.85-.287 1.725-.456T6.5 16q1.189 0 2.323.237q1.135.236 2.177.811m0 0V7.244z"/></svg> </template>
CSS
.icon-auto-stories-outline-sharp {
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-1.186%200-2.311.299T2%2018.117V6.127q1.027-.58%202.17-.854Q5.314%205%206.5%205q1.47%200%202.85.452T12%206.654v10.869q1.23-.794%202.628-1.158Q16.025%2016%2017.5%2016q.9%200%201.775.15t1.725.47V5.638q.275.098.528.207q.253.11.472.281v11.99q-1.063-.519-2.189-.818T17.5%2017q-1.5%200-2.92.42t-2.618%201.31M14%2015V6.5l5-5v9zm-3%202.048V7.244q-1.056-.561-2.184-.903Q7.69%206%206.5%206q-.9%200-1.797.166q-.897.165-1.703.572v9.887q.85-.287%201.725-.456T6.5%2016q1.189%200%202.323.237q1.135.236%202.177.811m0%200V7.244z%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-1.186%200-2.311.299T2%2018.117V6.127q1.027-.58%202.17-.854Q5.314%205%206.5%205q1.47%200%202.85.452T12%206.654v10.869q1.23-.794%202.628-1.158Q16.025%2016%2017.5%2016q.9%200%201.775.15t1.725.47V5.638q.275.098.528.207q.253.11.472.281v11.99q-1.063-.519-2.189-.818T17.5%2017q-1.5%200-2.92.42t-2.618%201.31M14%2015V6.5l5-5v9zm-3%202.048V7.244q-1.056-.561-2.184-.903Q7.69%206%206.5%206q-.9%200-1.797.166q-.897.165-1.703.572v9.887q.85-.287%201.725-.456T6.5%2016q1.189%200%202.323.237q1.135.236%202.177.811m0%200V7.244z%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-outline-sharp.svg?color=%231a73e8&size=48