bezier curve icon

bezier-curve from Line Awesome by Icons8 · Line · Design · Apache-2.0 Free for personal and commercial use.

Name
bezier-curve
Set
Line Awesome
Style
Line
Category
Design
Viewbox
32×32
License
Apache 2.0
Aliases
bezier-curve-solid

The same icon in other sets

More design icons from Line Awesome

Use the bezier curve icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 6v3H5.812C5.396 7.844 4.293 7 3 7c-1.645 0-3 1.355-3 3s1.355 3 3 3c1.293 0 2.395-.844 2.813-2h2.312c-.41.39-.766.816-1.094 1.281c-1.156 1.637-1.836 3.656-2 5.719H2v8h8v-8H7.062c.165-1.672.711-3.313 1.594-4.563c.86-1.218 1.965-2.07 3.344-2.343V14h8v-2.906c1.379.273 2.484 1.125 3.344 2.344c.883 1.25 1.43 2.89 1.593 4.562H22v8h8v-8h-3.031c-.164-2.063-.844-4.082-2-5.719A8.6 8.6 0 0 0 23.875 11h2.313c.417 1.156 1.519 2 2.812 2c1.645 0 3-1.355 3-3s-1.355-3-3-3c-1.293 0-2.395.844-2.813 2H20V6zm2 2h4v4h-4zM3 9c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m26 0c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1M4 20h4v4H4zm20 0h4v4h-4z"/></svg>

React

import type { SVGProps } from "react";

export function LaBezierCurve(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 6v3H5.812C5.396 7.844 4.293 7 3 7c-1.645 0-3 1.355-3 3s1.355 3 3 3c1.293 0 2.395-.844 2.813-2h2.312c-.41.39-.766.816-1.094 1.281c-1.156 1.637-1.836 3.656-2 5.719H2v8h8v-8H7.062c.165-1.672.711-3.313 1.594-4.563c.86-1.218 1.965-2.07 3.344-2.343V14h8v-2.906c1.379.273 2.484 1.125 3.344 2.344c.883 1.25 1.43 2.89 1.593 4.562H22v8h8v-8h-3.031c-.164-2.063-.844-4.082-2-5.719A8.6 8.6 0 0 0 23.875 11h2.313c.417 1.156 1.519 2 2.812 2c1.645 0 3-1.355 3-3s-1.355-3-3-3c-1.293 0-2.395.844-2.813 2H20V6zm2 2h4v4h-4zM3 9c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m26 0c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1M4 20h4v4H4zm20 0h4v4h-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 6v3H5.812C5.396 7.844 4.293 7 3 7c-1.645 0-3 1.355-3 3s1.355 3 3 3c1.293 0 2.395-.844 2.813-2h2.312c-.41.39-.766.816-1.094 1.281c-1.156 1.637-1.836 3.656-2 5.719H2v8h8v-8H7.062c.165-1.672.711-3.313 1.594-4.563c.86-1.218 1.965-2.07 3.344-2.343V14h8v-2.906c1.379.273 2.484 1.125 3.344 2.344c.883 1.25 1.43 2.89 1.593 4.562H22v8h8v-8h-3.031c-.164-2.063-.844-4.082-2-5.719A8.6 8.6 0 0 0 23.875 11h2.313c.417 1.156 1.519 2 2.812 2c1.645 0 3-1.355 3-3s-1.355-3-3-3c-1.293 0-2.395.844-2.813 2H20V6zm2 2h4v4h-4zM3 9c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m26 0c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1M4 20h4v4H4zm20 0h4v4h-4z"/></svg>
</template>

CSS

.icon-bezier-curve {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%206v3H5.812C5.396%207.844%204.293%207%203%207c-1.645%200-3%201.355-3%203s1.355%203%203%203c1.293%200%202.395-.844%202.813-2h2.312c-.41.39-.766.816-1.094%201.281c-1.156%201.637-1.836%203.656-2%205.719H2v8h8v-8H7.062c.165-1.672.711-3.313%201.594-4.563c.86-1.218%201.965-2.07%203.344-2.343V14h8v-2.906c1.379.273%202.484%201.125%203.344%202.344c.883%201.25%201.43%202.89%201.593%204.562H22v8h8v-8h-3.031c-.164-2.063-.844-4.082-2-5.719A8.6%208.6%200%200%200%2023.875%2011h2.313c.417%201.156%201.519%202%202.812%202c1.645%200%203-1.355%203-3s-1.355-3-3-3c-1.293%200-2.395.844-2.813%202H20V6zm2%202h4v4h-4zM3%209c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1m26%200c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1M4%2020h4v4H4zm20%200h4v4h-4z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%206v3H5.812C5.396%207.844%204.293%207%203%207c-1.645%200-3%201.355-3%203s1.355%203%203%203c1.293%200%202.395-.844%202.813-2h2.312c-.41.39-.766.816-1.094%201.281c-1.156%201.637-1.836%203.656-2%205.719H2v8h8v-8H7.062c.165-1.672.711-3.313%201.594-4.563c.86-1.218%201.965-2.07%203.344-2.343V14h8v-2.906c1.379.273%202.484%201.125%203.344%202.344c.883%201.25%201.43%202.89%201.593%204.562H22v8h8v-8h-3.031c-.164-2.063-.844-4.082-2-5.719A8.6%208.6%200%200%200%2023.875%2011h2.313c.417%201.156%201.519%202%202.812%202c1.645%200%203-1.355%203-3s-1.355-3-3-3c-1.293%200-2.395.844-2.813%202H20V6zm2%202h4v4h-4zM3%209c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1m26%200c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1M4%2020h4v4H4zm20%200h4v4h-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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