functions-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
functions-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
functions-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the functions icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 12L6.325 6.3q-.15-.15-.238-.337T6 5.575V5q0-.425.288-.712T7 4h9.5q.625 0 1.063.438T18 5.5t-.437 1.063T16.5 7h-5.725l4.6 4.275q.325.3.325.725t-.325.725L10.775 17H16.5q.625 0 1.063.438T18 18.5t-.437 1.063T16.5 20H6.725q-.3 0-.512-.213T6 19.276v-.95q0-.15.05-.287t.175-.263z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFunctionsRounded(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="M12.5 12L6.325 6.3q-.15-.15-.238-.337T6 5.575V5q0-.425.288-.712T7 4h9.5q.625 0 1.063.438T18 5.5t-.437 1.063T16.5 7h-5.725l4.6 4.275q.325.3.325.725t-.325.725L10.775 17H16.5q.625 0 1.063.438T18 18.5t-.437 1.063T16.5 20H6.725q-.3 0-.512-.213T6 19.276v-.95q0-.15.05-.287t.175-.263z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 12L6.325 6.3q-.15-.15-.238-.337T6 5.575V5q0-.425.288-.712T7 4h9.5q.625 0 1.063.438T18 5.5t-.437 1.063T16.5 7h-5.725l4.6 4.275q.325.3.325.725t-.325.725L10.775 17H16.5q.625 0 1.063.438T18 18.5t-.437 1.063T16.5 20H6.725q-.3 0-.512-.213T6 19.276v-.95q0-.15.05-.287t.175-.263z"/></svg>
</template>

CSS

.icon-functions-rounded {
  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%22M12.5%2012L6.325%206.3q-.15-.15-.238-.337T6%205.575V5q0-.425.288-.712T7%204h9.5q.625%200%201.063.438T18%205.5t-.437%201.063T16.5%207h-5.725l4.6%204.275q.325.3.325.725t-.325.725L10.775%2017H16.5q.625%200%201.063.438T18%2018.5t-.437%201.063T16.5%2020H6.725q-.3%200-.512-.213T6%2019.276v-.95q0-.15.05-.287t.175-.263z%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%22M12.5%2012L6.325%206.3q-.15-.15-.238-.337T6%205.575V5q0-.425.288-.712T7%204h9.5q.625%200%201.063.438T18%205.5t-.437%201.063T16.5%207h-5.725l4.6%204.275q.325.3.325.725t-.325.725L10.775%2017H16.5q.625%200%201.063.438T18%2018.5t-.437%201.063T16.5%2020H6.725q-.3%200-.512-.213T6%2019.276v-.95q0-.15.05-.287t.175-.263z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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