drum icon
drum from Font Awesome 6 Solid by Dave Gandy · Regular · Music · CC-BY-4.0 Attribution required.
- Name
- drum
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Music
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More music icons from Font Awesome 6 Solid
Use the drum icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M501.2 76.1c11.1-7.3 14.2-22.1 6.9-33.2S486 28.7 474.9 36l-104.7 68.5C335.8 98.7 297 96 256 96C114.6 96 0 128 0 208v160c0 31.3 27.4 58.8 72 78.7V344c0-13.3 10.7-24 24-24s24 10.7 24 24v119.4c33 8.9 71.1 14.5 112 16.1V376c0-13.3 10.7-24 24-24s24 10.7 24 24v103.5c40.9-1.6 79-7.2 112-16.1V344c0-13.3 10.7-24 24-24s24 10.7 24 24v102.7c44.6-19.9 72-47.4 72-78.7V208c0-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.7 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.3C130.6 151.9 187.8 144 256 144c18 0 35.1.5 51.4 1.6"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidDrum(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M501.2 76.1c11.1-7.3 14.2-22.1 6.9-33.2S486 28.7 474.9 36l-104.7 68.5C335.8 98.7 297 96 256 96C114.6 96 0 128 0 208v160c0 31.3 27.4 58.8 72 78.7V344c0-13.3 10.7-24 24-24s24 10.7 24 24v119.4c33 8.9 71.1 14.5 112 16.1V376c0-13.3 10.7-24 24-24s24 10.7 24 24v103.5c40.9-1.6 79-7.2 112-16.1V344c0-13.3 10.7-24 24-24s24 10.7 24 24v102.7c44.6-19.9 72-47.4 72-78.7V208c0-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.7 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.3C130.6 151.9 187.8 144 256 144c18 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 512 512"><path fill="currentColor" d="M501.2 76.1c11.1-7.3 14.2-22.1 6.9-33.2S486 28.7 474.9 36l-104.7 68.5C335.8 98.7 297 96 256 96C114.6 96 0 128 0 208v160c0 31.3 27.4 58.8 72 78.7V344c0-13.3 10.7-24 24-24s24 10.7 24 24v119.4c33 8.9 71.1 14.5 112 16.1V376c0-13.3 10.7-24 24-24s24 10.7 24 24v103.5c40.9-1.6 79-7.2 112-16.1V344c0-13.3 10.7-24 24-24s24 10.7 24 24v102.7c44.6-19.9 72-47.4 72-78.7V208c0-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.7 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.3C130.6 151.9 187.8 144 256 144c18 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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M501.2%2076.1c11.1-7.3%2014.2-22.1%206.9-33.2S486%2028.7%20474.9%2036l-104.7%2068.5C335.8%2098.7%20297%2096%20256%2096C114.6%2096%200%20128%200%20208v160c0%2031.3%2027.4%2058.8%2072%2078.7V344c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v119.4c33%208.9%2071.1%2014.5%20112%2016.1V376c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v103.5c40.9-1.6%2079-7.2%20112-16.1V344c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v102.7c44.6-19.9%2072-47.4%2072-78.7V208c0-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.7%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.3C130.6%20151.9%20187.8%20144%20256%20144c18%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M501.2%2076.1c11.1-7.3%2014.2-22.1%206.9-33.2S486%2028.7%20474.9%2036l-104.7%2068.5C335.8%2098.7%20297%2096%20256%2096C114.6%2096%200%20128%200%20208v160c0%2031.3%2027.4%2058.8%2072%2078.7V344c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v119.4c33%208.9%2071.1%2014.5%20112%2016.1V376c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v103.5c40.9-1.6%2079-7.2%20112-16.1V344c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v102.7c44.6-19.9%2072-47.4%2072-78.7V208c0-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.7%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.3C130.6%20151.9%20187.8%20144%20256%20144c18%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/fa6-solid/drum.svg?color=%231a73e8&size=48