bullet chart icon
bullet-chart-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- bullet-chart-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
Use the bullet chart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 18.135H4.616q-.667 0-1.141-.475T3 16.52V7.5q0-.666.475-1.14q.474-.476 1.14-.476H11.5V4.5q0-.213.144-.356T12.001 4t.356.144t.143.356v1.385h6.885q.666 0 1.14.474Q21 6.834 21 7.5v9.02q0 .666-.475 1.14t-1.14.475H12.5V19.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356zm0-1v-2.75H4v2.134q0 .27.173.443t.443.173zM4 9.635h7.5v-2.75H4.616q-.27 0-.443.173T4 7.5zm8.5 7.5h6.885q.269 0 .442-.174q.173-.172.173-.442V7.5q0-.27-.173-.442q-.173-.173-.442-.173H12.5v2.75h1.212q.666 0 1.14.474q.475.475.475 1.141v1.52q0 .666-.474 1.14t-1.141.475H12.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBulletChartRounded(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.5 18.135H4.616q-.667 0-1.141-.475T3 16.52V7.5q0-.666.475-1.14q.474-.476 1.14-.476H11.5V4.5q0-.213.144-.356T12.001 4t.356.144t.143.356v1.385h6.885q.666 0 1.14.474Q21 6.834 21 7.5v9.02q0 .666-.475 1.14t-1.14.475H12.5V19.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356zm0-1v-2.75H4v2.134q0 .27.173.443t.443.173zM4 9.635h7.5v-2.75H4.616q-.27 0-.443.173T4 7.5zm8.5 7.5h6.885q.269 0 .442-.174q.173-.172.173-.442V7.5q0-.27-.173-.442q-.173-.173-.442-.173H12.5v2.75h1.212q.666 0 1.14.474q.475.475.475 1.141v1.52q0 .666-.474 1.14t-1.141.475H12.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.5 18.135H4.616q-.667 0-1.141-.475T3 16.52V7.5q0-.666.475-1.14q.474-.476 1.14-.476H11.5V4.5q0-.213.144-.356T12.001 4t.356.144t.143.356v1.385h6.885q.666 0 1.14.474Q21 6.834 21 7.5v9.02q0 .666-.475 1.14t-1.14.475H12.5V19.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356zm0-1v-2.75H4v2.134q0 .27.173.443t.443.173zM4 9.635h7.5v-2.75H4.616q-.27 0-.443.173T4 7.5zm8.5 7.5h6.885q.269 0 .442-.174q.173-.172.173-.442V7.5q0-.27-.173-.442q-.173-.173-.442-.173H12.5v2.75h1.212q.666 0 1.14.474q.475.475.475 1.141v1.52q0 .666-.474 1.14t-1.141.475H12.5z"/></svg> </template>
CSS
.icon-bullet-chart-rounded {
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.5%2018.135H4.616q-.667%200-1.141-.475T3%2016.52V7.5q0-.666.475-1.14q.474-.476%201.14-.476H11.5V4.5q0-.213.144-.356T12.001%204t.356.144t.143.356v1.385h6.885q.666%200%201.14.474Q21%206.834%2021%207.5v9.02q0%20.666-.475%201.14t-1.14.475H12.5V19.5q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356zm0-1v-2.75H4v2.134q0%20.27.173.443t.443.173zM4%209.635h7.5v-2.75H4.616q-.27%200-.443.173T4%207.5zm8.5%207.5h6.885q.269%200%20.442-.174q.173-.172.173-.442V7.5q0-.27-.173-.442q-.173-.173-.442-.173H12.5v2.75h1.212q.666%200%201.14.474q.475.475.475%201.141v1.52q0%20.666-.474%201.14t-1.141.475H12.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.5%2018.135H4.616q-.667%200-1.141-.475T3%2016.52V7.5q0-.666.475-1.14q.474-.476%201.14-.476H11.5V4.5q0-.213.144-.356T12.001%204t.356.144t.143.356v1.385h6.885q.666%200%201.14.474Q21%206.834%2021%207.5v9.02q0%20.666-.475%201.14t-1.14.475H12.5V19.5q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356zm0-1v-2.75H4v2.134q0%20.27.173.443t.443.173zM4%209.635h7.5v-2.75H4.616q-.27%200-.443.173T4%207.5zm8.5%207.5h6.885q.269%200%20.442-.174q.173-.172.173-.442V7.5q0-.27-.173-.442q-.173-.173-.442-.173H12.5v2.75h1.212q.666%200%201.14.474q.475.475.475%201.141v1.52q0%20.666-.474%201.14t-1.141.475H12.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/bullet-chart-rounded.svg?color=%231a73e8&size=48