ease in out control point icon

ease-in-out-control-point-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
ease-in-out-control-point-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the ease in out control point icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 17a3 3 0 1 1-2.826 4H14a1 1 0 1 1 0-2h1.174c.412-1.165 1.52-2 2.826-2m2-14a1 1 0 1 1 0 2c-1.605 0-2.848.78-3.981 2.14c-1.161 1.394-2.11 3.279-3.124 5.307c-.986 1.972-2.037 4.087-3.376 5.694C8.152 19.78 6.395 21 4 21a1 1 0 1 1 0-2c1.605 0 2.848-.78 3.981-2.14c1.161-1.394 2.11-3.279 3.124-5.307c.986-1.972 2.037-4.087 3.376-5.694C15.848 4.22 17.605 3 20 3m-9 16a1 1 0 1 1 0 2h-1a1 1 0 1 1 0-2zM6 1c1.306 0 2.414.835 2.826 2H10a1 1 0 1 1 0 2H8.826A2.999 2.999 0 0 1 3 4a3 3 0 0 1 3-3m8 2a1 1 0 1 1 0 2h-1a1 1 0 1 1 0-2z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteEaseInOutControlPointFill(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="M18 17a3 3 0 1 1-2.826 4H14a1 1 0 1 1 0-2h1.174c.412-1.165 1.52-2 2.826-2m2-14a1 1 0 1 1 0 2c-1.605 0-2.848.78-3.981 2.14c-1.161 1.394-2.11 3.279-3.124 5.307c-.986 1.972-2.037 4.087-3.376 5.694C8.152 19.78 6.395 21 4 21a1 1 0 1 1 0-2c1.605 0 2.848-.78 3.981-2.14c1.161-1.394 2.11-3.279 3.124-5.307c.986-1.972 2.037-4.087 3.376-5.694C15.848 4.22 17.605 3 20 3m-9 16a1 1 0 1 1 0 2h-1a1 1 0 1 1 0-2zM6 1c1.306 0 2.414.835 2.826 2H10a1 1 0 1 1 0 2H8.826A2.999 2.999 0 0 1 3 4a3 3 0 0 1 3-3m8 2a1 1 0 1 1 0 2h-1a1 1 0 1 1 0-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 17a3 3 0 1 1-2.826 4H14a1 1 0 1 1 0-2h1.174c.412-1.165 1.52-2 2.826-2m2-14a1 1 0 1 1 0 2c-1.605 0-2.848.78-3.981 2.14c-1.161 1.394-2.11 3.279-3.124 5.307c-.986 1.972-2.037 4.087-3.376 5.694C8.152 19.78 6.395 21 4 21a1 1 0 1 1 0-2c1.605 0 2.848-.78 3.981-2.14c1.161-1.394 2.11-3.279 3.124-5.307c.986-1.972 2.037-4.087 3.376-5.694C15.848 4.22 17.605 3 20 3m-9 16a1 1 0 1 1 0 2h-1a1 1 0 1 1 0-2zM6 1c1.306 0 2.414.835 2.826 2H10a1 1 0 1 1 0 2H8.826A2.999 2.999 0 0 1 3 4a3 3 0 0 1 3-3m8 2a1 1 0 1 1 0 2h-1a1 1 0 1 1 0-2z"/></svg>
</template>

CSS

.icon-ease-in-out-control-point-fill {
  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%22M18%2017a3%203%200%201%201-2.826%204H14a1%201%200%201%201%200-2h1.174c.412-1.165%201.52-2%202.826-2m2-14a1%201%200%201%201%200%202c-1.605%200-2.848.78-3.981%202.14c-1.161%201.394-2.11%203.279-3.124%205.307c-.986%201.972-2.037%204.087-3.376%205.694C8.152%2019.78%206.395%2021%204%2021a1%201%200%201%201%200-2c1.605%200%202.848-.78%203.981-2.14c1.161-1.394%202.11-3.279%203.124-5.307c.986-1.972%202.037-4.087%203.376-5.694C15.848%204.22%2017.605%203%2020%203m-9%2016a1%201%200%201%201%200%202h-1a1%201%200%201%201%200-2zM6%201c1.306%200%202.414.835%202.826%202H10a1%201%200%201%201%200%202H8.826A2.999%202.999%200%200%201%203%204a3%203%200%200%201%203-3m8%202a1%201%200%201%201%200%202h-1a1%201%200%201%201%200-2z%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%22M18%2017a3%203%200%201%201-2.826%204H14a1%201%200%201%201%200-2h1.174c.412-1.165%201.52-2%202.826-2m2-14a1%201%200%201%201%200%202c-1.605%200-2.848.78-3.981%202.14c-1.161%201.394-2.11%203.279-3.124%205.307c-.986%201.972-2.037%204.087-3.376%205.694C8.152%2019.78%206.395%2021%204%2021a1%201%200%201%201%200-2c1.605%200%202.848-.78%203.981-2.14c1.161-1.394%202.11-3.279%203.124-5.307c.986-1.972%202.037-4.087%203.376-5.694C15.848%204.22%2017.605%203%2020%203m-9%2016a1%201%200%201%201%200%202h-1a1%201%200%201%201%200-2zM6%201c1.306%200%202.414.835%202.826%202H10a1%201%200%201%201%200%202H8.826A2.999%202.999%200%200%201%203%204a3%203%200%200%201%203-3m8%202a1%201%200%201%201%200%202h-1a1%201%200%201%201%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/ease-in-out-control-point-fill.svg?color=%231a73e8&size=48