filter drama icon
filter-drama-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- filter-drama-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
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 20q-2.3 0-3.9-1.6T1 14.5q0-1.825 1.338-3.162T5.5 10q1.6 0 2.838 1.05T9.9 13.625q.075.375.363.625t.637.25q.5 0 .8-.337t.225-.763q-.35-2.15-1.875-3.575T6.25 8q.45-1.85 2.038-2.925T12 4q2.95 0 4.975 2.025T19 11q1.575 0 2.788 1.4T23 15.5q0 1.875-1.312 3.188T18.5 20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFilterDramaRounded(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 20q-2.3 0-3.9-1.6T1 14.5q0-1.825 1.338-3.162T5.5 10q1.6 0 2.838 1.05T9.9 13.625q.075.375.363.625t.637.25q.5 0 .8-.337t.225-.763q-.35-2.15-1.875-3.575T6.25 8q.45-1.85 2.038-2.925T12 4q2.95 0 4.975 2.025T19 11q1.575 0 2.788 1.4T23 15.5q0 1.875-1.312 3.188T18.5 20z"/></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 20q-2.3 0-3.9-1.6T1 14.5q0-1.825 1.338-3.162T5.5 10q1.6 0 2.838 1.05T9.9 13.625q.075.375.363.625t.637.25q.5 0 .8-.337t.225-.763q-.35-2.15-1.875-3.575T6.25 8q.45-1.85 2.038-2.925T12 4q2.95 0 4.975 2.025T19 11q1.575 0 2.788 1.4T23 15.5q0 1.875-1.312 3.188T18.5 20z"/></svg> </template>
CSS
.icon-filter-drama-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%22M6.5%2020q-2.3%200-3.9-1.6T1%2014.5q0-1.825%201.338-3.162T5.5%2010q1.6%200%202.838%201.05T9.9%2013.625q.075.375.363.625t.637.25q.5%200%20.8-.337t.225-.763q-.35-2.15-1.875-3.575T6.25%208q.45-1.85%202.038-2.925T12%204q2.95%200%204.975%202.025T19%2011q1.575%200%202.788%201.4T23%2015.5q0%201.875-1.312%203.188T18.5%2020z%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%2020q-2.3%200-3.9-1.6T1%2014.5q0-1.825%201.338-3.162T5.5%2010q1.6%200%202.838%201.05T9.9%2013.625q.075.375.363.625t.637.25q.5%200%20.8-.337t.225-.763q-.35-2.15-1.875-3.575T6.25%208q.45-1.85%202.038-2.925T12%204q2.95%200%204.975%202.025T19%2011q1.575%200%202.788%201.4T23%2015.5q0%201.875-1.312%203.188T18.5%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/filter-drama-rounded.svg?color=%231a73e8&size=48