auto stories off icon
auto-stories-off-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- auto-stories-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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="M11.3 19.5q-1.075-.725-2.3-1.112T6.5 18q-1.05 0-2.062.275T2.5 19.05q-.525.275-1.012-.025T1 18.15V6.1q0-.275.138-.525T1.55 5.2q.15-.075.288-.15t.287-.125L1.35 4.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5 18.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4.4-4.4q-.725.2-1.412.513T12.7 19.5q-.325.2-.7.2t-.7-.2M12 9.15L6.85 4q1.175.05 2.3.325t2.175.8q.325.15.5.463T12 6.25zm0 8.45q.45-.275.913-.5t.962-.425L12 14.8zm4.025-4.425L14 11.15V6.325q0-.4.15-.763t.425-.637L17.3 2.2q.475-.475 1.088-.213t.612.938V9.6q0 .425-.162.825t-.488.675zm6 6L18.95 16.1q.525.075 1.038.2t1.012.3V6.1q0-.5.313-.75T22 5.1t.688.25t.312.75v12.05q0 .425-.288.713t-.687.312"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAutoStoriesOffRounded(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.3 19.5q-1.075-.725-2.3-1.112T6.5 18q-1.05 0-2.062.275T2.5 19.05q-.525.275-1.012-.025T1 18.15V6.1q0-.275.138-.525T1.55 5.2q.15-.075.288-.15t.287-.125L1.35 4.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5 18.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4.4-4.4q-.725.2-1.412.513T12.7 19.5q-.325.2-.7.2t-.7-.2M12 9.15L6.85 4q1.175.05 2.3.325t2.175.8q.325.15.5.463T12 6.25zm0 8.45q.45-.275.913-.5t.962-.425L12 14.8zm4.025-4.425L14 11.15V6.325q0-.4.15-.763t.425-.637L17.3 2.2q.475-.475 1.088-.213t.612.938V9.6q0 .425-.162.825t-.488.675zm6 6L18.95 16.1q.525.075 1.038.2t1.012.3V6.1q0-.5.313-.75T22 5.1t.688.25t.312.75v12.05q0 .425-.288.713t-.687.312"/></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.3 19.5q-1.075-.725-2.3-1.112T6.5 18q-1.05 0-2.062.275T2.5 19.05q-.525.275-1.012-.025T1 18.15V6.1q0-.275.138-.525T1.55 5.2q.15-.075.288-.15t.287-.125L1.35 4.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5 18.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4.4-4.4q-.725.2-1.412.513T12.7 19.5q-.325.2-.7.2t-.7-.2M12 9.15L6.85 4q1.175.05 2.3.325t2.175.8q.325.15.5.463T12 6.25zm0 8.45q.45-.275.913-.5t.962-.425L12 14.8zm4.025-4.425L14 11.15V6.325q0-.4.15-.763t.425-.637L17.3 2.2q.475-.475 1.088-.213t.612.938V9.6q0 .425-.162.825t-.488.675zm6 6L18.95 16.1q.525.075 1.038.2t1.012.3V6.1q0-.5.313-.75T22 5.1t.688.25t.312.75v12.05q0 .425-.288.713t-.687.312"/></svg> </template>
CSS
.icon-auto-stories-off-rounded {
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.3%2019.5q-1.075-.725-2.3-1.112T6.5%2018q-1.05%200-2.062.275T2.5%2019.05q-.525.275-1.012-.025T1%2018.15V6.1q0-.275.138-.525T1.55%205.2q.15-.075.288-.15t.287-.125L1.35%204.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5%2018.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4.4-4.4q-.725.2-1.412.513T12.7%2019.5q-.325.2-.7.2t-.7-.2M12%209.15L6.85%204q1.175.05%202.3.325t2.175.8q.325.15.5.463T12%206.25zm0%208.45q.45-.275.913-.5t.962-.425L12%2014.8zm4.025-4.425L14%2011.15V6.325q0-.4.15-.763t.425-.637L17.3%202.2q.475-.475%201.088-.213t.612.938V9.6q0%20.425-.162.825t-.488.675zm6%206L18.95%2016.1q.525.075%201.038.2t1.012.3V6.1q0-.5.313-.75T22%205.1t.688.25t.312.75v12.05q0%20.425-.288.713t-.687.312%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.3%2019.5q-1.075-.725-2.3-1.112T6.5%2018q-1.05%200-2.062.275T2.5%2019.05q-.525.275-1.012-.025T1%2018.15V6.1q0-.275.138-.525T1.55%205.2q.15-.075.288-.15t.287-.125L1.35%204.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5%2018.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4.4-4.4q-.725.2-1.412.513T12.7%2019.5q-.325.2-.7.2t-.7-.2M12%209.15L6.85%204q1.175.05%202.3.325t2.175.8q.325.15.5.463T12%206.25zm0%208.45q.45-.275.913-.5t.962-.425L12%2014.8zm4.025-4.425L14%2011.15V6.325q0-.4.15-.763t.425-.637L17.3%202.2q.475-.475%201.088-.213t.612.938V9.6q0%20.425-.162.825t-.488.675zm6%206L18.95%2016.1q.525.075%201.038.2t1.012.3V6.1q0-.5.313-.75T22%205.1t.688.25t.312.75v12.05q0%20.425-.288.713t-.687.312%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-rounded.svg?color=%231a73e8&size=48