bezier icon

bezier-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
bezier-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the bezier icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.14 7.72C19.43 8.47 20.15 9 21 9c1.1 0 2-.9 2-2s-.9-2-2-2c-.85 0-1.57.53-1.86 1.28c-.05-.01-.09-.03-.14-.03h-4V5.5c0-.82-.68-1.5-1.5-1.5h-3C9.68 4 9 4.68 9 5.5v.75H5c-.05 0-.09.02-.14.03A1.99 1.99 0 0 0 3 5c-1.1 0-2 .9-2 2s.9 2 2 2c.85 0 1.57-.53 1.86-1.28c.05.01.09.03.14.03h2.57c-2.05 1.52-3.32 4.04-3.32 6.75c0 .17.01.33.03.5H4c-.83 0-1.5.67-1.5 1.5v2c0 .83.67 1.5 1.5 1.5h2c.22 0 .42-.05.61-.14c.52-.22.89-.75.89-1.36v-2c0-.83-.67-1.5-1.5-1.5h-.23c0-.03.01-.06.01-.09c-.02-.14-.02-.27-.02-.41c0-2.47 1.27-4.73 3.26-5.9c.04.77.69 1.4 1.48 1.4h3c.79 0 1.44-.63 1.49-1.4c1.99 1.17 3.26 3.44 3.26 5.9c0 .14-.01.27-.02.41c0 .03.01.06.01.09H18c-.83 0-1.5.67-1.5 1.5v2c0 .61.37 1.14.89 1.36c.19.09.39.14.61.14h2c.83 0 1.5-.67 1.5-1.5v-2c0-.83-.67-1.5-1.5-1.5h-.28c.02-.17.03-.33.03-.5c0-2.71-1.27-5.23-3.32-6.75H19c.05 0 .09-.02.14-.03"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBezierFilled(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.14 7.72C19.43 8.47 20.15 9 21 9c1.1 0 2-.9 2-2s-.9-2-2-2c-.85 0-1.57.53-1.86 1.28c-.05-.01-.09-.03-.14-.03h-4V5.5c0-.82-.68-1.5-1.5-1.5h-3C9.68 4 9 4.68 9 5.5v.75H5c-.05 0-.09.02-.14.03A1.99 1.99 0 0 0 3 5c-1.1 0-2 .9-2 2s.9 2 2 2c.85 0 1.57-.53 1.86-1.28c.05.01.09.03.14.03h2.57c-2.05 1.52-3.32 4.04-3.32 6.75c0 .17.01.33.03.5H4c-.83 0-1.5.67-1.5 1.5v2c0 .83.67 1.5 1.5 1.5h2c.22 0 .42-.05.61-.14c.52-.22.89-.75.89-1.36v-2c0-.83-.67-1.5-1.5-1.5h-.23c0-.03.01-.06.01-.09c-.02-.14-.02-.27-.02-.41c0-2.47 1.27-4.73 3.26-5.9c.04.77.69 1.4 1.48 1.4h3c.79 0 1.44-.63 1.49-1.4c1.99 1.17 3.26 3.44 3.26 5.9c0 .14-.01.27-.02.41c0 .03.01.06.01.09H18c-.83 0-1.5.67-1.5 1.5v2c0 .61.37 1.14.89 1.36c.19.09.39.14.61.14h2c.83 0 1.5-.67 1.5-1.5v-2c0-.83-.67-1.5-1.5-1.5h-.28c.02-.17.03-.33.03-.5c0-2.71-1.27-5.23-3.32-6.75H19c.05 0 .09-.02.14-.03"/></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.14 7.72C19.43 8.47 20.15 9 21 9c1.1 0 2-.9 2-2s-.9-2-2-2c-.85 0-1.57.53-1.86 1.28c-.05-.01-.09-.03-.14-.03h-4V5.5c0-.82-.68-1.5-1.5-1.5h-3C9.68 4 9 4.68 9 5.5v.75H5c-.05 0-.09.02-.14.03A1.99 1.99 0 0 0 3 5c-1.1 0-2 .9-2 2s.9 2 2 2c.85 0 1.57-.53 1.86-1.28c.05.01.09.03.14.03h2.57c-2.05 1.52-3.32 4.04-3.32 6.75c0 .17.01.33.03.5H4c-.83 0-1.5.67-1.5 1.5v2c0 .83.67 1.5 1.5 1.5h2c.22 0 .42-.05.61-.14c.52-.22.89-.75.89-1.36v-2c0-.83-.67-1.5-1.5-1.5h-.23c0-.03.01-.06.01-.09c-.02-.14-.02-.27-.02-.41c0-2.47 1.27-4.73 3.26-5.9c.04.77.69 1.4 1.48 1.4h3c.79 0 1.44-.63 1.49-1.4c1.99 1.17 3.26 3.44 3.26 5.9c0 .14-.01.27-.02.41c0 .03.01.06.01.09H18c-.83 0-1.5.67-1.5 1.5v2c0 .61.37 1.14.89 1.36c.19.09.39.14.61.14h2c.83 0 1.5-.67 1.5-1.5v-2c0-.83-.67-1.5-1.5-1.5h-.28c.02-.17.03-.33.03-.5c0-2.71-1.27-5.23-3.32-6.75H19c.05 0 .09-.02.14-.03"/></svg>
</template>

CSS

.icon-bezier-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.14%207.72C19.43%208.47%2020.15%209%2021%209c1.1%200%202-.9%202-2s-.9-2-2-2c-.85%200-1.57.53-1.86%201.28c-.05-.01-.09-.03-.14-.03h-4V5.5c0-.82-.68-1.5-1.5-1.5h-3C9.68%204%209%204.68%209%205.5v.75H5c-.05%200-.09.02-.14.03A1.99%201.99%200%200%200%203%205c-1.1%200-2%20.9-2%202s.9%202%202%202c.85%200%201.57-.53%201.86-1.28c.05.01.09.03.14.03h2.57c-2.05%201.52-3.32%204.04-3.32%206.75c0%20.17.01.33.03.5H4c-.83%200-1.5.67-1.5%201.5v2c0%20.83.67%201.5%201.5%201.5h2c.22%200%20.42-.05.61-.14c.52-.22.89-.75.89-1.36v-2c0-.83-.67-1.5-1.5-1.5h-.23c0-.03.01-.06.01-.09c-.02-.14-.02-.27-.02-.41c0-2.47%201.27-4.73%203.26-5.9c.04.77.69%201.4%201.48%201.4h3c.79%200%201.44-.63%201.49-1.4c1.99%201.17%203.26%203.44%203.26%205.9c0%20.14-.01.27-.02.41c0%20.03.01.06.01.09H18c-.83%200-1.5.67-1.5%201.5v2c0%20.61.37%201.14.89%201.36c.19.09.39.14.61.14h2c.83%200%201.5-.67%201.5-1.5v-2c0-.83-.67-1.5-1.5-1.5h-.28c.02-.17.03-.33.03-.5c0-2.71-1.27-5.23-3.32-6.75H19c.05%200%20.09-.02.14-.03%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.14%207.72C19.43%208.47%2020.15%209%2021%209c1.1%200%202-.9%202-2s-.9-2-2-2c-.85%200-1.57.53-1.86%201.28c-.05-.01-.09-.03-.14-.03h-4V5.5c0-.82-.68-1.5-1.5-1.5h-3C9.68%204%209%204.68%209%205.5v.75H5c-.05%200-.09.02-.14.03A1.99%201.99%200%200%200%203%205c-1.1%200-2%20.9-2%202s.9%202%202%202c.85%200%201.57-.53%201.86-1.28c.05.01.09.03.14.03h2.57c-2.05%201.52-3.32%204.04-3.32%206.75c0%20.17.01.33.03.5H4c-.83%200-1.5.67-1.5%201.5v2c0%20.83.67%201.5%201.5%201.5h2c.22%200%20.42-.05.61-.14c.52-.22.89-.75.89-1.36v-2c0-.83-.67-1.5-1.5-1.5h-.23c0-.03.01-.06.01-.09c-.02-.14-.02-.27-.02-.41c0-2.47%201.27-4.73%203.26-5.9c.04.77.69%201.4%201.48%201.4h3c.79%200%201.44-.63%201.49-1.4c1.99%201.17%203.26%203.44%203.26%205.9c0%20.14-.01.27-.02.41c0%20.03.01.06.01.09H18c-.83%200-1.5.67-1.5%201.5v2c0%20.61.37%201.14.89%201.36c.19.09.39.14.61.14h2c.83%200%201.5-.67%201.5-1.5v-2c0-.83-.67-1.5-1.5-1.5h-.28c.02-.17.03-.33.03-.5c0-2.71-1.27-5.23-3.32-6.75H19c.05%200%20.09-.02.14-.03%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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