filter-drama from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
filter-drama
Set
Material Symbols Light
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
filter-drama-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the filter drama icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 19q-1.877 0-3.189-1.311T2 14.5q0-1.748 1.251-3.009t3.018-1.26q1.748 0 3.009 1.26t1.26 3.009h1q0-2.19-1.417-3.659t-3.679-1.61q.431-1.908 2-3.07T12 5q2.508 0 4.254 1.746T18 11v1h.616q1.401 0 2.393 1.035T22 15.5q0 1.452-1.024 2.476T18.5 19z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFilterDrama(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="M6.5 19q-1.877 0-3.189-1.311T2 14.5q0-1.748 1.251-3.009t3.018-1.26q1.748 0 3.009 1.26t1.26 3.009h1q0-2.19-1.417-3.659t-3.679-1.61q.431-1.908 2-3.07T12 5q2.508 0 4.254 1.746T18 11v1h.616q1.401 0 2.393 1.035T22 15.5q0 1.452-1.024 2.476T18.5 19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 19q-1.877 0-3.189-1.311T2 14.5q0-1.748 1.251-3.009t3.018-1.26q1.748 0 3.009 1.26t1.26 3.009h1q0-2.19-1.417-3.659t-3.679-1.61q.431-1.908 2-3.07T12 5q2.508 0 4.254 1.746T18 11v1h.616q1.401 0 2.393 1.035T22 15.5q0 1.452-1.024 2.476T18.5 19z"/></svg>
</template>

CSS

.icon-filter-drama {
  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%22M6.5%2019q-1.877%200-3.189-1.311T2%2014.5q0-1.748%201.251-3.009t3.018-1.26q1.748%200%203.009%201.26t1.26%203.009h1q0-2.19-1.417-3.659t-3.679-1.61q.431-1.908%202-3.07T12%205q2.508%200%204.254%201.746T18%2011v1h.616q1.401%200%202.393%201.035T22%2015.5q0%201.452-1.024%202.476T18.5%2019z%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%22M6.5%2019q-1.877%200-3.189-1.311T2%2014.5q0-1.748%201.251-3.009t3.018-1.26q1.748%200%203.009%201.26t1.26%203.009h1q0-2.19-1.417-3.659t-3.679-1.61q.431-1.908%202-3.07T12%205q2.508%200%204.254%201.746T18%2011v1h.616q1.401%200%202.393%201.035T22%2015.5q0%201.452-1.024%202.476T18.5%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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