sigma-lower from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
sigma-lower
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Use the sigma lower icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 12c0 4.42-3.36 8-7.5 8S4 16.42 4 12s3.36-8 7.5-8H20v2h-3.54A8.3 8.3 0 0 1 19 12m-7.5-6C8.46 6 6 8.69 6 12s2.46 6 5.5 6s5.5-2.69 5.5-6s-2.46-6-5.5-6"/></svg>

React

import type { SVGProps } from "react";

export function MdiSigmaLower(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="M19 12c0 4.42-3.36 8-7.5 8S4 16.42 4 12s3.36-8 7.5-8H20v2h-3.54A8.3 8.3 0 0 1 19 12m-7.5-6C8.46 6 6 8.69 6 12s2.46 6 5.5 6s5.5-2.69 5.5-6s-2.46-6-5.5-6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 12c0 4.42-3.36 8-7.5 8S4 16.42 4 12s3.36-8 7.5-8H20v2h-3.54A8.3 8.3 0 0 1 19 12m-7.5-6C8.46 6 6 8.69 6 12s2.46 6 5.5 6s5.5-2.69 5.5-6s-2.46-6-5.5-6"/></svg>
</template>

CSS

.icon-sigma-lower {
  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%22M19%2012c0%204.42-3.36%208-7.5%208S4%2016.42%204%2012s3.36-8%207.5-8H20v2h-3.54A8.3%208.3%200%200%201%2019%2012m-7.5-6C8.46%206%206%208.69%206%2012s2.46%206%205.5%206s5.5-2.69%205.5-6s-2.46-6-5.5-6%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%22M19%2012c0%204.42-3.36%208-7.5%208S4%2016.42%204%2012s3.36-8%207.5-8H20v2h-3.54A8.3%208.3%200%200%201%2019%2012m-7.5-6C8.46%206%206%208.69%206%2012s2.46%206%205.5%206s5.5-2.69%205.5-6s-2.46-6-5.5-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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