drum steelpan icon
drum-steelpan from Font Awesome Solid by Dave Gandy · Solid · Music · CC-BY-4.0 Attribution required.
- Name
- drum-steelpan
- 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 steelpan icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 96c159.1 0 288 48 288 128v192c0 80-128.9 128-288 128S32 496 32 416V224c0-80 128.9-128 288-128m240 128c0-9.9-8-29.9-55-49.8c-18.6-7.9-40.9-14.4-66-19.4l-27.8 43.6c-7.3 11.5-11.2 24.8-11.2 38.4c0 17.5 6.4 34.4 18.1 47.5l9.8 11c29.8-5.2 55.9-12.5 77.2-21.5c47.1-19.9 55-39.9 55-49.8zm-178.8 77.3c-8-26.2-32.4-45.3-61.2-45.3s-53.3 19.1-61.2 45.3c19.4 1.7 39.9 2.7 61.2 2.7s41.8-.9 61.2-2.7M201 154.8c-25.2 5-47.4 11.6-66 19.4c-47.1 19.9-55 39.9-55 49.8s8 29.9 55 49.8c21.3 9 47.4 16.3 77.2 21.5l9.8-11c11.6-13.1 18.1-30 18.1-47.5c0-13.6-3.9-26.9-11.2-38.4zm56.3-8c-.9 4.3-1.4 8.7-1.4 13.2c0 35.3 28.7 64 64 64s64-28.7 64-64c0-4.5-.5-9-1.4-13.2c-19.8-1.8-40.8-2.8-62.6-2.8s-42.8 1-62.6 2.8"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidDrumSteelpan(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="M320 96c159.1 0 288 48 288 128v192c0 80-128.9 128-288 128S32 496 32 416V224c0-80 128.9-128 288-128m240 128c0-9.9-8-29.9-55-49.8c-18.6-7.9-40.9-14.4-66-19.4l-27.8 43.6c-7.3 11.5-11.2 24.8-11.2 38.4c0 17.5 6.4 34.4 18.1 47.5l9.8 11c29.8-5.2 55.9-12.5 77.2-21.5c47.1-19.9 55-39.9 55-49.8zm-178.8 77.3c-8-26.2-32.4-45.3-61.2-45.3s-53.3 19.1-61.2 45.3c19.4 1.7 39.9 2.7 61.2 2.7s41.8-.9 61.2-2.7M201 154.8c-25.2 5-47.4 11.6-66 19.4c-47.1 19.9-55 39.9-55 49.8s8 29.9 55 49.8c21.3 9 47.4 16.3 77.2 21.5l9.8-11c11.6-13.1 18.1-30 18.1-47.5c0-13.6-3.9-26.9-11.2-38.4zm56.3-8c-.9 4.3-1.4 8.7-1.4 13.2c0 35.3 28.7 64 64 64s64-28.7 64-64c0-4.5-.5-9-1.4-13.2c-19.8-1.8-40.8-2.8-62.6-2.8s-42.8 1-62.6 2.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 96c159.1 0 288 48 288 128v192c0 80-128.9 128-288 128S32 496 32 416V224c0-80 128.9-128 288-128m240 128c0-9.9-8-29.9-55-49.8c-18.6-7.9-40.9-14.4-66-19.4l-27.8 43.6c-7.3 11.5-11.2 24.8-11.2 38.4c0 17.5 6.4 34.4 18.1 47.5l9.8 11c29.8-5.2 55.9-12.5 77.2-21.5c47.1-19.9 55-39.9 55-49.8zm-178.8 77.3c-8-26.2-32.4-45.3-61.2-45.3s-53.3 19.1-61.2 45.3c19.4 1.7 39.9 2.7 61.2 2.7s41.8-.9 61.2-2.7M201 154.8c-25.2 5-47.4 11.6-66 19.4c-47.1 19.9-55 39.9-55 49.8s8 29.9 55 49.8c21.3 9 47.4 16.3 77.2 21.5l9.8-11c11.6-13.1 18.1-30 18.1-47.5c0-13.6-3.9-26.9-11.2-38.4zm56.3-8c-.9 4.3-1.4 8.7-1.4 13.2c0 35.3 28.7 64 64 64s64-28.7 64-64c0-4.5-.5-9-1.4-13.2c-19.8-1.8-40.8-2.8-62.6-2.8s-42.8 1-62.6 2.8"/></svg> </template>
CSS
.icon-drum-steelpan {
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%22M320%2096c159.1%200%20288%2048%20288%20128v192c0%2080-128.9%20128-288%20128S32%20496%2032%20416V224c0-80%20128.9-128%20288-128m240%20128c0-9.9-8-29.9-55-49.8c-18.6-7.9-40.9-14.4-66-19.4l-27.8%2043.6c-7.3%2011.5-11.2%2024.8-11.2%2038.4c0%2017.5%206.4%2034.4%2018.1%2047.5l9.8%2011c29.8-5.2%2055.9-12.5%2077.2-21.5c47.1-19.9%2055-39.9%2055-49.8zm-178.8%2077.3c-8-26.2-32.4-45.3-61.2-45.3s-53.3%2019.1-61.2%2045.3c19.4%201.7%2039.9%202.7%2061.2%202.7s41.8-.9%2061.2-2.7M201%20154.8c-25.2%205-47.4%2011.6-66%2019.4c-47.1%2019.9-55%2039.9-55%2049.8s8%2029.9%2055%2049.8c21.3%209%2047.4%2016.3%2077.2%2021.5l9.8-11c11.6-13.1%2018.1-30%2018.1-47.5c0-13.6-3.9-26.9-11.2-38.4zm56.3-8c-.9%204.3-1.4%208.7-1.4%2013.2c0%2035.3%2028.7%2064%2064%2064s64-28.7%2064-64c0-4.5-.5-9-1.4-13.2c-19.8-1.8-40.8-2.8-62.6-2.8s-42.8%201-62.6%202.8%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%22M320%2096c159.1%200%20288%2048%20288%20128v192c0%2080-128.9%20128-288%20128S32%20496%2032%20416V224c0-80%20128.9-128%20288-128m240%20128c0-9.9-8-29.9-55-49.8c-18.6-7.9-40.9-14.4-66-19.4l-27.8%2043.6c-7.3%2011.5-11.2%2024.8-11.2%2038.4c0%2017.5%206.4%2034.4%2018.1%2047.5l9.8%2011c29.8-5.2%2055.9-12.5%2077.2-21.5c47.1-19.9%2055-39.9%2055-49.8zm-178.8%2077.3c-8-26.2-32.4-45.3-61.2-45.3s-53.3%2019.1-61.2%2045.3c19.4%201.7%2039.9%202.7%2061.2%202.7s41.8-.9%2061.2-2.7M201%20154.8c-25.2%205-47.4%2011.6-66%2019.4c-47.1%2019.9-55%2039.9-55%2049.8s8%2029.9%2055%2049.8c21.3%209%2047.4%2016.3%2077.2%2021.5l9.8-11c11.6-13.1%2018.1-30%2018.1-47.5c0-13.6-3.9-26.9-11.2-38.4zm56.3-8c-.9%204.3-1.4%208.7-1.4%2013.2c0%2035.3%2028.7%2064%2064%2064s64-28.7%2064-64c0-4.5-.5-9-1.4-13.2c-19.8-1.8-40.8-2.8-62.6-2.8s-42.8%201-62.6%202.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/drum-steelpan.svg?color=%231a73e8&size=48