settings cinematic blur icon

settings-cinematic-blur from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
settings-cinematic-blur
Set
Material Symbols
Style
Regular
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="M14.5 22q-.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 22zm-5.25 0l-.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-3.925q0-1.45-1.037-2.475T12.05 8.5q-1.475 0-2.488 1.013T8.55 12q0 1.2.688 2.1T11 15.35V22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSettingsCinematicBlur(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="M14.5 22q-.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 22zm-5.25 0l-.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-3.925q0-1.45-1.037-2.475T12.05 8.5q-1.475 0-2.488 1.013T8.55 12q0 1.2.688 2.1T11 15.35V22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 22q-.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 22zm-5.25 0l-.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-3.925q0-1.45-1.037-2.475T12.05 8.5q-1.475 0-2.488 1.013T8.55 12q0 1.2.688 2.1T11 15.35V22z"/></svg>
</template>

CSS

.icon-settings-cinematic-blur {
  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%22M14.5%2022q-.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%2022zm-5.25%200l-.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-3.925q0-1.45-1.037-2.475T12.05%208.5q-1.475%200-2.488%201.013T8.55%2012q0%201.2.688%202.1T11%2015.35V22z%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%22M14.5%2022q-.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%2022zm-5.25%200l-.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-3.925q0-1.45-1.037-2.475T12.05%208.5q-1.475%200-2.488%201.013T8.55%2012q0%201.2.688%202.1T11%2015.35V22z%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.svg?color=%231a73e8&size=48