drama from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
drama
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the drama icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M15 9c0 2.346-2.002 4.513-3.95 6.056c-.902.715-1.354 1.073-2.05 1.073s-1.148-.358-2.05-1.073C5.003 13.513 3 11.346 3 9V5.474c0-1.205 0-1.807.467-2.364c.466-.557.943-.642 1.897-.813A21 21 0 0 1 9 2c1.334 0 2.58.109 3.636.297c.954.17 1.43.256 1.897.813S15 4.27 15 5.474z"/><path stroke-linecap="round" d="M18 7.514c.312.033.58.128.874.335c.596.42.752 1.005 1.064 2.176l.915 3.425c.608 2.28-.768 4.906-2.252 6.912c-.688.93-1.032 1.395-1.706 1.576s-1.203-.049-2.261-.508c-1.478-.643-3.046-1.532-4.134-2.698M11 10.5c-.4.598-1.145 1-2 1s-1.6-.402-2-1m4-4h1m-6 0h1"/><path stroke-linecap="round" d="M17.61 17.16c-.537-.464-1.355-.655-2.175-.438c-.82.216-1.432.785-1.662 1.451m3.032-5.865l.48-.126"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDrama(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M15 9c0 2.346-2.002 4.513-3.95 6.056c-.902.715-1.354 1.073-2.05 1.073s-1.148-.358-2.05-1.073C5.003 13.513 3 11.346 3 9V5.474c0-1.205 0-1.807.467-2.364c.466-.557.943-.642 1.897-.813A21 21 0 0 1 9 2c1.334 0 2.58.109 3.636.297c.954.17 1.43.256 1.897.813S15 4.27 15 5.474z"/><path strokeLinecap="round" d="M18 7.514c.312.033.58.128.874.335c.596.42.752 1.005 1.064 2.176l.915 3.425c.608 2.28-.768 4.906-2.252 6.912c-.688.93-1.032 1.395-1.706 1.576s-1.203-.049-2.261-.508c-1.478-.643-3.046-1.532-4.134-2.698M11 10.5c-.4.598-1.145 1-2 1s-1.6-.402-2-1m4-4h1m-6 0h1"/><path strokeLinecap="round" d="M17.61 17.16c-.537-.464-1.355-.655-2.175-.438c-.82.216-1.432.785-1.662 1.451m3.032-5.865l.48-.126"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M15 9c0 2.346-2.002 4.513-3.95 6.056c-.902.715-1.354 1.073-2.05 1.073s-1.148-.358-2.05-1.073C5.003 13.513 3 11.346 3 9V5.474c0-1.205 0-1.807.467-2.364c.466-.557.943-.642 1.897-.813A21 21 0 0 1 9 2c1.334 0 2.58.109 3.636.297c.954.17 1.43.256 1.897.813S15 4.27 15 5.474z"/><path stroke-linecap="round" d="M18 7.514c.312.033.58.128.874.335c.596.42.752 1.005 1.064 2.176l.915 3.425c.608 2.28-.768 4.906-2.252 6.912c-.688.93-1.032 1.395-1.706 1.576s-1.203-.049-2.261-.508c-1.478-.643-3.046-1.532-4.134-2.698M11 10.5c-.4.598-1.145 1-2 1s-1.6-.402-2-1m4-4h1m-6 0h1"/><path stroke-linecap="round" d="M17.61 17.16c-.537-.464-1.355-.655-2.175-.438c-.82.216-1.432.785-1.662 1.451m3.032-5.865l.48-.126"/></g></svg>
</template>

CSS

.icon-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%209c0%202.346-2.002%204.513-3.95%206.056c-.902.715-1.354%201.073-2.05%201.073s-1.148-.358-2.05-1.073C5.003%2013.513%203%2011.346%203%209V5.474c0-1.205%200-1.807.467-2.364c.466-.557.943-.642%201.897-.813A21%2021%200%200%201%209%202c1.334%200%202.58.109%203.636.297c.954.17%201.43.256%201.897.813S15%204.27%2015%205.474z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%207.514c.312.033.58.128.874.335c.596.42.752%201.005%201.064%202.176l.915%203.425c.608%202.28-.768%204.906-2.252%206.912c-.688.93-1.032%201.395-1.706%201.576s-1.203-.049-2.261-.508c-1.478-.643-3.046-1.532-4.134-2.698M11%2010.5c-.4.598-1.145%201-2%201s-1.6-.402-2-1m4-4h1m-6%200h1%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.61%2017.16c-.537-.464-1.355-.655-2.175-.438c-.82.216-1.432.785-1.662%201.451m3.032-5.865l.48-.126%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%209c0%202.346-2.002%204.513-3.95%206.056c-.902.715-1.354%201.073-2.05%201.073s-1.148-.358-2.05-1.073C5.003%2013.513%203%2011.346%203%209V5.474c0-1.205%200-1.807.467-2.364c.466-.557.943-.642%201.897-.813A21%2021%200%200%201%209%202c1.334%200%202.58.109%203.636.297c.954.17%201.43.256%201.897.813S15%204.27%2015%205.474z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%207.514c.312.033.58.128.874.335c.596.42.752%201.005%201.064%202.176l.915%203.425c.608%202.28-.768%204.906-2.252%206.912c-.688.93-1.032%201.395-1.706%201.576s-1.203-.049-2.261-.508c-1.478-.643-3.046-1.532-4.134-2.698M11%2010.5c-.4.598-1.145%201-2%201s-1.6-.402-2-1m4-4h1m-6%200h1%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.61%2017.16c-.537-.464-1.355-.655-2.175-.438c-.82.216-1.432.785-1.662%201.451m3.032-5.865l.48-.126%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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