function icon
function-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- function-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- function
The same icon in other sets
Use the function icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M841 370c3-3.3 2.7-8.3-.6-11.3c-1.5-1.3-3.4-2.1-5.3-2.1h-72.6c-2.4 0-4.6 1-6.1 2.8L633.5 504.6c-2.9 3.4-7.9 3.8-11.3.9c-.9-.8-1.6-1.7-2.1-2.8l-63.5-141.3c-1.3-2.9-4.1-4.7-7.3-4.7H380.7l.9-4.7l8-42.3c10.5-55.4 38-81.4 85.8-81.4c18.6 0 35.5 1.7 48.8 4.7l14.1-66.8c-22.6-4.7-35.2-6.1-54.9-6.1c-103.3 0-156.4 44.3-175.9 147.3l-9.4 49.4h-97.6c-3.8 0-7.1 2.7-7.8 6.4L181.9 415c-.9 4.3 1.9 8.6 6.2 9.5c.5.1 1.1.2 1.6.2H284l-89 429.9c-.9 4.3 1.9 8.6 6.2 9.5c.5.1 1.1.2 1.6.2H269c3.8 0 7.1-2.7 7.8-6.4l89.7-433.1h135.8l68.2 139.1c1.4 2.9 1 6.4-1.2 8.8l-180.6 203c-2.9 3.3-2.6 8.4.7 11.3c1.5 1.3 3.4 2 5.3 2h72.7c2.4 0 4.6-1 6.1-2.8l123.7-146.7c2.8-3.4 7.9-3.8 11.3-1c.9.8 1.6 1.7 2.1 2.8L676.4 784c1.3 2.8 4.1 4.7 7.3 4.7h64.6c4.4 0 8-3.6 8-8c0-1.2-.3-2.4-.8-3.5l-95.2-198.9c-1.4-2.9-.9-6.4 1.3-8.8z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignFunctionOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M841 370c3-3.3 2.7-8.3-.6-11.3c-1.5-1.3-3.4-2.1-5.3-2.1h-72.6c-2.4 0-4.6 1-6.1 2.8L633.5 504.6c-2.9 3.4-7.9 3.8-11.3.9c-.9-.8-1.6-1.7-2.1-2.8l-63.5-141.3c-1.3-2.9-4.1-4.7-7.3-4.7H380.7l.9-4.7l8-42.3c10.5-55.4 38-81.4 85.8-81.4c18.6 0 35.5 1.7 48.8 4.7l14.1-66.8c-22.6-4.7-35.2-6.1-54.9-6.1c-103.3 0-156.4 44.3-175.9 147.3l-9.4 49.4h-97.6c-3.8 0-7.1 2.7-7.8 6.4L181.9 415c-.9 4.3 1.9 8.6 6.2 9.5c.5.1 1.1.2 1.6.2H284l-89 429.9c-.9 4.3 1.9 8.6 6.2 9.5c.5.1 1.1.2 1.6.2H269c3.8 0 7.1-2.7 7.8-6.4l89.7-433.1h135.8l68.2 139.1c1.4 2.9 1 6.4-1.2 8.8l-180.6 203c-2.9 3.3-2.6 8.4.7 11.3c1.5 1.3 3.4 2 5.3 2h72.7c2.4 0 4.6-1 6.1-2.8l123.7-146.7c2.8-3.4 7.9-3.8 11.3-1c.9.8 1.6 1.7 2.1 2.8L676.4 784c1.3 2.8 4.1 4.7 7.3 4.7h64.6c4.4 0 8-3.6 8-8c0-1.2-.3-2.4-.8-3.5l-95.2-198.9c-1.4-2.9-.9-6.4 1.3-8.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M841 370c3-3.3 2.7-8.3-.6-11.3c-1.5-1.3-3.4-2.1-5.3-2.1h-72.6c-2.4 0-4.6 1-6.1 2.8L633.5 504.6c-2.9 3.4-7.9 3.8-11.3.9c-.9-.8-1.6-1.7-2.1-2.8l-63.5-141.3c-1.3-2.9-4.1-4.7-7.3-4.7H380.7l.9-4.7l8-42.3c10.5-55.4 38-81.4 85.8-81.4c18.6 0 35.5 1.7 48.8 4.7l14.1-66.8c-22.6-4.7-35.2-6.1-54.9-6.1c-103.3 0-156.4 44.3-175.9 147.3l-9.4 49.4h-97.6c-3.8 0-7.1 2.7-7.8 6.4L181.9 415c-.9 4.3 1.9 8.6 6.2 9.5c.5.1 1.1.2 1.6.2H284l-89 429.9c-.9 4.3 1.9 8.6 6.2 9.5c.5.1 1.1.2 1.6.2H269c3.8 0 7.1-2.7 7.8-6.4l89.7-433.1h135.8l68.2 139.1c1.4 2.9 1 6.4-1.2 8.8l-180.6 203c-2.9 3.3-2.6 8.4.7 11.3c1.5 1.3 3.4 2 5.3 2h72.7c2.4 0 4.6-1 6.1-2.8l123.7-146.7c2.8-3.4 7.9-3.8 11.3-1c.9.8 1.6 1.7 2.1 2.8L676.4 784c1.3 2.8 4.1 4.7 7.3 4.7h64.6c4.4 0 8-3.6 8-8c0-1.2-.3-2.4-.8-3.5l-95.2-198.9c-1.4-2.9-.9-6.4 1.3-8.8z"/></svg> </template>
CSS
.icon-function-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M841%20370c3-3.3%202.7-8.3-.6-11.3c-1.5-1.3-3.4-2.1-5.3-2.1h-72.6c-2.4%200-4.6%201-6.1%202.8L633.5%20504.6c-2.9%203.4-7.9%203.8-11.3.9c-.9-.8-1.6-1.7-2.1-2.8l-63.5-141.3c-1.3-2.9-4.1-4.7-7.3-4.7H380.7l.9-4.7l8-42.3c10.5-55.4%2038-81.4%2085.8-81.4c18.6%200%2035.5%201.7%2048.8%204.7l14.1-66.8c-22.6-4.7-35.2-6.1-54.9-6.1c-103.3%200-156.4%2044.3-175.9%20147.3l-9.4%2049.4h-97.6c-3.8%200-7.1%202.7-7.8%206.4L181.9%20415c-.9%204.3%201.9%208.6%206.2%209.5c.5.1%201.1.2%201.6.2H284l-89%20429.9c-.9%204.3%201.9%208.6%206.2%209.5c.5.1%201.1.2%201.6.2H269c3.8%200%207.1-2.7%207.8-6.4l89.7-433.1h135.8l68.2%20139.1c1.4%202.9%201%206.4-1.2%208.8l-180.6%20203c-2.9%203.3-2.6%208.4.7%2011.3c1.5%201.3%203.4%202%205.3%202h72.7c2.4%200%204.6-1%206.1-2.8l123.7-146.7c2.8-3.4%207.9-3.8%2011.3-1c.9.8%201.6%201.7%202.1%202.8L676.4%20784c1.3%202.8%204.1%204.7%207.3%204.7h64.6c4.4%200%208-3.6%208-8c0-1.2-.3-2.4-.8-3.5l-95.2-198.9c-1.4-2.9-.9-6.4%201.3-8.8z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M841%20370c3-3.3%202.7-8.3-.6-11.3c-1.5-1.3-3.4-2.1-5.3-2.1h-72.6c-2.4%200-4.6%201-6.1%202.8L633.5%20504.6c-2.9%203.4-7.9%203.8-11.3.9c-.9-.8-1.6-1.7-2.1-2.8l-63.5-141.3c-1.3-2.9-4.1-4.7-7.3-4.7H380.7l.9-4.7l8-42.3c10.5-55.4%2038-81.4%2085.8-81.4c18.6%200%2035.5%201.7%2048.8%204.7l14.1-66.8c-22.6-4.7-35.2-6.1-54.9-6.1c-103.3%200-156.4%2044.3-175.9%20147.3l-9.4%2049.4h-97.6c-3.8%200-7.1%202.7-7.8%206.4L181.9%20415c-.9%204.3%201.9%208.6%206.2%209.5c.5.1%201.1.2%201.6.2H284l-89%20429.9c-.9%204.3%201.9%208.6%206.2%209.5c.5.1%201.1.2%201.6.2H269c3.8%200%207.1-2.7%207.8-6.4l89.7-433.1h135.8l68.2%20139.1c1.4%202.9%201%206.4-1.2%208.8l-180.6%20203c-2.9%203.3-2.6%208.4.7%2011.3c1.5%201.3%203.4%202%205.3%202h72.7c2.4%200%204.6-1%206.1-2.8l123.7-146.7c2.8-3.4%207.9-3.8%2011.3-1c.9.8%201.6%201.7%202.1%202.8L676.4%20784c1.3%202.8%204.1%204.7%207.3%204.7h64.6c4.4%200%208-3.6%208-8c0-1.2-.3-2.4-.8-3.5l-95.2-198.9c-1.4-2.9-.9-6.4%201.3-8.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/function-outlined.svg?color=%231a73e8&size=48