settings cinematic blur icon
settings-cinematic-blur-outline from Material Symbols by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- settings-cinematic-blur-outline
- Set
- Material Symbols
- Style
- Outline
- 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 settings cinematic blur icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 15.35Q9.925 15 9.237 14.1T8.55 12q0-1.45 1.025-2.475T12.05 8.5t2.475 1.025T15.55 12H14.5q-.275 0-.513.038t-.462.112v-.175q0-.625-.425-1.05t-1.05-.425t-1.063.437T10.55 12q0 .525.313.913t.812.512q-.3.425-.475.9T11 15.35M9.25 22l-.4-3.2q-.325-.125-.612-.3t-.563-.375L4.7 19.375l-2.75-4.75l2.575-1.95Q4.5 12.5 4.5 12.338v-.675q0-.163.025-.338L1.95 9.375l2.75-4.75l2.975 1.25q.275-.2.575-.375t.6-.3l.4-3.2h5.5l.4 3.2q.325.125.613.3t.562.375l2.975-1.25l2.75 4.75l-2.575 1.95q.025.175.025.338V12h-2q-.025-.475-.075-.837t-.15-.688l2.15-1.625l-.975-1.7l-2.475 1.05q-.55-.575-1.213-.962t-1.437-.588L13 4h-1.975l-.35 2.65q-.775.2-1.437.588t-1.213.937L5.55 7.15l-.975 1.7l2.15 1.6q-.125.375-.175.75t-.05.8q0 .4.05.775t.175.75l-2.15 1.625l.975 1.7l2.475-1.05q.6.625 1.35 1.05T11 17.4V22zm5.25 0q-.625 0-1.062-.437T13 20.5v-5q0-.45.225-.8t.6-.55l.675 1.35H16l-.75-1.5h1.5l.75 1.5H19l-.75-1.5h1.5l.75 1.5H22l-.75-1.5h.25q.625 0 1.063.437T23 15.5v5q0 .625-.437 1.063T21.5 22zm0-1.5h7V17h-7zm3.5-1.75"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSettingsCinematicBlurOutline(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 15.35Q9.925 15 9.237 14.1T8.55 12q0-1.45 1.025-2.475T12.05 8.5t2.475 1.025T15.55 12H14.5q-.275 0-.513.038t-.462.112v-.175q0-.625-.425-1.05t-1.05-.425t-1.063.437T10.55 12q0 .525.313.913t.812.512q-.3.425-.475.9T11 15.35M9.25 22l-.4-3.2q-.325-.125-.612-.3t-.563-.375L4.7 19.375l-2.75-4.75l2.575-1.95Q4.5 12.5 4.5 12.338v-.675q0-.163.025-.338L1.95 9.375l2.75-4.75l2.975 1.25q.275-.2.575-.375t.6-.3l.4-3.2h5.5l.4 3.2q.325.125.613.3t.562.375l2.975-1.25l2.75 4.75l-2.575 1.95q.025.175.025.338V12h-2q-.025-.475-.075-.837t-.15-.688l2.15-1.625l-.975-1.7l-2.475 1.05q-.55-.575-1.213-.962t-1.437-.588L13 4h-1.975l-.35 2.65q-.775.2-1.437.588t-1.213.937L5.55 7.15l-.975 1.7l2.15 1.6q-.125.375-.175.75t-.05.8q0 .4.05.775t.175.75l-2.15 1.625l.975 1.7l2.475-1.05q.6.625 1.35 1.05T11 17.4V22zm5.25 0q-.625 0-1.062-.437T13 20.5v-5q0-.45.225-.8t.6-.55l.675 1.35H16l-.75-1.5h1.5l.75 1.5H19l-.75-1.5h1.5l.75 1.5H22l-.75-1.5h.25q.625 0 1.063.437T23 15.5v5q0 .625-.437 1.063T21.5 22zm0-1.5h7V17h-7zm3.5-1.75"/></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 15.35Q9.925 15 9.237 14.1T8.55 12q0-1.45 1.025-2.475T12.05 8.5t2.475 1.025T15.55 12H14.5q-.275 0-.513.038t-.462.112v-.175q0-.625-.425-1.05t-1.05-.425t-1.063.437T10.55 12q0 .525.313.913t.812.512q-.3.425-.475.9T11 15.35M9.25 22l-.4-3.2q-.325-.125-.612-.3t-.563-.375L4.7 19.375l-2.75-4.75l2.575-1.95Q4.5 12.5 4.5 12.338v-.675q0-.163.025-.338L1.95 9.375l2.75-4.75l2.975 1.25q.275-.2.575-.375t.6-.3l.4-3.2h5.5l.4 3.2q.325.125.613.3t.562.375l2.975-1.25l2.75 4.75l-2.575 1.95q.025.175.025.338V12h-2q-.025-.475-.075-.837t-.15-.688l2.15-1.625l-.975-1.7l-2.475 1.05q-.55-.575-1.213-.962t-1.437-.588L13 4h-1.975l-.35 2.65q-.775.2-1.437.588t-1.213.937L5.55 7.15l-.975 1.7l2.15 1.6q-.125.375-.175.75t-.05.8q0 .4.05.775t.175.75l-2.15 1.625l.975 1.7l2.475-1.05q.6.625 1.35 1.05T11 17.4V22zm5.25 0q-.625 0-1.062-.437T13 20.5v-5q0-.45.225-.8t.6-.55l.675 1.35H16l-.75-1.5h1.5l.75 1.5H19l-.75-1.5h1.5l.75 1.5H22l-.75-1.5h.25q.625 0 1.063.437T23 15.5v5q0 .625-.437 1.063T21.5 22zm0-1.5h7V17h-7zm3.5-1.75"/></svg> </template>
CSS
.icon-settings-cinematic-blur-outline {
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%2015.35Q9.925%2015%209.237%2014.1T8.55%2012q0-1.45%201.025-2.475T12.05%208.5t2.475%201.025T15.55%2012H14.5q-.275%200-.513.038t-.462.112v-.175q0-.625-.425-1.05t-1.05-.425t-1.063.437T10.55%2012q0%20.525.313.913t.812.512q-.3.425-.475.9T11%2015.35M9.25%2022l-.4-3.2q-.325-.125-.612-.3t-.563-.375L4.7%2019.375l-2.75-4.75l2.575-1.95Q4.5%2012.5%204.5%2012.338v-.675q0-.163.025-.338L1.95%209.375l2.75-4.75l2.975%201.25q.275-.2.575-.375t.6-.3l.4-3.2h5.5l.4%203.2q.325.125.613.3t.562.375l2.975-1.25l2.75%204.75l-2.575%201.95q.025.175.025.338V12h-2q-.025-.475-.075-.837t-.15-.688l2.15-1.625l-.975-1.7l-2.475%201.05q-.55-.575-1.213-.962t-1.437-.588L13%204h-1.975l-.35%202.65q-.775.2-1.437.588t-1.213.937L5.55%207.15l-.975%201.7l2.15%201.6q-.125.375-.175.75t-.05.8q0%20.4.05.775t.175.75l-2.15%201.625l.975%201.7l2.475-1.05q.6.625%201.35%201.05T11%2017.4V22zm5.25%200q-.625%200-1.062-.437T13%2020.5v-5q0-.45.225-.8t.6-.55l.675%201.35H16l-.75-1.5h1.5l.75%201.5H19l-.75-1.5h1.5l.75%201.5H22l-.75-1.5h.25q.625%200%201.063.437T23%2015.5v5q0%20.625-.437%201.063T21.5%2022zm0-1.5h7V17h-7zm3.5-1.75%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%2015.35Q9.925%2015%209.237%2014.1T8.55%2012q0-1.45%201.025-2.475T12.05%208.5t2.475%201.025T15.55%2012H14.5q-.275%200-.513.038t-.462.112v-.175q0-.625-.425-1.05t-1.05-.425t-1.063.437T10.55%2012q0%20.525.313.913t.812.512q-.3.425-.475.9T11%2015.35M9.25%2022l-.4-3.2q-.325-.125-.612-.3t-.563-.375L4.7%2019.375l-2.75-4.75l2.575-1.95Q4.5%2012.5%204.5%2012.338v-.675q0-.163.025-.338L1.95%209.375l2.75-4.75l2.975%201.25q.275-.2.575-.375t.6-.3l.4-3.2h5.5l.4%203.2q.325.125.613.3t.562.375l2.975-1.25l2.75%204.75l-2.575%201.95q.025.175.025.338V12h-2q-.025-.475-.075-.837t-.15-.688l2.15-1.625l-.975-1.7l-2.475%201.05q-.55-.575-1.213-.962t-1.437-.588L13%204h-1.975l-.35%202.65q-.775.2-1.437.588t-1.213.937L5.55%207.15l-.975%201.7l2.15%201.6q-.125.375-.175.75t-.05.8q0%20.4.05.775t.175.75l-2.15%201.625l.975%201.7l2.475-1.05q.6.625%201.35%201.05T11%2017.4V22zm5.25%200q-.625%200-1.062-.437T13%2020.5v-5q0-.45.225-.8t.6-.55l.675%201.35H16l-.75-1.5h1.5l.75%201.5H19l-.75-1.5h1.5l.75%201.5H22l-.75-1.5h.25q.625%200%201.063.437T23%2015.5v5q0%20.625-.437%201.063T21.5%2022zm0-1.5h7V17h-7zm3.5-1.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/settings-cinematic-blur-outline.svg?color=%231a73e8&size=48