math curve icon

math-curve from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
math-curve
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the math curve icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.356 23.058C12.77 24.592 15.62 26 17.95 26a3.87 3.87 0 0 0 2.856-1.084c2.286-2.29.14-6.398-1.938-10.372l5.801-5.801a44 44 0 0 1 3.012 2.124L29 9.349a45 45 0 0 0-2.872-2.064L30 3.413L28.586 2l-4.207 4.206c-3.316-1.91-7.108-3.246-9.228-1.122c-2.04 2.043-.552 5.532 1.268 9.083l-6.307 6.306a44 44 0 0 1-2.8-2.1L6 19.884a48 48 0 0 0 2.665 2.035L4 26.585V2H2v26a2 2 0 0 0 2 2h26v-2H5.413Zm6.209-16.557c1.135-1.138 3.693-.286 6.337 1.183l-4.995 4.994c-1.313-2.619-2.35-5.167-1.342-6.177m.821 9.526c1.58 3.032 3.182 6.296 2.007 7.473c-1.312 1.314-4.522-.026-7.572-1.908Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonMathCurve(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.356 23.058C12.77 24.592 15.62 26 17.95 26a3.87 3.87 0 0 0 2.856-1.084c2.286-2.29.14-6.398-1.938-10.372l5.801-5.801a44 44 0 0 1 3.012 2.124L29 9.349a45 45 0 0 0-2.872-2.064L30 3.413L28.586 2l-4.207 4.206c-3.316-1.91-7.108-3.246-9.228-1.122c-2.04 2.043-.552 5.532 1.268 9.083l-6.307 6.306a44 44 0 0 1-2.8-2.1L6 19.884a48 48 0 0 0 2.665 2.035L4 26.585V2H2v26a2 2 0 0 0 2 2h26v-2H5.413Zm6.209-16.557c1.135-1.138 3.693-.286 6.337 1.183l-4.995 4.994c-1.313-2.619-2.35-5.167-1.342-6.177m.821 9.526c1.58 3.032 3.182 6.296 2.007 7.473c-1.312 1.314-4.522-.026-7.572-1.908Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.356 23.058C12.77 24.592 15.62 26 17.95 26a3.87 3.87 0 0 0 2.856-1.084c2.286-2.29.14-6.398-1.938-10.372l5.801-5.801a44 44 0 0 1 3.012 2.124L29 9.349a45 45 0 0 0-2.872-2.064L30 3.413L28.586 2l-4.207 4.206c-3.316-1.91-7.108-3.246-9.228-1.122c-2.04 2.043-.552 5.532 1.268 9.083l-6.307 6.306a44 44 0 0 1-2.8-2.1L6 19.884a48 48 0 0 0 2.665 2.035L4 26.585V2H2v26a2 2 0 0 0 2 2h26v-2H5.413Zm6.209-16.557c1.135-1.138 3.693-.286 6.337 1.183l-4.995 4.994c-1.313-2.619-2.35-5.167-1.342-6.177m.821 9.526c1.58 3.032 3.182 6.296 2.007 7.473c-1.312 1.314-4.522-.026-7.572-1.908Z"/></svg>
</template>

CSS

.icon-math-curve {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.356%2023.058C12.77%2024.592%2015.62%2026%2017.95%2026a3.87%203.87%200%200%200%202.856-1.084c2.286-2.29.14-6.398-1.938-10.372l5.801-5.801a44%2044%200%200%201%203.012%202.124L29%209.349a45%2045%200%200%200-2.872-2.064L30%203.413L28.586%202l-4.207%204.206c-3.316-1.91-7.108-3.246-9.228-1.122c-2.04%202.043-.552%205.532%201.268%209.083l-6.307%206.306a44%2044%200%200%201-2.8-2.1L6%2019.884a48%2048%200%200%200%202.665%202.035L4%2026.585V2H2v26a2%202%200%200%200%202%202h26v-2H5.413Zm6.209-16.557c1.135-1.138%203.693-.286%206.337%201.183l-4.995%204.994c-1.313-2.619-2.35-5.167-1.342-6.177m.821%209.526c1.58%203.032%203.182%206.296%202.007%207.473c-1.312%201.314-4.522-.026-7.572-1.908Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.356%2023.058C12.77%2024.592%2015.62%2026%2017.95%2026a3.87%203.87%200%200%200%202.856-1.084c2.286-2.29.14-6.398-1.938-10.372l5.801-5.801a44%2044%200%200%201%203.012%202.124L29%209.349a45%2045%200%200%200-2.872-2.064L30%203.413L28.586%202l-4.207%204.206c-3.316-1.91-7.108-3.246-9.228-1.122c-2.04%202.043-.552%205.532%201.268%209.083l-6.307%206.306a44%2044%200%200%201-2.8-2.1L6%2019.884a48%2048%200%200%200%202.665%202.035L4%2026.585V2H2v26a2%202%200%200%200%202%202h26v-2H5.413Zm6.209-16.557c1.135-1.138%203.693-.286%206.337%201.183l-4.995%204.994c-1.313-2.619-2.35-5.167-1.342-6.177m.821%209.526c1.58%203.032%203.182%206.296%202.007%207.473c-1.312%201.314-4.522-.026-7.572-1.908Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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