arithmetic median icon

arithmetic-median from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
arithmetic-median
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the arithmetic median icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 9h-2l-6 8.571L10 9H8l7 10l-7 10h2l6-8.571L22 29h2l-7-10zm-4-2c-1.777 0-3.231-.873-4.514-1.642C14.322 4.659 13.223 4 12 4c-1.398 0-2.449.863-3.293 1.707L7.293 4.293C8.36 3.225 9.86 2 12 2c1.777 0 3.231.872 4.514 1.642C17.678 4.34 18.777 5 20 5c1.398 0 2.449-.863 3.293-1.707l1.414 1.414C23.64 5.774 22.14 7 20 7"/></svg>

React

import type { SVGProps } from "react";

export function CarbonArithmeticMedian(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 9h-2l-6 8.571L10 9H8l7 10l-7 10h2l6-8.571L22 29h2l-7-10zm-4-2c-1.777 0-3.231-.873-4.514-1.642C14.322 4.659 13.223 4 12 4c-1.398 0-2.449.863-3.293 1.707L7.293 4.293C8.36 3.225 9.86 2 12 2c1.777 0 3.231.872 4.514 1.642C17.678 4.34 18.777 5 20 5c1.398 0 2.449-.863 3.293-1.707l1.414 1.414C23.64 5.774 22.14 7 20 7"/></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 9h-2l-6 8.571L10 9H8l7 10l-7 10h2l6-8.571L22 29h2l-7-10zm-4-2c-1.777 0-3.231-.873-4.514-1.642C14.322 4.659 13.223 4 12 4c-1.398 0-2.449.863-3.293 1.707L7.293 4.293C8.36 3.225 9.86 2 12 2c1.777 0 3.231.872 4.514 1.642C17.678 4.34 18.777 5 20 5c1.398 0 2.449-.863 3.293-1.707l1.414 1.414C23.64 5.774 22.14 7 20 7"/></svg>
</template>

CSS

.icon-arithmetic-median {
  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%209h-2l-6%208.571L10%209H8l7%2010l-7%2010h2l6-8.571L22%2029h2l-7-10zm-4-2c-1.777%200-3.231-.873-4.514-1.642C14.322%204.659%2013.223%204%2012%204c-1.398%200-2.449.863-3.293%201.707L7.293%204.293C8.36%203.225%209.86%202%2012%202c1.777%200%203.231.872%204.514%201.642C17.678%204.34%2018.777%205%2020%205c1.398%200%202.449-.863%203.293-1.707l1.414%201.414C23.64%205.774%2022.14%207%2020%207%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%209h-2l-6%208.571L10%209H8l7%2010l-7%2010h2l6-8.571L22%2029h2l-7-10zm-4-2c-1.777%200-3.231-.873-4.514-1.642C14.322%204.659%2013.223%204%2012%204c-1.398%200-2.449.863-3.293%201.707L7.293%204.293C8.36%203.225%209.86%202%2012%202c1.777%200%203.231.872%204.514%201.642C17.678%204.34%2018.777%205%2020%205c1.398%200%202.449-.863%203.293-1.707l1.414%201.414C23.64%205.774%2022.14%207%2020%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/arithmetic-median.svg?color=%231a73e8&size=48