chart logistic regression icon
chart-logistic-regression from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- chart-logistic-regression
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the chart logistic regression icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="26" cy="22" r="2" fill="currentColor"/><circle cx="20" cy="22" r="2" fill="currentColor"/><circle cx="14" cy="6" r="2" fill="currentColor"/><circle cx="8" cy="6" r="2" fill="currentColor"/><path fill="currentColor" d="M8.234 24a8.99 8.99 0 0 0 8.538-6.154l2.353-7.06A6.99 6.99 0 0 1 25.766 6H30V4h-4.234a8.99 8.99 0 0 0-8.538 6.154l-2.353 7.06A6.99 6.99 0 0 1 8.234 22H4V2H2v26c0 1.103.897 2 2 2h26v-2H4v-4z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonChartLogisticRegression(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="26" cy="22" r="2" fill="currentColor"/><circle cx="20" cy="22" r="2" fill="currentColor"/><circle cx="14" cy="6" r="2" fill="currentColor"/><circle cx="8" cy="6" r="2" fill="currentColor"/><path fill="currentColor" d="M8.234 24a8.99 8.99 0 0 0 8.538-6.154l2.353-7.06A6.99 6.99 0 0 1 25.766 6H30V4h-4.234a8.99 8.99 0 0 0-8.538 6.154l-2.353 7.06A6.99 6.99 0 0 1 8.234 22H4V2H2v26c0 1.103.897 2 2 2h26v-2H4v-4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="26" cy="22" r="2" fill="currentColor"/><circle cx="20" cy="22" r="2" fill="currentColor"/><circle cx="14" cy="6" r="2" fill="currentColor"/><circle cx="8" cy="6" r="2" fill="currentColor"/><path fill="currentColor" d="M8.234 24a8.99 8.99 0 0 0 8.538-6.154l2.353-7.06A6.99 6.99 0 0 1 25.766 6H30V4h-4.234a8.99 8.99 0 0 0-8.538 6.154l-2.353 7.06A6.99 6.99 0 0 1 8.234 22H4V2H2v26c0 1.103.897 2 2 2h26v-2H4v-4z"/></svg> </template>
CSS
.icon-chart-logistic-regression {
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%3Ccircle%20cx%3D%2226%22%20cy%3D%2222%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2222%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%226%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%226%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.234%2024a8.99%208.99%200%200%200%208.538-6.154l2.353-7.06A6.99%206.99%200%200%201%2025.766%206H30V4h-4.234a8.99%208.99%200%200%200-8.538%206.154l-2.353%207.06A6.99%206.99%200%200%201%208.234%2022H4V2H2v26c0%201.103.897%202%202%202h26v-2H4v-4z%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%3Ccircle%20cx%3D%2226%22%20cy%3D%2222%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2222%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%226%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%226%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.234%2024a8.99%208.99%200%200%200%208.538-6.154l2.353-7.06A6.99%206.99%200%200%201%2025.766%206H30V4h-4.234a8.99%208.99%200%200%200-8.538%206.154l-2.353%207.06A6.99%206.99%200%200%201%208.234%2022H4V2H2v26c0%201.103.897%202%202%202h26v-2H4v-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/chart-logistic-regression.svg?color=%231a73e8&size=48