function icon
function from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- function
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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.308 17.5v-1h1.28l3.049-3.5l-3.049-3.5H9.67l-1.6 8.196q-.277 1.433-.877 2.118q-.6.686-1.57.686q-.876 0-1.441-.484q-.566-.485-.566-1.274q0-.55.281-.883q.281-.334.72-.334q.413 0 .706.29q.294.29.294.699q0 .278-.167.484q-.166.206-.403.254q.096.096.27.164q.173.067.384.067q.529-.006.857-.465q.327-.458.531-1.447L8.659 9.5H5.692v-1h3.149l.486-2.62q.214-1.16.803-1.77t1.505-.61q.869 0 1.434.506q.565.505.565 1.288q0 .539-.28.872q-.281.334-.72.334q-.413 0-.706-.28q-.294-.281-.294-.695q0-.279.167-.485q.166-.206.422-.254q-.096-.115-.298-.192t-.413-.077q-.477.012-.773.4q-.297.389-.443 1.147L9.871 8.5h4.437v1h-1.396l2.396 2.744L17.704 9.5h-1.396v-1h4v1h-1.281L15.979 13l3.067 3.5h1.262v1h-4v-1h1.396l-2.396-2.75l-2.396 2.75h1.396v1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFunction(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.308 17.5v-1h1.28l3.049-3.5l-3.049-3.5H9.67l-1.6 8.196q-.277 1.433-.877 2.118q-.6.686-1.57.686q-.876 0-1.441-.484q-.566-.485-.566-1.274q0-.55.281-.883q.281-.334.72-.334q.413 0 .706.29q.294.29.294.699q0 .278-.167.484q-.166.206-.403.254q.096.096.27.164q.173.067.384.067q.529-.006.857-.465q.327-.458.531-1.447L8.659 9.5H5.692v-1h3.149l.486-2.62q.214-1.16.803-1.77t1.505-.61q.869 0 1.434.506q.565.505.565 1.288q0 .539-.28.872q-.281.334-.72.334q-.413 0-.706-.28q-.294-.281-.294-.695q0-.279.167-.485q.166-.206.422-.254q-.096-.115-.298-.192t-.413-.077q-.477.012-.773.4q-.297.389-.443 1.147L9.871 8.5h4.437v1h-1.396l2.396 2.744L17.704 9.5h-1.396v-1h4v1h-1.281L15.979 13l3.067 3.5h1.262v1h-4v-1h1.396l-2.396-2.75l-2.396 2.75h1.396v1z"/></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.308 17.5v-1h1.28l3.049-3.5l-3.049-3.5H9.67l-1.6 8.196q-.277 1.433-.877 2.118q-.6.686-1.57.686q-.876 0-1.441-.484q-.566-.485-.566-1.274q0-.55.281-.883q.281-.334.72-.334q.413 0 .706.29q.294.29.294.699q0 .278-.167.484q-.166.206-.403.254q.096.096.27.164q.173.067.384.067q.529-.006.857-.465q.327-.458.531-1.447L8.659 9.5H5.692v-1h3.149l.486-2.62q.214-1.16.803-1.77t1.505-.61q.869 0 1.434.506q.565.505.565 1.288q0 .539-.28.872q-.281.334-.72.334q-.413 0-.706-.28q-.294-.281-.294-.695q0-.279.167-.485q.166-.206.422-.254q-.096-.115-.298-.192t-.413-.077q-.477.012-.773.4q-.297.389-.443 1.147L9.871 8.5h4.437v1h-1.396l2.396 2.744L17.704 9.5h-1.396v-1h4v1h-1.281L15.979 13l3.067 3.5h1.262v1h-4v-1h1.396l-2.396-2.75l-2.396 2.75h1.396v1z"/></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.308%2017.5v-1h1.28l3.049-3.5l-3.049-3.5H9.67l-1.6%208.196q-.277%201.433-.877%202.118q-.6.686-1.57.686q-.876%200-1.441-.484q-.566-.485-.566-1.274q0-.55.281-.883q.281-.334.72-.334q.413%200%20.706.29q.294.29.294.699q0%20.278-.167.484q-.166.206-.403.254q.096.096.27.164q.173.067.384.067q.529-.006.857-.465q.327-.458.531-1.447L8.659%209.5H5.692v-1h3.149l.486-2.62q.214-1.16.803-1.77t1.505-.61q.869%200%201.434.506q.565.505.565%201.288q0%20.539-.28.872q-.281.334-.72.334q-.413%200-.706-.28q-.294-.281-.294-.695q0-.279.167-.485q.166-.206.422-.254q-.096-.115-.298-.192t-.413-.077q-.477.012-.773.4q-.297.389-.443%201.147L9.871%208.5h4.437v1h-1.396l2.396%202.744L17.704%209.5h-1.396v-1h4v1h-1.281L15.979%2013l3.067%203.5h1.262v1h-4v-1h1.396l-2.396-2.75l-2.396%202.75h1.396v1z%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.308%2017.5v-1h1.28l3.049-3.5l-3.049-3.5H9.67l-1.6%208.196q-.277%201.433-.877%202.118q-.6.686-1.57.686q-.876%200-1.441-.484q-.566-.485-.566-1.274q0-.55.281-.883q.281-.334.72-.334q.413%200%20.706.29q.294.29.294.699q0%20.278-.167.484q-.166.206-.403.254q.096.096.27.164q.173.067.384.067q.529-.006.857-.465q.327-.458.531-1.447L8.659%209.5H5.692v-1h3.149l.486-2.62q.214-1.16.803-1.77t1.505-.61q.869%200%201.434.506q.565.505.565%201.288q0%20.539-.28.872q-.281.334-.72.334q-.413%200-.706-.28q-.294-.281-.294-.695q0-.279.167-.485q.166-.206.422-.254q-.096-.115-.298-.192t-.413-.077q-.477.012-.773.4q-.297.389-.443%201.147L9.871%208.5h4.437v1h-1.396l2.396%202.744L17.704%209.5h-1.396v-1h4v1h-1.281L15.979%2013l3.067%203.5h1.262v1h-4v-1h1.396l-2.396-2.75l-2.396%202.75h1.396v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/function.svg?color=%231a73e8&size=48