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

Name
function
Set
Material Design Icons
Style
Filled
Category
Math
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More math icons from Material Design Icons

Use the function icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.6 5.29c-1.1-.1-2.07.71-2.17 1.82L13.18 10H16v2h-3l-.44 5.07a3.986 3.986 0 0 1-4.33 3.63a4 4 0 0 1-3.06-1.87l1.5-1.5c.24.74.9 1.31 1.73 1.38c1.1.1 2.07-.71 2.17-1.82L11 12H8v-2h3.17l.27-3.07c.19-2.2 2.13-3.83 4.33-3.63c1.31.11 2.41.84 3.06 1.87l-1.5 1.5c-.24-.74-.9-1.31-1.73-1.38"/></svg>

React

import type { SVGProps } from "react";

export function MdiFunction(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="M15.6 5.29c-1.1-.1-2.07.71-2.17 1.82L13.18 10H16v2h-3l-.44 5.07a3.986 3.986 0 0 1-4.33 3.63a4 4 0 0 1-3.06-1.87l1.5-1.5c.24.74.9 1.31 1.73 1.38c1.1.1 2.07-.71 2.17-1.82L11 12H8v-2h3.17l.27-3.07c.19-2.2 2.13-3.83 4.33-3.63c1.31.11 2.41.84 3.06 1.87l-1.5 1.5c-.24-.74-.9-1.31-1.73-1.38"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.6 5.29c-1.1-.1-2.07.71-2.17 1.82L13.18 10H16v2h-3l-.44 5.07a3.986 3.986 0 0 1-4.33 3.63a4 4 0 0 1-3.06-1.87l1.5-1.5c.24.74.9 1.31 1.73 1.38c1.1.1 2.07-.71 2.17-1.82L11 12H8v-2h3.17l.27-3.07c.19-2.2 2.13-3.83 4.33-3.63c1.31.11 2.41.84 3.06 1.87l-1.5 1.5c-.24-.74-.9-1.31-1.73-1.38"/></svg>
</template>

CSS

.icon-function {
  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%22M15.6%205.29c-1.1-.1-2.07.71-2.17%201.82L13.18%2010H16v2h-3l-.44%205.07a3.986%203.986%200%200%201-4.33%203.63a4%204%200%200%201-3.06-1.87l1.5-1.5c.24.74.9%201.31%201.73%201.38c1.1.1%202.07-.71%202.17-1.82L11%2012H8v-2h3.17l.27-3.07c.19-2.2%202.13-3.83%204.33-3.63c1.31.11%202.41.84%203.06%201.87l-1.5%201.5c-.24-.74-.9-1.31-1.73-1.38%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%22M15.6%205.29c-1.1-.1-2.07.71-2.17%201.82L13.18%2010H16v2h-3l-.44%205.07a3.986%203.986%200%200%201-4.33%203.63a4%204%200%200%201-3.06-1.87l1.5-1.5c.24.74.9%201.31%201.73%201.38c1.1.1%202.07-.71%202.17-1.82L11%2012H8v-2h3.17l.27-3.07c.19-2.2%202.13-3.83%204.33-3.63c1.31.11%202.41.84%203.06%201.87l-1.5%201.5c-.24-.74-.9-1.31-1.73-1.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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