drum-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
drum-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the drum icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.708 6A8 8 0 0 0 5.07 8h13.86a8 8 0 0 0-1.638-2zm14.67 2.52a10 10 0 0 0-2.791-4.044A1.94 1.94 0 0 0 17.303 4H6.697c-.45 0-.914.152-1.284.476a10 10 0 0 0-2.79 4.045a1 1 0 0 0-.107.3A10 10 0 0 0 2 12a10 10 0 0 0 .577 3.354a10 10 0 0 0 2.836 4.17c.37.324.833.476 1.284.476h10.606c.45 0 .914-.152 1.284-.476a10 10 0 0 0 2.79-4.045a1 1 0 0 0 .107-.3A10 10 0 0 0 22 12c0-1.11-.181-2.18-.516-3.178a1 1 0 0 0-.106-.301M18.93 16H5.07c.435.753.99 1.428 1.638 2h10.584a8 8 0 0 0 1.638-2" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteDrumFill(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" fillRule="evenodd" d="M6.708 6A8 8 0 0 0 5.07 8h13.86a8 8 0 0 0-1.638-2zm14.67 2.52a10 10 0 0 0-2.791-4.044A1.94 1.94 0 0 0 17.303 4H6.697c-.45 0-.914.152-1.284.476a10 10 0 0 0-2.79 4.045a1 1 0 0 0-.107.3A10 10 0 0 0 2 12a10 10 0 0 0 .577 3.354a10 10 0 0 0 2.836 4.17c.37.324.833.476 1.284.476h10.606c.45 0 .914-.152 1.284-.476a10 10 0 0 0 2.79-4.045a1 1 0 0 0 .107-.3A10 10 0 0 0 22 12c0-1.11-.181-2.18-.516-3.178a1 1 0 0 0-.106-.301M18.93 16H5.07c.435.753.99 1.428 1.638 2h10.584a8 8 0 0 0 1.638-2" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.708 6A8 8 0 0 0 5.07 8h13.86a8 8 0 0 0-1.638-2zm14.67 2.52a10 10 0 0 0-2.791-4.044A1.94 1.94 0 0 0 17.303 4H6.697c-.45 0-.914.152-1.284.476a10 10 0 0 0-2.79 4.045a1 1 0 0 0-.107.3A10 10 0 0 0 2 12a10 10 0 0 0 .577 3.354a10 10 0 0 0 2.836 4.17c.37.324.833.476 1.284.476h10.606c.45 0 .914-.152 1.284-.476a10 10 0 0 0 2.79-4.045a1 1 0 0 0 .107-.3A10 10 0 0 0 22 12c0-1.11-.181-2.18-.516-3.178a1 1 0 0 0-.106-.301M18.93 16H5.07c.435.753.99 1.428 1.638 2h10.584a8 8 0 0 0 1.638-2" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-drum-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M6.708%206A8%208%200%200%200%205.07%208h13.86a8%208%200%200%200-1.638-2zm14.67%202.52a10%2010%200%200%200-2.791-4.044A1.94%201.94%200%200%200%2017.303%204H6.697c-.45%200-.914.152-1.284.476a10%2010%200%200%200-2.79%204.045a1%201%200%200%200-.107.3A10%2010%200%200%200%202%2012a10%2010%200%200%200%20.577%203.354a10%2010%200%200%200%202.836%204.17c.37.324.833.476%201.284.476h10.606c.45%200%20.914-.152%201.284-.476a10%2010%200%200%200%202.79-4.045a1%201%200%200%200%20.107-.3A10%2010%200%200%200%2022%2012c0-1.11-.181-2.18-.516-3.178a1%201%200%200%200-.106-.301M18.93%2016H5.07c.435.753.99%201.428%201.638%202h10.584a8%208%200%200%200%201.638-2%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M6.708%206A8%208%200%200%200%205.07%208h13.86a8%208%200%200%200-1.638-2zm14.67%202.52a10%2010%200%200%200-2.791-4.044A1.94%201.94%200%200%200%2017.303%204H6.697c-.45%200-.914.152-1.284.476a10%2010%200%200%200-2.79%204.045a1%201%200%200%200-.107.3A10%2010%200%200%200%202%2012a10%2010%200%200%200%20.577%203.354a10%2010%200%200%200%202.836%204.17c.37.324.833.476%201.284.476h10.606c.45%200%20.914-.152%201.284-.476a10%2010%200%200%200%202.79-4.045a1%201%200%200%200%20.107-.3A10%2010%200%200%200%2022%2012c0-1.11-.181-2.18-.516-3.178a1%201%200%200%200-.106-.301M18.93%2016H5.07c.435.753.99%201.428%201.638%202h10.584a8%208%200%200%200%201.638-2%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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