violin from Material Design Icons by Pictogrammers · Filled · Music · Apache-2.0 Free for personal and commercial use.

Name
violin
Set
Material Design Icons
Style
Filled
Category
Music
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More music icons from Material Design Icons

Use the violin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 2a1 1 0 0 0-1 1v6a.5.5 0 0 0 .5.5H12a.5.5 0 0 1 .5.5a.5.5 0 0 1-.5.5h-1.5C9.73 10.5 9 9.77 9 9V5.16C7.27 5.6 6 7.13 6 9v1.5A2.5 2.5 0 0 1 8.5 13A2.5 2.5 0 0 1 6 15.5V17c0 2.77 2.23 5 5 5h2c2.77 0 5-2.23 5-5v-1.5a2.5 2.5 0 0 1-2.5-2.5a2.5 2.5 0 0 1 2.5-2.5V9c0-2.22-1.78-4-4-4V3a1 1 0 0 0-1-1zm-.25 14.5h2.5l-.5 3.5h-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function MdiViolin(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="M11 2a1 1 0 0 0-1 1v6a.5.5 0 0 0 .5.5H12a.5.5 0 0 1 .5.5a.5.5 0 0 1-.5.5h-1.5C9.73 10.5 9 9.77 9 9V5.16C7.27 5.6 6 7.13 6 9v1.5A2.5 2.5 0 0 1 8.5 13A2.5 2.5 0 0 1 6 15.5V17c0 2.77 2.23 5 5 5h2c2.77 0 5-2.23 5-5v-1.5a2.5 2.5 0 0 1-2.5-2.5a2.5 2.5 0 0 1 2.5-2.5V9c0-2.22-1.78-4-4-4V3a1 1 0 0 0-1-1zm-.25 14.5h2.5l-.5 3.5h-1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 2a1 1 0 0 0-1 1v6a.5.5 0 0 0 .5.5H12a.5.5 0 0 1 .5.5a.5.5 0 0 1-.5.5h-1.5C9.73 10.5 9 9.77 9 9V5.16C7.27 5.6 6 7.13 6 9v1.5A2.5 2.5 0 0 1 8.5 13A2.5 2.5 0 0 1 6 15.5V17c0 2.77 2.23 5 5 5h2c2.77 0 5-2.23 5-5v-1.5a2.5 2.5 0 0 1-2.5-2.5a2.5 2.5 0 0 1 2.5-2.5V9c0-2.22-1.78-4-4-4V3a1 1 0 0 0-1-1zm-.25 14.5h2.5l-.5 3.5h-1.5z"/></svg>
</template>

CSS

.icon-violin {
  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%22M11%202a1%201%200%200%200-1%201v6a.5.5%200%200%200%20.5.5H12a.5.5%200%200%201%20.5.5a.5.5%200%200%201-.5.5h-1.5C9.73%2010.5%209%209.77%209%209V5.16C7.27%205.6%206%207.13%206%209v1.5A2.5%202.5%200%200%201%208.5%2013A2.5%202.5%200%200%201%206%2015.5V17c0%202.77%202.23%205%205%205h2c2.77%200%205-2.23%205-5v-1.5a2.5%202.5%200%200%201-2.5-2.5a2.5%202.5%200%200%201%202.5-2.5V9c0-2.22-1.78-4-4-4V3a1%201%200%200%200-1-1zm-.25%2014.5h2.5l-.5%203.5h-1.5z%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%22M11%202a1%201%200%200%200-1%201v6a.5.5%200%200%200%20.5.5H12a.5.5%200%200%201%20.5.5a.5.5%200%200%201-.5.5h-1.5C9.73%2010.5%209%209.77%209%209V5.16C7.27%205.6%206%207.13%206%209v1.5A2.5%202.5%200%200%201%208.5%2013A2.5%202.5%200%200%201%206%2015.5V17c0%202.77%202.23%205%205%205h2c2.77%200%205-2.23%205-5v-1.5a2.5%202.5%200%200%201-2.5-2.5a2.5%202.5%200%200%201%202.5-2.5V9c0-2.22-1.78-4-4-4V3a1%201%200%200%200-1-1zm-.25%2014.5h2.5l-.5%203.5h-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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