instrument icon
instrument-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- instrument-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the instrument icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zm-6 3c-1.82 0-3.3.342-4.253.645l-.375.126c-.947.335-1.377 1.302-1.203 2.174l.722 3.61c.195.977 1.232 1.45 2.079 1.112c.702-.28 1.89-.667 3.03-.667s2.328.386 3.03.667c.847.338 1.884-.135 2.08-1.112l.721-3.61c.174-.872-.256-1.839-1.203-2.174A14 14 0 0 0 12 6m0 2c1.718 0 3.079.355 3.855.62l-.6 2.998a12 12 0 0 0-1.715-.464l.355-.707a1 1 0 0 0-1.79-.894l-.739 1.477c-1 .085-1.94.348-2.623.588l-.6-2.998A12.1 12.1 0 0 1 12 8"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteInstrumentFill(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" d="M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zm-6 3c-1.82 0-3.3.342-4.253.645l-.375.126c-.947.335-1.377 1.302-1.203 2.174l.722 3.61c.195.977 1.232 1.45 2.079 1.112c.702-.28 1.89-.667 3.03-.667s2.328.386 3.03.667c.847.338 1.884-.135 2.08-1.112l.721-3.61c.174-.872-.256-1.839-1.203-2.174A14 14 0 0 0 12 6m0 2c1.718 0 3.079.355 3.855.62l-.6 2.998a12 12 0 0 0-1.715-.464l.355-.707a1 1 0 0 0-1.79-.894l-.739 1.477c-1 .085-1.94.348-2.623.588l-.6-2.998A12.1 12.1 0 0 1 12 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zm-6 3c-1.82 0-3.3.342-4.253.645l-.375.126c-.947.335-1.377 1.302-1.203 2.174l.722 3.61c.195.977 1.232 1.45 2.079 1.112c.702-.28 1.89-.667 3.03-.667s2.328.386 3.03.667c.847.338 1.884-.135 2.08-1.112l.721-3.61c.174-.872-.256-1.839-1.203-2.174A14 14 0 0 0 12 6m0 2c1.718 0 3.079.355 3.855.62l-.6 2.998a12 12 0 0 0-1.715-.464l.355-.707a1 1 0 0 0-1.79-.894l-.739 1.477c-1 .085-1.94.348-2.623.588l-.6-2.998A12.1 12.1 0 0 1 12 8"/></svg> </template>
CSS
.icon-instrument-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%20d%3D%22M18%203a3%203%200%200%201%203%203v12a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V6a3%203%200%200%201%203-3zm-6%203c-1.82%200-3.3.342-4.253.645l-.375.126c-.947.335-1.377%201.302-1.203%202.174l.722%203.61c.195.977%201.232%201.45%202.079%201.112c.702-.28%201.89-.667%203.03-.667s2.328.386%203.03.667c.847.338%201.884-.135%202.08-1.112l.721-3.61c.174-.872-.256-1.839-1.203-2.174A14%2014%200%200%200%2012%206m0%202c1.718%200%203.079.355%203.855.62l-.6%202.998a12%2012%200%200%200-1.715-.464l.355-.707a1%201%200%200%200-1.79-.894l-.739%201.477c-1%20.085-1.94.348-2.623.588l-.6-2.998A12.1%2012.1%200%200%201%2012%208%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%20d%3D%22M18%203a3%203%200%200%201%203%203v12a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V6a3%203%200%200%201%203-3zm-6%203c-1.82%200-3.3.342-4.253.645l-.375.126c-.947.335-1.377%201.302-1.203%202.174l.722%203.61c.195.977%201.232%201.45%202.079%201.112c.702-.28%201.89-.667%203.03-.667s2.328.386%203.03.667c.847.338%201.884-.135%202.08-1.112l.721-3.61c.174-.872-.256-1.839-1.203-2.174A14%2014%200%200%200%2012%206m0%202c1.718%200%203.079.355%203.855.62l-.6%202.998a12%2012%200%200%200-1.715-.464l.355-.707a1%201%200%200%200-1.79-.894l-.739%201.477c-1%20.085-1.94.348-2.623.588l-.6-2.998A12.1%2012.1%200%200%201%2012%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/instrument-fill.svg?color=%231a73e8&size=48