auto-stories-sharp from Material Symbols by Google · Sharp · Images · Apache-2.0 Free for personal and commercial use.

Name
auto-stories-sharp
Set
Material Symbols
Style
Sharp
Category
Images
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

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="M12 20q-1.2-.95-2.6-1.475T6.5 18q-1.475 0-2.85.463T1 19.675V5.55q1.2-.85 2.613-1.2T6.5 4q1.45 0 2.85.375T12 5.5v12.1q1.25-.775 2.638-1.187T17.5 16q.9 0 1.775.15T21 16.6v-12q.525.175 1.038.4t.962.55v14.125q-1.275-.75-2.65-1.213T17.5 18q-1.5 0-2.9.525T12 20m2-5V5.5l5-5v10z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAutoStoriesSharp(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="M12 20q-1.2-.95-2.6-1.475T6.5 18q-1.475 0-2.85.463T1 19.675V5.55q1.2-.85 2.613-1.2T6.5 4q1.45 0 2.85.375T12 5.5v12.1q1.25-.775 2.638-1.187T17.5 16q.9 0 1.775.15T21 16.6v-12q.525.175 1.038.4t.962.55v14.125q-1.275-.75-2.65-1.213T17.5 18q-1.5 0-2.9.525T12 20m2-5V5.5l5-5v10z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20q-1.2-.95-2.6-1.475T6.5 18q-1.475 0-2.85.463T1 19.675V5.55q1.2-.85 2.613-1.2T6.5 4q1.45 0 2.85.375T12 5.5v12.1q1.25-.775 2.638-1.187T17.5 16q.9 0 1.775.15T21 16.6v-12q.525.175 1.038.4t.962.55v14.125q-1.275-.75-2.65-1.213T17.5 18q-1.5 0-2.9.525T12 20m2-5V5.5l5-5v10z"/></svg>
</template>

CSS

.icon-auto-stories-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%22M12%2020q-1.2-.95-2.6-1.475T6.5%2018q-1.475%200-2.85.463T1%2019.675V5.55q1.2-.85%202.613-1.2T6.5%204q1.45%200%202.85.375T12%205.5v12.1q1.25-.775%202.638-1.187T17.5%2016q.9%200%201.775.15T21%2016.6v-12q.525.175%201.038.4t.962.55v14.125q-1.275-.75-2.65-1.213T17.5%2018q-1.5%200-2.9.525T12%2020m2-5V5.5l5-5v10z%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%22M12%2020q-1.2-.95-2.6-1.475T6.5%2018q-1.475%200-2.85.463T1%2019.675V5.55q1.2-.85%202.613-1.2T6.5%204q1.45%200%202.85.375T12%205.5v12.1q1.25-.775%202.638-1.187T17.5%2016q.9%200%201.775.15T21%2016.6v-12q.525.175%201.038.4t.962.55v14.125q-1.275-.75-2.65-1.213T17.5%2018q-1.5%200-2.9.525T12%2020m2-5V5.5l5-5v10z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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