ease out control point icon

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

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

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the ease 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="M20 3a1 1 0 1 1 0 2c-1.688 0-3.444.796-5.192 2.15c-1.74 1.348-3.383 3.179-4.824 5.08c-2.88 3.798-4.846 7.73-5.09 8.217a1 1 0 0 1-1.789-.894c.257-.514 2.29-4.581 5.286-8.532c1.496-1.975 3.26-3.956 5.192-5.453C15.506 4.08 17.688 3 20 3M5 1c1.306 0 2.414.835 2.826 2H9a1 1 0 0 1 0 2H7.826A2.999 2.999 0 0 1 2 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 MingcuteEaseOutControlPointFill(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="M20 3a1 1 0 1 1 0 2c-1.688 0-3.444.796-5.192 2.15c-1.74 1.348-3.383 3.179-4.824 5.08c-2.88 3.798-4.846 7.73-5.09 8.217a1 1 0 0 1-1.789-.894c.257-.514 2.29-4.581 5.286-8.532c1.496-1.975 3.26-3.956 5.192-5.453C15.506 4.08 17.688 3 20 3M5 1c1.306 0 2.414.835 2.826 2H9a1 1 0 0 1 0 2H7.826A2.999 2.999 0 0 1 2 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="M20 3a1 1 0 1 1 0 2c-1.688 0-3.444.796-5.192 2.15c-1.74 1.348-3.383 3.179-4.824 5.08c-2.88 3.798-4.846 7.73-5.09 8.217a1 1 0 0 1-1.789-.894c.257-.514 2.29-4.581 5.286-8.532c1.496-1.975 3.26-3.956 5.192-5.453C15.506 4.08 17.688 3 20 3M5 1c1.306 0 2.414.835 2.826 2H9a1 1 0 0 1 0 2H7.826A2.999 2.999 0 0 1 2 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-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%22M20%203a1%201%200%201%201%200%202c-1.688%200-3.444.796-5.192%202.15c-1.74%201.348-3.383%203.179-4.824%205.08c-2.88%203.798-4.846%207.73-5.09%208.217a1%201%200%200%201-1.789-.894c.257-.514%202.29-4.581%205.286-8.532c1.496-1.975%203.26-3.956%205.192-5.453C15.506%204.08%2017.688%203%2020%203M5%201c1.306%200%202.414.835%202.826%202H9a1%201%200%200%201%200%202H7.826A2.999%202.999%200%200%201%202%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%22M20%203a1%201%200%201%201%200%202c-1.688%200-3.444.796-5.192%202.15c-1.74%201.348-3.383%203.179-4.824%205.08c-2.88%203.798-4.846%207.73-5.09%208.217a1%201%200%200%201-1.789-.894c.257-.514%202.29-4.581%205.286-8.532c1.496-1.975%203.26-3.956%205.192-5.453C15.506%204.08%2017.688%203%2020%203M5%201c1.306%200%202.414.835%202.826%202H9a1%201%200%200%201%200%202H7.826A2.999%202.999%200%200%201%202%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-out-control-point-fill.svg?color=%231a73e8&size=48