chart violin plot icon
chart-violin-plot from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- chart-violin-plot
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the chart violin plot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 30H4a2 2 0 0 1-2-2V2h2v26h26Z"/><path fill="currentColor" d="M14.86 7.823L13 4.723V2h-2v2.723l-1.86 3.1A8 8 0 0 0 8 11.94v.122a8 8 0 0 0 1.14 4.116l1.86 3.1V26h2v-6.723l1.86-3.1A8 8 0 0 0 16 12.06v-.122a8 8 0 0 0-1.14-4.116M12 6.943l1.145 1.91A6 6 0 0 1 13.919 11H10.08a6 6 0 0 1 .774-2.148Zm0 10.114l-1.145-1.91A6 6 0 0 1 10.081 13h3.838a6 6 0 0 1-.774 2.148Zm15.86-5.234L26 8.723V2h-2v6.723l-1.86 3.1A8 8 0 0 0 21 15.94v.122a8 8 0 0 0 1.14 4.116l1.86 3.1V26h2v-2.723l1.86-3.1A8 8 0 0 0 29 16.06v-.122a8 8 0 0 0-1.14-4.116m-2.86-.88l1.145 1.909A6 6 0 0 1 26.919 15h-3.837a6 6 0 0 1 .773-2.148Zm0 10.113l-1.145-1.908A6 6 0 0 1 23.081 17h3.837a6 6 0 0 1-.773 2.148Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonChartViolinPlot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 30H4a2 2 0 0 1-2-2V2h2v26h26Z"/><path fill="currentColor" d="M14.86 7.823L13 4.723V2h-2v2.723l-1.86 3.1A8 8 0 0 0 8 11.94v.122a8 8 0 0 0 1.14 4.116l1.86 3.1V26h2v-6.723l1.86-3.1A8 8 0 0 0 16 12.06v-.122a8 8 0 0 0-1.14-4.116M12 6.943l1.145 1.91A6 6 0 0 1 13.919 11H10.08a6 6 0 0 1 .774-2.148Zm0 10.114l-1.145-1.91A6 6 0 0 1 10.081 13h3.838a6 6 0 0 1-.774 2.148Zm15.86-5.234L26 8.723V2h-2v6.723l-1.86 3.1A8 8 0 0 0 21 15.94v.122a8 8 0 0 0 1.14 4.116l1.86 3.1V26h2v-2.723l1.86-3.1A8 8 0 0 0 29 16.06v-.122a8 8 0 0 0-1.14-4.116m-2.86-.88l1.145 1.909A6 6 0 0 1 26.919 15h-3.837a6 6 0 0 1 .773-2.148Zm0 10.113l-1.145-1.908A6 6 0 0 1 23.081 17h3.837a6 6 0 0 1-.773 2.148Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 30H4a2 2 0 0 1-2-2V2h2v26h26Z"/><path fill="currentColor" d="M14.86 7.823L13 4.723V2h-2v2.723l-1.86 3.1A8 8 0 0 0 8 11.94v.122a8 8 0 0 0 1.14 4.116l1.86 3.1V26h2v-6.723l1.86-3.1A8 8 0 0 0 16 12.06v-.122a8 8 0 0 0-1.14-4.116M12 6.943l1.145 1.91A6 6 0 0 1 13.919 11H10.08a6 6 0 0 1 .774-2.148Zm0 10.114l-1.145-1.91A6 6 0 0 1 10.081 13h3.838a6 6 0 0 1-.774 2.148Zm15.86-5.234L26 8.723V2h-2v6.723l-1.86 3.1A8 8 0 0 0 21 15.94v.122a8 8 0 0 0 1.14 4.116l1.86 3.1V26h2v-2.723l1.86-3.1A8 8 0 0 0 29 16.06v-.122a8 8 0 0 0-1.14-4.116m-2.86-.88l1.145 1.909A6 6 0 0 1 26.919 15h-3.837a6 6 0 0 1 .773-2.148Zm0 10.113l-1.145-1.908A6 6 0 0 1 23.081 17h3.837a6 6 0 0 1-.773 2.148Z"/></svg> </template>
CSS
.icon-chart-violin-plot {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2030H4a2%202%200%200%201-2-2V2h2v26h26Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.86%207.823L13%204.723V2h-2v2.723l-1.86%203.1A8%208%200%200%200%208%2011.94v.122a8%208%200%200%200%201.14%204.116l1.86%203.1V26h2v-6.723l1.86-3.1A8%208%200%200%200%2016%2012.06v-.122a8%208%200%200%200-1.14-4.116M12%206.943l1.145%201.91A6%206%200%200%201%2013.919%2011H10.08a6%206%200%200%201%20.774-2.148Zm0%2010.114l-1.145-1.91A6%206%200%200%201%2010.081%2013h3.838a6%206%200%200%201-.774%202.148Zm15.86-5.234L26%208.723V2h-2v6.723l-1.86%203.1A8%208%200%200%200%2021%2015.94v.122a8%208%200%200%200%201.14%204.116l1.86%203.1V26h2v-2.723l1.86-3.1A8%208%200%200%200%2029%2016.06v-.122a8%208%200%200%200-1.14-4.116m-2.86-.88l1.145%201.909A6%206%200%200%201%2026.919%2015h-3.837a6%206%200%200%201%20.773-2.148Zm0%2010.113l-1.145-1.908A6%206%200%200%201%2023.081%2017h3.837a6%206%200%200%201-.773%202.148Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2030H4a2%202%200%200%201-2-2V2h2v26h26Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.86%207.823L13%204.723V2h-2v2.723l-1.86%203.1A8%208%200%200%200%208%2011.94v.122a8%208%200%200%200%201.14%204.116l1.86%203.1V26h2v-6.723l1.86-3.1A8%208%200%200%200%2016%2012.06v-.122a8%208%200%200%200-1.14-4.116M12%206.943l1.145%201.91A6%206%200%200%201%2013.919%2011H10.08a6%206%200%200%201%20.774-2.148Zm0%2010.114l-1.145-1.91A6%206%200%200%201%2010.081%2013h3.838a6%206%200%200%201-.774%202.148Zm15.86-5.234L26%208.723V2h-2v6.723l-1.86%203.1A8%208%200%200%200%2021%2015.94v.122a8%208%200%200%200%201.14%204.116l1.86%203.1V26h2v-2.723l1.86-3.1A8%208%200%200%200%2029%2016.06v-.122a8%208%200%200%200-1.14-4.116m-2.86-.88l1.145%201.909A6%206%200%200%201%2026.919%2015h-3.837a6%206%200%200%201%20.773-2.148Zm0%2010.113l-1.145-1.908A6%206%200%200%201%2023.081%2017h3.837a6%206%200%200%201-.773%202.148Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/chart-violin-plot.svg?color=%231a73e8&size=48