auto stories off icon
auto-stories-off-outline-sharp from Material Symbols by Google · Outline Sharp · Images · Apache-2.0 Free for personal and commercial use.
- Name
- auto-stories-off-outline-sharp
- Set
- Material Symbols
- Style
- Outline 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 off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.55 23.35l-5.1-5.1q-.95.25-1.812.688T12 20q-1.2-.95-2.6-1.475T6.5 18q-1.475 0-2.85.463T1 19.675V5.55q.275-.2.55-.362T2.1 4.9L.65 3.45l1.4-1.4l19.9 19.9zm2.45-3.2l-4.05-4.05q.525.075 1.038.2t1.012.3v-12l2 .825zM12 17.6q.45-.275.913-.5t.962-.425L12 14.8zm-9-.975q.85-.325 1.725-.475T6.5 16t1.763.15t1.737.475V12.8L3.65 6.45q-.175.05-.325.113T3 6.7zm13.025-3.45L14 11.15V5.5l5-5v10zM12 9.15L6.85 4q1.35.05 2.65.413T12 5.5zm-2 7.475V12.8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAutoStoriesOffOutlineSharp(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="m20.55 23.35l-5.1-5.1q-.95.25-1.812.688T12 20q-1.2-.95-2.6-1.475T6.5 18q-1.475 0-2.85.463T1 19.675V5.55q.275-.2.55-.362T2.1 4.9L.65 3.45l1.4-1.4l19.9 19.9zm2.45-3.2l-4.05-4.05q.525.075 1.038.2t1.012.3v-12l2 .825zM12 17.6q.45-.275.913-.5t.962-.425L12 14.8zm-9-.975q.85-.325 1.725-.475T6.5 16t1.763.15t1.737.475V12.8L3.65 6.45q-.175.05-.325.113T3 6.7zm13.025-3.45L14 11.15V5.5l5-5v10zM12 9.15L6.85 4q1.35.05 2.65.413T12 5.5zm-2 7.475V12.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.55 23.35l-5.1-5.1q-.95.25-1.812.688T12 20q-1.2-.95-2.6-1.475T6.5 18q-1.475 0-2.85.463T1 19.675V5.55q.275-.2.55-.362T2.1 4.9L.65 3.45l1.4-1.4l19.9 19.9zm2.45-3.2l-4.05-4.05q.525.075 1.038.2t1.012.3v-12l2 .825zM12 17.6q.45-.275.913-.5t.962-.425L12 14.8zm-9-.975q.85-.325 1.725-.475T6.5 16t1.763.15t1.737.475V12.8L3.65 6.45q-.175.05-.325.113T3 6.7zm13.025-3.45L14 11.15V5.5l5-5v10zM12 9.15L6.85 4q1.35.05 2.65.413T12 5.5zm-2 7.475V12.8z"/></svg> </template>
CSS
.icon-auto-stories-off-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%22m20.55%2023.35l-5.1-5.1q-.95.25-1.812.688T12%2020q-1.2-.95-2.6-1.475T6.5%2018q-1.475%200-2.85.463T1%2019.675V5.55q.275-.2.55-.362T2.1%204.9L.65%203.45l1.4-1.4l19.9%2019.9zm2.45-3.2l-4.05-4.05q.525.075%201.038.2t1.012.3v-12l2%20.825zM12%2017.6q.45-.275.913-.5t.962-.425L12%2014.8zm-9-.975q.85-.325%201.725-.475T6.5%2016t1.763.15t1.737.475V12.8L3.65%206.45q-.175.05-.325.113T3%206.7zm13.025-3.45L14%2011.15V5.5l5-5v10zM12%209.15L6.85%204q1.35.05%202.65.413T12%205.5zm-2%207.475V12.8z%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%22m20.55%2023.35l-5.1-5.1q-.95.25-1.812.688T12%2020q-1.2-.95-2.6-1.475T6.5%2018q-1.475%200-2.85.463T1%2019.675V5.55q.275-.2.55-.362T2.1%204.9L.65%203.45l1.4-1.4l19.9%2019.9zm2.45-3.2l-4.05-4.05q.525.075%201.038.2t1.012.3v-12l2%20.825zM12%2017.6q.45-.275.913-.5t.962-.425L12%2014.8zm-9-.975q.85-.325%201.725-.475T6.5%2016t1.763.15t1.737.475V12.8L3.65%206.45q-.175.05-.325.113T3%206.7zm13.025-3.45L14%2011.15V5.5l5-5v10zM12%209.15L6.85%204q1.35.05%202.65.413T12%205.5zm-2%207.475V12.8z%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-off-outline-sharp.svg?color=%231a73e8&size=48