ease out control point icon

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

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

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

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="M21 4a1 1 0 0 1 0 2c-1.097 0-2.317.361-3.64 1.068c-2.373 1.265-4.958 3.562-7.607 6.59a68 68 0 0 0-4.25 5.42A69 69 0 0 0 4.5 20.534l-.455.69q-.132.204-.196.306a1 1 0 1 1-1.696-1.06l.286-.445l.173-.264a73 73 0 0 1 1.26-1.839a70 70 0 0 1 4.376-5.58c2.795-3.195 5.544-5.638 8.171-7.04C18.011 4.454 19.541 4 21 4M5 2c1.306 0 2.418.835 2.83 2H9a1 1 0 1 1 0 2H7.829A3.001 3.001 0 1 1 5 2m9 2a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2z"/></svg>

React

import type { SVGProps } from "react";

export function TablerEaseOutControlPointFilled(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="M21 4a1 1 0 0 1 0 2c-1.097 0-2.317.361-3.64 1.068c-2.373 1.265-4.958 3.562-7.607 6.59a68 68 0 0 0-4.25 5.42A69 69 0 0 0 4.5 20.534l-.455.69q-.132.204-.196.306a1 1 0 1 1-1.696-1.06l.286-.445l.173-.264a73 73 0 0 1 1.26-1.839a70 70 0 0 1 4.376-5.58c2.795-3.195 5.544-5.638 8.171-7.04C18.011 4.454 19.541 4 21 4M5 2c1.306 0 2.418.835 2.83 2H9a1 1 0 1 1 0 2H7.829A3.001 3.001 0 1 1 5 2m9 2a1 1 0 0 1 0 2h-2a1 1 0 0 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="M21 4a1 1 0 0 1 0 2c-1.097 0-2.317.361-3.64 1.068c-2.373 1.265-4.958 3.562-7.607 6.59a68 68 0 0 0-4.25 5.42A69 69 0 0 0 4.5 20.534l-.455.69q-.132.204-.196.306a1 1 0 1 1-1.696-1.06l.286-.445l.173-.264a73 73 0 0 1 1.26-1.839a70 70 0 0 1 4.376-5.58c2.795-3.195 5.544-5.638 8.171-7.04C18.011 4.454 19.541 4 21 4M5 2c1.306 0 2.418.835 2.83 2H9a1 1 0 1 1 0 2H7.829A3.001 3.001 0 1 1 5 2m9 2a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2z"/></svg>
</template>

CSS

.icon-ease-out-control-point-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%22M21%204a1%201%200%200%201%200%202c-1.097%200-2.317.361-3.64%201.068c-2.373%201.265-4.958%203.562-7.607%206.59a68%2068%200%200%200-4.25%205.42A69%2069%200%200%200%204.5%2020.534l-.455.69q-.132.204-.196.306a1%201%200%201%201-1.696-1.06l.286-.445l.173-.264a73%2073%200%200%201%201.26-1.839a70%2070%200%200%201%204.376-5.58c2.795-3.195%205.544-5.638%208.171-7.04C18.011%204.454%2019.541%204%2021%204M5%202c1.306%200%202.418.835%202.83%202H9a1%201%200%201%201%200%202H7.829A3.001%203.001%200%201%201%205%202m9%202a1%201%200%200%201%200%202h-2a1%201%200%200%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%22M21%204a1%201%200%200%201%200%202c-1.097%200-2.317.361-3.64%201.068c-2.373%201.265-4.958%203.562-7.607%206.59a68%2068%200%200%200-4.25%205.42A69%2069%200%200%200%204.5%2020.534l-.455.69q-.132.204-.196.306a1%201%200%201%201-1.696-1.06l.286-.445l.173-.264a73%2073%200%200%201%201.26-1.839a70%2070%200%200%201%204.376-5.58c2.795-3.195%205.544-5.638%208.171-7.04C18.011%204.454%2019.541%204%2021%204M5%202c1.306%200%202.418.835%202.83%202H9a1%201%200%201%201%200%202H7.829A3.001%203.001%200%201%201%205%202m9%202a1%201%200%200%201%200%202h-2a1%201%200%200%201%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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