cinematic blur icon

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

Name
cinematic-blur-rounded
Set
Material Symbols
Style
Rounded
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 3l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L7 3h2l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L12 3h2l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17 3h3q.825 0 1.413.587T22 5v14q0 .825-.587 1.413T20 21H4q-.825 0-1.412-.587T2 19V5q0-.825.588-1.412T4 3m4.8 15h6.4q.325 0 .55-.225t.2-.575q-.05-.45-.325-.85t-.725-.675q-.55-.35-1.275-.513T12 15t-1.625.162t-1.275.513q-.45.275-.725.675t-.325.85q-.05.325.175.563T8.8 18m4.613-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 MaterialSymbolsCinematicBlurRounded(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 3l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L7 3h2l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L12 3h2l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17 3h3q.825 0 1.413.587T22 5v14q0 .825-.587 1.413T20 21H4q-.825 0-1.412-.587T2 19V5q0-.825.588-1.412T4 3m4.8 15h6.4q.325 0 .55-.225t.2-.575q-.05-.45-.325-.85t-.725-.675q-.55-.35-1.275-.513T12 15t-1.625.162t-1.275.513q-.45.275-.725.675t-.325.85q-.05.325.175.563T8.8 18m4.613-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 3l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L7 3h2l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L12 3h2l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17 3h3q.825 0 1.413.587T22 5v14q0 .825-.587 1.413T20 21H4q-.825 0-1.412-.587T2 19V5q0-.825.588-1.412T4 3m4.8 15h6.4q.325 0 .55-.225t.2-.575q-.05-.45-.325-.85t-.725-.675q-.55-.35-1.275-.513T12 15t-1.625.162t-1.275.513q-.45.275-.725.675t-.325.85q-.05.325.175.563T8.8 18m4.613-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-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%22m4%203l1.625%203.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L7%203h2l1.625%203.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L12%203h2l1.625%203.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L17%203h3q.825%200%201.413.587T22%205v14q0%20.825-.587%201.413T20%2021H4q-.825%200-1.412-.587T2%2019V5q0-.825.588-1.412T4%203m4.8%2015h6.4q.325%200%20.55-.225t.2-.575q-.05-.45-.325-.85t-.725-.675q-.55-.35-1.275-.513T12%2015t-1.625.162t-1.275.513q-.45.275-.725.675t-.325.85q-.05.325.175.563T8.8%2018m4.613-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%203l1.625%203.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L7%203h2l1.625%203.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L12%203h2l1.625%203.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L17%203h3q.825%200%201.413.587T22%205v14q0%20.825-.587%201.413T20%2021H4q-.825%200-1.412-.587T2%2019V5q0-.825.588-1.412T4%203m4.8%2015h6.4q.325%200%20.55-.225t.2-.575q-.05-.45-.325-.85t-.725-.675q-.55-.35-1.275-.513T12%2015t-1.625.162t-1.275.513q-.45.275-.725.675t-.325.85q-.05.325.175.563T8.8%2018m4.613-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-rounded.svg?color=%231a73e8&size=48