image filter drama icon
image-filter-drama-outline from Material Design Icons by Pictogrammers · Outline · Cloud · Apache-2.0 Free for personal and commercial use.
- Name
- image-filter-drama-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Cloud
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
More cloud icons from Material Design Icons
cloudcloud-arrow-downcloud-arrow-leftcloud-arrow-rightcloud-arrow-upcloud-bracescloud-cancelcloud-checkcloud-check-variantcloud-circlecloud-clockcloud-cogcloud-downloadcloud-keycloud-lockcloud-lock-opencloud-minuscloud-offcloud-percentcloud-pluscloud-printcloud-questioncloud-refreshcloud-refresh-variant
Use the image 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.21-3.44q1.22-1.49 3.04-1.91q.63-2.25 2.48-3.7Q9.57 4 12 4q3 0 5 2.06q2 2.07 2 4.94q1.88.2 2.94 1.55T23 15.5q0 1.85-1.31 3.18Q20.38 20 18.5 20m-12-2h12q1.05 0 1.77-.73q.73-.72.73-1.77t-.73-1.77Q19.55 13 18.5 13H17v-2q0-2.07-1.46-3.54Q14.08 6 12 6q-1.57 0-2.8.86q-1.2.87-1.8 2.21q1.95.33 3.28 1.84Q12 12.43 12 14.5h-2q0-1.45-1-2.47Q7.95 11 6.5 11t-2.47 1.03Q3 13.05 3 14.5T4.03 17q1.02 1 2.47 1"/></svg>
React
import type { SVGProps } from "react";
export function MdiImageFilterDramaOutline(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.21-3.44q1.22-1.49 3.04-1.91q.63-2.25 2.48-3.7Q9.57 4 12 4q3 0 5 2.06q2 2.07 2 4.94q1.88.2 2.94 1.55T23 15.5q0 1.85-1.31 3.18Q20.38 20 18.5 20m-12-2h12q1.05 0 1.77-.73q.73-.72.73-1.77t-.73-1.77Q19.55 13 18.5 13H17v-2q0-2.07-1.46-3.54Q14.08 6 12 6q-1.57 0-2.8.86q-1.2.87-1.8 2.21q1.95.33 3.28 1.84Q12 12.43 12 14.5h-2q0-1.45-1-2.47Q7.95 11 6.5 11t-2.47 1.03Q3 13.05 3 14.5T4.03 17q1.02 1 2.47 1"/></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.21-3.44q1.22-1.49 3.04-1.91q.63-2.25 2.48-3.7Q9.57 4 12 4q3 0 5 2.06q2 2.07 2 4.94q1.88.2 2.94 1.55T23 15.5q0 1.85-1.31 3.18Q20.38 20 18.5 20m-12-2h12q1.05 0 1.77-.73q.73-.72.73-1.77t-.73-1.77Q19.55 13 18.5 13H17v-2q0-2.07-1.46-3.54Q14.08 6 12 6q-1.57 0-2.8.86q-1.2.87-1.8 2.21q1.95.33 3.28 1.84Q12 12.43 12 14.5h-2q0-1.45-1-2.47Q7.95 11 6.5 11t-2.47 1.03Q3 13.05 3 14.5T4.03 17q1.02 1 2.47 1"/></svg> </template>
CSS
.icon-image-filter-drama-outline {
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.21-3.44q1.22-1.49%203.04-1.91q.63-2.25%202.48-3.7Q9.57%204%2012%204q3%200%205%202.06q2%202.07%202%204.94q1.88.2%202.94%201.55T23%2015.5q0%201.85-1.31%203.18Q20.38%2020%2018.5%2020m-12-2h12q1.05%200%201.77-.73q.73-.72.73-1.77t-.73-1.77Q19.55%2013%2018.5%2013H17v-2q0-2.07-1.46-3.54Q14.08%206%2012%206q-1.57%200-2.8.86q-1.2.87-1.8%202.21q1.95.33%203.28%201.84Q12%2012.43%2012%2014.5h-2q0-1.45-1-2.47Q7.95%2011%206.5%2011t-2.47%201.03Q3%2013.05%203%2014.5T4.03%2017q1.02%201%202.47%201%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.21-3.44q1.22-1.49%203.04-1.91q.63-2.25%202.48-3.7Q9.57%204%2012%204q3%200%205%202.06q2%202.07%202%204.94q1.88.2%202.94%201.55T23%2015.5q0%201.85-1.31%203.18Q20.38%2020%2018.5%2020m-12-2h12q1.05%200%201.77-.73q.73-.72.73-1.77t-.73-1.77Q19.55%2013%2018.5%2013H17v-2q0-2.07-1.46-3.54Q14.08%206%2012%206q-1.57%200-2.8.86q-1.2.87-1.8%202.21q1.95.33%203.28%201.84Q12%2012.43%2012%2014.5h-2q0-1.45-1-2.47Q7.95%2011%206.5%2011t-2.47%201.03Q3%2013.05%203%2014.5T4.03%2017q1.02%201%202.47%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/image-filter-drama-outline.svg?color=%231a73e8&size=48