chart scatter bubble icon
chart-scatter-bubble from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.
- Name
- chart-scatter-bubble
- Set
- Keyline Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
Related icons in Keyline Icons
chart-areachart-barchart-bar-bigchart-bar-stackedchart-candlestickchart-columnchart-column-bigchart-column-stackedchart-diagramchart-ganttchart-linechart-line-decreasingchart-line-downchart-line-increasingchart-line-upchart-networkchart-no-axes-combinedchart-piechart-pyramidchart-scatterchart-scatter-3dchart-splinechart-tree-mapchart-waterfall
Use the chart scatter bubble icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3L3 19C3 20.1046 3.8954 21 5 21L21 21M20 6C20 7.6569 18.6569 9 17 9C15.3431 9 14 7.6569 14 6C14 4.3431 15.3431 3 17 3C18.6569 3 20 4.3431 20 6ZM11 14C11 15.1046 10.1046 16 9 16C7.8954 16 7 15.1046 7 14C7 12.8954 7.8954 12 9 12C10.1046 12 11 12.8954 11 14ZM19.5 15C19.5 15.8284 18.8284 16.5 18 16.5C17.1716 16.5 16.5 15.8284 16.5 15C16.5 14.1716 17.1716 13.5 18 13.5C18.8284 13.5 19.5 14.1716 19.5 15Z"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsChartScatterBubble(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3 3L3 19C3 20.1046 3.8954 21 5 21L21 21M20 6C20 7.6569 18.6569 9 17 9C15.3431 9 14 7.6569 14 6C14 4.3431 15.3431 3 17 3C18.6569 3 20 4.3431 20 6ZM11 14C11 15.1046 10.1046 16 9 16C7.8954 16 7 15.1046 7 14C7 12.8954 7.8954 12 9 12C10.1046 12 11 12.8954 11 14ZM19.5 15C19.5 15.8284 18.8284 16.5 18 16.5C17.1716 16.5 16.5 15.8284 16.5 15C16.5 14.1716 17.1716 13.5 18 13.5C18.8284 13.5 19.5 14.1716 19.5 15Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3L3 19C3 20.1046 3.8954 21 5 21L21 21M20 6C20 7.6569 18.6569 9 17 9C15.3431 9 14 7.6569 14 6C14 4.3431 15.3431 3 17 3C18.6569 3 20 4.3431 20 6ZM11 14C11 15.1046 10.1046 16 9 16C7.8954 16 7 15.1046 7 14C7 12.8954 7.8954 12 9 12C10.1046 12 11 12.8954 11 14ZM19.5 15C19.5 15.8284 18.8284 16.5 18 16.5C17.1716 16.5 16.5 15.8284 16.5 15C16.5 14.1716 17.1716 13.5 18 13.5C18.8284 13.5 19.5 14.1716 19.5 15Z"/></svg> </template>
CSS
.icon-chart-scatter-bubble {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3%203L3%2019C3%2020.1046%203.8954%2021%205%2021L21%2021M20%206C20%207.6569%2018.6569%209%2017%209C15.3431%209%2014%207.6569%2014%206C14%204.3431%2015.3431%203%2017%203C18.6569%203%2020%204.3431%2020%206ZM11%2014C11%2015.1046%2010.1046%2016%209%2016C7.8954%2016%207%2015.1046%207%2014C7%2012.8954%207.8954%2012%209%2012C10.1046%2012%2011%2012.8954%2011%2014ZM19.5%2015C19.5%2015.8284%2018.8284%2016.5%2018%2016.5C17.1716%2016.5%2016.5%2015.8284%2016.5%2015C16.5%2014.1716%2017.1716%2013.5%2018%2013.5C18.8284%2013.5%2019.5%2014.1716%2019.5%2015Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3%203L3%2019C3%2020.1046%203.8954%2021%205%2021L21%2021M20%206C20%207.6569%2018.6569%209%2017%209C15.3431%209%2014%207.6569%2014%206C14%204.3431%2015.3431%203%2017%203C18.6569%203%2020%204.3431%2020%206ZM11%2014C11%2015.1046%2010.1046%2016%209%2016C7.8954%2016%207%2015.1046%207%2014C7%2012.8954%207.8954%2012%209%2012C10.1046%2012%2011%2012.8954%2011%2014ZM19.5%2015C19.5%2015.8284%2018.8284%2016.5%2018%2016.5C17.1716%2016.5%2016.5%2015.8284%2016.5%2015C16.5%2014.1716%2017.1716%2013.5%2018%2013.5C18.8284%2013.5%2019.5%2014.1716%2019.5%2015Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/chart-scatter-bubble.svg?color=%231a73e8&size=48