cinematic blur icon

cinematic-blur-sharp from Material Symbols by Google · Sharp · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
cinematic-blur-sharp
Set
Material Symbols
Style
Sharp
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the 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="m4 3l2 4h3L7 3h2l2 4h3l-2-4h2l2 4h3l-2-4h5v18H2V3zm4 15h8v-.55q0-1.1-1.1-1.775T12 15t-2.9.675T8 17.45zm5.413-4.587Q14 12.825 14 12t-.587-1.412T12 10t-1.412.588T10 12t.588 1.413T12 14t1.413-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCinematicBlurSharp(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="m4 3l2 4h3L7 3h2l2 4h3l-2-4h2l2 4h3l-2-4h5v18H2V3zm4 15h8v-.55q0-1.1-1.1-1.775T12 15t-2.9.675T8 17.45zm5.413-4.587Q14 12.825 14 12t-.587-1.412T12 10t-1.412.588T10 12t.588 1.413T12 14t1.413-.587"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4 3l2 4h3L7 3h2l2 4h3l-2-4h2l2 4h3l-2-4h5v18H2V3zm4 15h8v-.55q0-1.1-1.1-1.775T12 15t-2.9.675T8 17.45zm5.413-4.587Q14 12.825 14 12t-.587-1.412T12 10t-1.412.588T10 12t.588 1.413T12 14t1.413-.587"/></svg>
</template>

CSS

.icon-cinematic-blur-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%22m4%203l2%204h3L7%203h2l2%204h3l-2-4h2l2%204h3l-2-4h5v18H2V3zm4%2015h8v-.55q0-1.1-1.1-1.775T12%2015t-2.9.675T8%2017.45zm5.413-4.587Q14%2012.825%2014%2012t-.587-1.412T12%2010t-1.412.588T10%2012t.588%201.413T12%2014t1.413-.587%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%22m4%203l2%204h3L7%203h2l2%204h3l-2-4h2l2%204h3l-2-4h5v18H2V3zm4%2015h8v-.55q0-1.1-1.1-1.775T12%2015t-2.9.675T8%2017.45zm5.413-4.587Q14%2012.825%2014%2012t-.587-1.412T12%2010t-1.412.588T10%2012t.588%201.413T12%2014t1.413-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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