ease in out control points icon

ease-in-out-control-points-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
ease-in-out-control-points-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

Related icons in Tabler Icons

Use the ease in out control points icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 17a3 3 0 1 1-2.829 4H15a1 1 0 0 1 0-2h1.17A3 3 0 0 1 19 17M5 1c1.306 0 2.418.835 2.83 2H9a1 1 0 1 1 0 2H7.829A3.001 3.001 0 1 1 5 1m9 2a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2zm-2 16a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2zm9-16a1 1 0 0 1 0 2c-2.83 0-4.6 1.845-8.152 7.53C8.901 18.845 6.836 21 3 21a1 1 0 0 1 0-2c2.83 0 4.6-1.845 8.152-7.53C15.099 5.155 17.164 3 21 3"/></svg>

React

import type { SVGProps } from "react";

export function TablerEaseInOutControlPointsFilled(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="M19 17a3 3 0 1 1-2.829 4H15a1 1 0 0 1 0-2h1.17A3 3 0 0 1 19 17M5 1c1.306 0 2.418.835 2.83 2H9a1 1 0 1 1 0 2H7.829A3.001 3.001 0 1 1 5 1m9 2a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2zm-2 16a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2zm9-16a1 1 0 0 1 0 2c-2.83 0-4.6 1.845-8.152 7.53C8.901 18.845 6.836 21 3 21a1 1 0 0 1 0-2c2.83 0 4.6-1.845 8.152-7.53C15.099 5.155 17.164 3 21 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 17a3 3 0 1 1-2.829 4H15a1 1 0 0 1 0-2h1.17A3 3 0 0 1 19 17M5 1c1.306 0 2.418.835 2.83 2H9a1 1 0 1 1 0 2H7.829A3.001 3.001 0 1 1 5 1m9 2a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2zm-2 16a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2zm9-16a1 1 0 0 1 0 2c-2.83 0-4.6 1.845-8.152 7.53C8.901 18.845 6.836 21 3 21a1 1 0 0 1 0-2c2.83 0 4.6-1.845 8.152-7.53C15.099 5.155 17.164 3 21 3"/></svg>
</template>

CSS

.icon-ease-in-out-control-points-filled {
  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%22M19%2017a3%203%200%201%201-2.829%204H15a1%201%200%200%201%200-2h1.17A3%203%200%200%201%2019%2017M5%201c1.306%200%202.418.835%202.83%202H9a1%201%200%201%201%200%202H7.829A3.001%203.001%200%201%201%205%201m9%202a1%201%200%200%201%200%202h-2a1%201%200%200%201%200-2zm-2%2016a1%201%200%200%201%200%202h-2a1%201%200%200%201%200-2zm9-16a1%201%200%200%201%200%202c-2.83%200-4.6%201.845-8.152%207.53C8.901%2018.845%206.836%2021%203%2021a1%201%200%200%201%200-2c2.83%200%204.6-1.845%208.152-7.53C15.099%205.155%2017.164%203%2021%203%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%22M19%2017a3%203%200%201%201-2.829%204H15a1%201%200%200%201%200-2h1.17A3%203%200%200%201%2019%2017M5%201c1.306%200%202.418.835%202.83%202H9a1%201%200%201%201%200%202H7.829A3.001%203.001%200%201%201%205%201m9%202a1%201%200%200%201%200%202h-2a1%201%200%200%201%200-2zm-2%2016a1%201%200%200%201%200%202h-2a1%201%200%200%201%200-2zm9-16a1%201%200%200%201%200%202c-2.83%200-4.6%201.845-8.152%207.53C8.901%2018.845%206.836%2021%203%2021a1%201%200%200%201%200-2c2.83%200%204.6-1.845%208.152-7.53C15.099%205.155%2017.164%203%2021%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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