summary kpi mirror icon
summary-kpi-mirror from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- summary-kpi-mirror
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the summary kpi mirror icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m24.3 27.5l5.7-5.1l-1.3-1.4l-5.7 5l-7.7-7.4c-.7-.7-1.9-.7-2.7 0L9 22l-5.6-6L2 17.4l5.6 6c.8.8 2 .8 2.8.1L14 20l7.7 7.4c.7.8 1.9.8 2.6.1M28 12V4h-2v1h-2v2h2v5h-2v2h6v-2zm-6 2h-6v-4c0-1.1.9-2 2-2h2V6h-4V4h4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-2v2h4zM12 4H8v2h4v2H9v2h3v2H8v2h4c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-6 7H2l2-3z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSummaryKpiMirror(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="m24.3 27.5l5.7-5.1l-1.3-1.4l-5.7 5l-7.7-7.4c-.7-.7-1.9-.7-2.7 0L9 22l-5.6-6L2 17.4l5.6 6c.8.8 2 .8 2.8.1L14 20l7.7 7.4c.7.8 1.9.8 2.6.1M28 12V4h-2v1h-2v2h2v5h-2v2h6v-2zm-6 2h-6v-4c0-1.1.9-2 2-2h2V6h-4V4h4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-2v2h4zM12 4H8v2h4v2H9v2h3v2H8v2h4c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-6 7H2l2-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m24.3 27.5l5.7-5.1l-1.3-1.4l-5.7 5l-7.7-7.4c-.7-.7-1.9-.7-2.7 0L9 22l-5.6-6L2 17.4l5.6 6c.8.8 2 .8 2.8.1L14 20l7.7 7.4c.7.8 1.9.8 2.6.1M28 12V4h-2v1h-2v2h2v5h-2v2h6v-2zm-6 2h-6v-4c0-1.1.9-2 2-2h2V6h-4V4h4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-2v2h4zM12 4H8v2h4v2H9v2h3v2H8v2h4c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-6 7H2l2-3z"/></svg> </template>
CSS
.icon-summary-kpi-mirror {
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%22m24.3%2027.5l5.7-5.1l-1.3-1.4l-5.7%205l-7.7-7.4c-.7-.7-1.9-.7-2.7%200L9%2022l-5.6-6L2%2017.4l5.6%206c.8.8%202%20.8%202.8.1L14%2020l7.7%207.4c.7.8%201.9.8%202.6.1M28%2012V4h-2v1h-2v2h2v5h-2v2h6v-2zm-6%202h-6v-4c0-1.1.9-2%202-2h2V6h-4V4h4c1.1%200%202%20.9%202%202v2c0%201.1-.9%202-2%202h-2v2h4zM12%204H8v2h4v2H9v2h3v2H8v2h4c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2m-6%207H2l2-3z%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%22m24.3%2027.5l5.7-5.1l-1.3-1.4l-5.7%205l-7.7-7.4c-.7-.7-1.9-.7-2.7%200L9%2022l-5.6-6L2%2017.4l5.6%206c.8.8%202%20.8%202.8.1L14%2020l7.7%207.4c.7.8%201.9.8%202.6.1M28%2012V4h-2v1h-2v2h2v5h-2v2h6v-2zm-6%202h-6v-4c0-1.1.9-2%202-2h2V6h-4V4h4c1.1%200%202%20.9%202%202v2c0%201.1-.9%202-2%202h-2v2h4zM12%204H8v2h4v2H9v2h3v2H8v2h4c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2m-6%207H2l2-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/summary-kpi-mirror.svg?color=%231a73e8&size=48