settings cinematic blur icon

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

Name
settings-cinematic-blur
Set
Material Symbols Light
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

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.192 21q-.394 0-.658-.264q-.265-.265-.265-.659V15.25q0-.354.206-.598t.504-.29l.56 1.138h1.269l-.635-1.27h1.27l.634 1.27h1.27l-.636-1.27h1.27l.634 1.27h1.27l-.635-1.27h.558q.394 0 .658.265q.265.265.265.659v4.923q0 .394-.265.659q-.264.264-.658.264zm-4.057 0l-.362-2.892q-.479-.145-1.035-.454q-.557-.31-.947-.664l-2.668 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.97-.673q.52-.3 1.013-.464L10.134 3h3.732l.361 2.912q.575.202 1.016.463t.909.654l2.725-1.115l1.865 3.211l-2.382 1.796q.082.31.092.569t.01.51H14.46v-.02q0-1.026-.74-1.753T11.954 9.5q-1.033 0-1.757.724t-.724 1.757q0 .777.418 1.398t1.109.913V21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSettingsCinematicBlur(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.192 21q-.394 0-.658-.264q-.265-.265-.265-.659V15.25q0-.354.206-.598t.504-.29l.56 1.138h1.269l-.635-1.27h1.27l.634 1.27h1.27l-.636-1.27h1.27l.634 1.27h1.27l-.635-1.27h.558q.394 0 .658.265q.265.265.265.659v4.923q0 .394-.265.659q-.264.264-.658.264zm-4.057 0l-.362-2.892q-.479-.145-1.035-.454q-.557-.31-.947-.664l-2.668 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.97-.673q.52-.3 1.013-.464L10.134 3h3.732l.361 2.912q.575.202 1.016.463t.909.654l2.725-1.115l1.865 3.211l-2.382 1.796q.082.31.092.569t.01.51H14.46v-.02q0-1.026-.74-1.753T11.954 9.5q-1.033 0-1.757.724t-.724 1.757q0 .777.418 1.398t1.109.913V21z"/></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.192 21q-.394 0-.658-.264q-.265-.265-.265-.659V15.25q0-.354.206-.598t.504-.29l.56 1.138h1.269l-.635-1.27h1.27l.634 1.27h1.27l-.636-1.27h1.27l.634 1.27h1.27l-.635-1.27h.558q.394 0 .658.265q.265.265.265.659v4.923q0 .394-.265.659q-.264.264-.658.264zm-4.057 0l-.362-2.892q-.479-.145-1.035-.454q-.557-.31-.947-.664l-2.668 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.97-.673q.52-.3 1.013-.464L10.134 3h3.732l.361 2.912q.575.202 1.016.463t.909.654l2.725-1.115l1.865 3.211l-2.382 1.796q.082.31.092.569t.01.51H14.46v-.02q0-1.026-.74-1.753T11.954 9.5q-1.033 0-1.757.724t-.724 1.757q0 .777.418 1.398t1.109.913V21z"/></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.192%2021q-.394%200-.658-.264q-.265-.265-.265-.659V15.25q0-.354.206-.598t.504-.29l.56%201.138h1.269l-.635-1.27h1.27l.634%201.27h1.27l-.636-1.27h1.27l.634%201.27h1.27l-.635-1.27h.558q.394%200%20.658.265q.265.265.265.659v4.923q0%20.394-.265.659q-.264.264-.658.264zm-4.057%200l-.362-2.892q-.479-.145-1.035-.454q-.557-.31-.947-.664l-2.668%201.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258%209.126l1.865-3.212L7.771%207.03q.448-.373.97-.673q.52-.3%201.013-.464L10.134%203h3.732l.361%202.912q.575.202%201.016.463t.909.654l2.725-1.115l1.865%203.211l-2.382%201.796q.082.31.092.569t.01.51H14.46v-.02q0-1.026-.74-1.753T11.954%209.5q-1.033%200-1.757.724t-.724%201.757q0%20.777.418%201.398t1.109.913V21z%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.192%2021q-.394%200-.658-.264q-.265-.265-.265-.659V15.25q0-.354.206-.598t.504-.29l.56%201.138h1.269l-.635-1.27h1.27l.634%201.27h1.27l-.636-1.27h1.27l.634%201.27h1.27l-.635-1.27h.558q.394%200%20.658.265q.265.265.265.659v4.923q0%20.394-.265.659q-.264.264-.658.264zm-4.057%200l-.362-2.892q-.479-.145-1.035-.454q-.557-.31-.947-.664l-2.668%201.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258%209.126l1.865-3.212L7.771%207.03q.448-.373.97-.673q.52-.3%201.013-.464L10.134%203h3.732l.361%202.912q.575.202%201.016.463t.909.654l2.725-1.115l1.865%203.211l-2.382%201.796q.082.31.092.569t.01.51H14.46v-.02q0-1.026-.74-1.753T11.954%209.5q-1.033%200-1.757.724t-.724%201.757q0%20.777.418%201.398t1.109.913V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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