filter-drama-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
filter-drama-outline-rounded
Set
Material Symbols
Style
Outline 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.95 1.213-3.437T5.25 9.15q.625-2.25 2.475-3.7T12 4q2.975 0 4.988 2.063T19 11q1.875.2 2.938 1.55T23 15.475q0 1.875-1.312 3.2T18.5 20zm0-2h12q1.05 0 1.775-.725T21 15.5t-.725-1.775T18.5 13H17v-2q0-2.075-1.463-3.538T12 6q-1.575 0-2.8.863T7.4 9.075q1.7.275 2.925 1.463T11.9 13.4q.1.425-.213.763t-.812.337q-.35 0-.612-.238T9.9 13.65q-.275-1.125-1.225-1.888T6.5 11q-1.45 0-2.475 1.025T3 14.5t1.025 2.475T6.5 18"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFilterDramaOutlineRounded(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.95 1.213-3.437T5.25 9.15q.625-2.25 2.475-3.7T12 4q2.975 0 4.988 2.063T19 11q1.875.2 2.938 1.55T23 15.475q0 1.875-1.312 3.2T18.5 20zm0-2h12q1.05 0 1.775-.725T21 15.5t-.725-1.775T18.5 13H17v-2q0-2.075-1.463-3.538T12 6q-1.575 0-2.8.863T7.4 9.075q1.7.275 2.925 1.463T11.9 13.4q.1.425-.213.763t-.812.337q-.35 0-.612-.238T9.9 13.65q-.275-1.125-1.225-1.888T6.5 11q-1.45 0-2.475 1.025T3 14.5t1.025 2.475T6.5 18"/></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.95 1.213-3.437T5.25 9.15q.625-2.25 2.475-3.7T12 4q2.975 0 4.988 2.063T19 11q1.875.2 2.938 1.55T23 15.475q0 1.875-1.312 3.2T18.5 20zm0-2h12q1.05 0 1.775-.725T21 15.5t-.725-1.775T18.5 13H17v-2q0-2.075-1.463-3.538T12 6q-1.575 0-2.8.863T7.4 9.075q1.7.275 2.925 1.463T11.9 13.4q.1.425-.213.763t-.812.337q-.35 0-.612-.238T9.9 13.65q-.275-1.125-1.225-1.888T6.5 11q-1.45 0-2.475 1.025T3 14.5t1.025 2.475T6.5 18"/></svg>
</template>

CSS

.icon-filter-drama-outline-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.95%201.213-3.437T5.25%209.15q.625-2.25%202.475-3.7T12%204q2.975%200%204.988%202.063T19%2011q1.875.2%202.938%201.55T23%2015.475q0%201.875-1.312%203.2T18.5%2020zm0-2h12q1.05%200%201.775-.725T21%2015.5t-.725-1.775T18.5%2013H17v-2q0-2.075-1.463-3.538T12%206q-1.575%200-2.8.863T7.4%209.075q1.7.275%202.925%201.463T11.9%2013.4q.1.425-.213.763t-.812.337q-.35%200-.612-.238T9.9%2013.65q-.275-1.125-1.225-1.888T6.5%2011q-1.45%200-2.475%201.025T3%2014.5t1.025%202.475T6.5%2018%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.95%201.213-3.437T5.25%209.15q.625-2.25%202.475-3.7T12%204q2.975%200%204.988%202.063T19%2011q1.875.2%202.938%201.55T23%2015.475q0%201.875-1.312%203.2T18.5%2020zm0-2h12q1.05%200%201.775-.725T21%2015.5t-.725-1.775T18.5%2013H17v-2q0-2.075-1.463-3.538T12%206q-1.575%200-2.8.863T7.4%209.075q1.7.275%202.925%201.463T11.9%2013.4q.1.425-.213.763t-.812.337q-.35%200-.612-.238T9.9%2013.65q-.275-1.125-1.225-1.888T6.5%2011q-1.45%200-2.475%201.025T3%2014.5t1.025%202.475T6.5%2018%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-outline-rounded.svg?color=%231a73e8&size=48