function from Material Symbols by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
function
Set
Material Symbols
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
function-outline, function-outline-sharp, function-sharp

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

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="M10 18v-2h1.55l2.625-3l-2.625-3H9.9l-1.6 8.6q-.2 1.125-.925 1.763T5.525 21T3.7 20.4T3 18.8q0-.8.425-1.288t1.075-.487q.625 0 1.063.425T6 18.475q0 .125-.012.225t-.038.225q.125-.025.213-.138t.137-.312L7.85 10H5V8h3.225l.525-2.85q.175-.95.938-1.55T11.5 3q1.1 0 1.8.65t.7 1.625q0 .75-.425 1.238T12.5 7q-.625 0-1.062-.425T11 5.525q0-.125.013-.225t.037-.225q-.15.05-.225.15t-.125.3L10.275 8H15v2h-.8l1.3 1.475L16.8 10H16V8h5v2h-1.55l-2.625 3l2.625 3H21v2h-5v-2h.8l-1.3-1.5l-1.3 1.5h.8v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFunction(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="M10 18v-2h1.55l2.625-3l-2.625-3H9.9l-1.6 8.6q-.2 1.125-.925 1.763T5.525 21T3.7 20.4T3 18.8q0-.8.425-1.288t1.075-.487q.625 0 1.063.425T6 18.475q0 .125-.012.225t-.038.225q.125-.025.213-.138t.137-.312L7.85 10H5V8h3.225l.525-2.85q.175-.95.938-1.55T11.5 3q1.1 0 1.8.65t.7 1.625q0 .75-.425 1.238T12.5 7q-.625 0-1.062-.425T11 5.525q0-.125.013-.225t.037-.225q-.15.05-.225.15t-.125.3L10.275 8H15v2h-.8l1.3 1.475L16.8 10H16V8h5v2h-1.55l-2.625 3l2.625 3H21v2h-5v-2h.8l-1.3-1.5l-1.3 1.5h.8v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 18v-2h1.55l2.625-3l-2.625-3H9.9l-1.6 8.6q-.2 1.125-.925 1.763T5.525 21T3.7 20.4T3 18.8q0-.8.425-1.288t1.075-.487q.625 0 1.063.425T6 18.475q0 .125-.012.225t-.038.225q.125-.025.213-.138t.137-.312L7.85 10H5V8h3.225l.525-2.85q.175-.95.938-1.55T11.5 3q1.1 0 1.8.65t.7 1.625q0 .75-.425 1.238T12.5 7q-.625 0-1.062-.425T11 5.525q0-.125.013-.225t.037-.225q-.15.05-.225.15t-.125.3L10.275 8H15v2h-.8l1.3 1.475L16.8 10H16V8h5v2h-1.55l-2.625 3l2.625 3H21v2h-5v-2h.8l-1.3-1.5l-1.3 1.5h.8v2z"/></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%22M10%2018v-2h1.55l2.625-3l-2.625-3H9.9l-1.6%208.6q-.2%201.125-.925%201.763T5.525%2021T3.7%2020.4T3%2018.8q0-.8.425-1.288t1.075-.487q.625%200%201.063.425T6%2018.475q0%20.125-.012.225t-.038.225q.125-.025.213-.138t.137-.312L7.85%2010H5V8h3.225l.525-2.85q.175-.95.938-1.55T11.5%203q1.1%200%201.8.65t.7%201.625q0%20.75-.425%201.238T12.5%207q-.625%200-1.062-.425T11%205.525q0-.125.013-.225t.037-.225q-.15.05-.225.15t-.125.3L10.275%208H15v2h-.8l1.3%201.475L16.8%2010H16V8h5v2h-1.55l-2.625%203l2.625%203H21v2h-5v-2h.8l-1.3-1.5l-1.3%201.5h.8v2z%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%22M10%2018v-2h1.55l2.625-3l-2.625-3H9.9l-1.6%208.6q-.2%201.125-.925%201.763T5.525%2021T3.7%2020.4T3%2018.8q0-.8.425-1.288t1.075-.487q.625%200%201.063.425T6%2018.475q0%20.125-.012.225t-.038.225q.125-.025.213-.138t.137-.312L7.85%2010H5V8h3.225l.525-2.85q.175-.95.938-1.55T11.5%203q1.1%200%201.8.65t.7%201.625q0%20.75-.425%201.238T12.5%207q-.625%200-1.062-.425T11%205.525q0-.125.013-.225t.037-.225q-.15.05-.225.15t-.125.3L10.275%208H15v2h-.8l1.3%201.475L16.8%2010H16V8h5v2h-1.55l-2.625%203l2.625%203H21v2h-5v-2h.8l-1.3-1.5l-1.3%201.5h.8v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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