drum from Font Awesome Solid by Dave Gandy · Solid · Music · CC-BY-4.0 Attribution required.

Name
drum
Set
Font Awesome Solid
Style
Solid
Category
Music
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More music icons from Font Awesome Solid

Use the drum icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M565.2 140.1c11.1-7.3 14.2-22.1 6.9-33.2S550 92.7 538.9 100l-104.7 68.5C399.8 162.7 361 160 320 160c-141.4 0-256 32-256 112v160c0 31.3 27.4 58.8 72 78.7V408c0-13.3 10.7-24 24-24s24 10.7 24 24v119.4c33 8.9 71.1 14.5 112 16.1V440c0-13.3 10.7-24 24-24s24 10.7 24 24v103.5c40.9-1.6 79-7.2 112-16.1V408c0-13.3 10.7-24 24-24s24 10.7 24 24v102.7c44.6-19.9 72-47.4 72-78.7V272c0-41.1-30.2-69.5-78.8-87.4l67.9-44.5zm-193.8 69.5l-64.6 42.3c-11.1 7.3-14.2 22.1-6.9 33.2s22.1 14.2 33.2 6.9l111.1-72.8c14.7 3.2 27.9 7 39.4 11.5c38.8 15.1 44.4 30.6 44.4 41.3c0 .8-2.7 17.2-46 35.9c-38.9 16.8-96 28.1-162 28.1s-123.1-11.3-162-28.1c-43.3-18.7-46-35.1-46-35.9c0-10.6 5.6-26.2 44.4-41.3C194.7 215.8 251.8 208 320 208c18 0 35.1.5 51.4 1.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidDrum(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M565.2 140.1c11.1-7.3 14.2-22.1 6.9-33.2S550 92.7 538.9 100l-104.7 68.5C399.8 162.7 361 160 320 160c-141.4 0-256 32-256 112v160c0 31.3 27.4 58.8 72 78.7V408c0-13.3 10.7-24 24-24s24 10.7 24 24v119.4c33 8.9 71.1 14.5 112 16.1V440c0-13.3 10.7-24 24-24s24 10.7 24 24v103.5c40.9-1.6 79-7.2 112-16.1V408c0-13.3 10.7-24 24-24s24 10.7 24 24v102.7c44.6-19.9 72-47.4 72-78.7V272c0-41.1-30.2-69.5-78.8-87.4l67.9-44.5zm-193.8 69.5l-64.6 42.3c-11.1 7.3-14.2 22.1-6.9 33.2s22.1 14.2 33.2 6.9l111.1-72.8c14.7 3.2 27.9 7 39.4 11.5c38.8 15.1 44.4 30.6 44.4 41.3c0 .8-2.7 17.2-46 35.9c-38.9 16.8-96 28.1-162 28.1s-123.1-11.3-162-28.1c-43.3-18.7-46-35.1-46-35.9c0-10.6 5.6-26.2 44.4-41.3C194.7 215.8 251.8 208 320 208c18 0 35.1.5 51.4 1.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M565.2 140.1c11.1-7.3 14.2-22.1 6.9-33.2S550 92.7 538.9 100l-104.7 68.5C399.8 162.7 361 160 320 160c-141.4 0-256 32-256 112v160c0 31.3 27.4 58.8 72 78.7V408c0-13.3 10.7-24 24-24s24 10.7 24 24v119.4c33 8.9 71.1 14.5 112 16.1V440c0-13.3 10.7-24 24-24s24 10.7 24 24v103.5c40.9-1.6 79-7.2 112-16.1V408c0-13.3 10.7-24 24-24s24 10.7 24 24v102.7c44.6-19.9 72-47.4 72-78.7V272c0-41.1-30.2-69.5-78.8-87.4l67.9-44.5zm-193.8 69.5l-64.6 42.3c-11.1 7.3-14.2 22.1-6.9 33.2s22.1 14.2 33.2 6.9l111.1-72.8c14.7 3.2 27.9 7 39.4 11.5c38.8 15.1 44.4 30.6 44.4 41.3c0 .8-2.7 17.2-46 35.9c-38.9 16.8-96 28.1-162 28.1s-123.1-11.3-162-28.1c-43.3-18.7-46-35.1-46-35.9c0-10.6 5.6-26.2 44.4-41.3C194.7 215.8 251.8 208 320 208c18 0 35.1.5 51.4 1.6"/></svg>
</template>

CSS

.icon-drum {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M565.2%20140.1c11.1-7.3%2014.2-22.1%206.9-33.2S550%2092.7%20538.9%20100l-104.7%2068.5C399.8%20162.7%20361%20160%20320%20160c-141.4%200-256%2032-256%20112v160c0%2031.3%2027.4%2058.8%2072%2078.7V408c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v119.4c33%208.9%2071.1%2014.5%20112%2016.1V440c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v103.5c40.9-1.6%2079-7.2%20112-16.1V408c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v102.7c44.6-19.9%2072-47.4%2072-78.7V272c0-41.1-30.2-69.5-78.8-87.4l67.9-44.5zm-193.8%2069.5l-64.6%2042.3c-11.1%207.3-14.2%2022.1-6.9%2033.2s22.1%2014.2%2033.2%206.9l111.1-72.8c14.7%203.2%2027.9%207%2039.4%2011.5c38.8%2015.1%2044.4%2030.6%2044.4%2041.3c0%20.8-2.7%2017.2-46%2035.9c-38.9%2016.8-96%2028.1-162%2028.1s-123.1-11.3-162-28.1c-43.3-18.7-46-35.1-46-35.9c0-10.6%205.6-26.2%2044.4-41.3C194.7%20215.8%20251.8%20208%20320%20208c18%200%2035.1.5%2051.4%201.6%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M565.2%20140.1c11.1-7.3%2014.2-22.1%206.9-33.2S550%2092.7%20538.9%20100l-104.7%2068.5C399.8%20162.7%20361%20160%20320%20160c-141.4%200-256%2032-256%20112v160c0%2031.3%2027.4%2058.8%2072%2078.7V408c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v119.4c33%208.9%2071.1%2014.5%20112%2016.1V440c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v103.5c40.9-1.6%2079-7.2%20112-16.1V408c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v102.7c44.6-19.9%2072-47.4%2072-78.7V272c0-41.1-30.2-69.5-78.8-87.4l67.9-44.5zm-193.8%2069.5l-64.6%2042.3c-11.1%207.3-14.2%2022.1-6.9%2033.2s22.1%2014.2%2033.2%206.9l111.1-72.8c14.7%203.2%2027.9%207%2039.4%2011.5c38.8%2015.1%2044.4%2030.6%2044.4%2041.3c0%20.8-2.7%2017.2-46%2035.9c-38.9%2016.8-96%2028.1-162%2028.1s-123.1-11.3-162-28.1c-43.3-18.7-46-35.1-46-35.9c0-10.6%205.6-26.2%2044.4-41.3C194.7%20215.8%20251.8%20208%20320%20208c18%200%2035.1.5%2051.4%201.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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