bezier curve square icon

bezier-curve-square-12-filled from Fluent UI System Icons by Microsoft Corporation · 12 Filled · MIT Free for personal and commercial use.

Name
bezier-curve-square-12-filled
Set
Fluent UI System Icons
Style
12 Filled
Viewbox
12×12
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the bezier curve square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M1 3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v5c-.883 0-1.445-.27-1.846-.646c-.417-.392-.697-.933-.94-1.54c-.083-.207-.157-.41-.232-.614l-.107-.293a7 7 0 0 0-.371-.861C7.22 3.514 6.775 3 6 3s-1.22.514-1.504 1.046c-.141.266-.26.566-.37.861l-.108.293q-.11.305-.232.614c-.243.607-.523 1.148-.94 1.54C2.444 7.73 1.881 8 1 8zm0 6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2c-1.118 0-1.93-.355-2.53-.916c-.582-.546-.927-1.255-1.184-1.898a24 24 0 0 1-.25-.66l-.098-.27a6 6 0 0 0-.317-.74C6.405 4.112 6.225 4 6 4s-.405.11-.621.517c-.109.203-.208.45-.317.74l-.099.269c-.077.211-.16.438-.249.66c-.257.643-.602 1.352-1.185 1.898C2.93 8.645 2.118 9 1 9"/></svg>

React

import type { SVGProps } from "react";

export function FluentBezierCurveSquare12Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M1 3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v5c-.883 0-1.445-.27-1.846-.646c-.417-.392-.697-.933-.94-1.54c-.083-.207-.157-.41-.232-.614l-.107-.293a7 7 0 0 0-.371-.861C7.22 3.514 6.775 3 6 3s-1.22.514-1.504 1.046c-.141.266-.26.566-.37.861l-.108.293q-.11.305-.232.614c-.243.607-.523 1.148-.94 1.54C2.444 7.73 1.881 8 1 8zm0 6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2c-1.118 0-1.93-.355-2.53-.916c-.582-.546-.927-1.255-1.184-1.898a24 24 0 0 1-.25-.66l-.098-.27a6 6 0 0 0-.317-.74C6.405 4.112 6.225 4 6 4s-.405.11-.621.517c-.109.203-.208.45-.317.74l-.099.269c-.077.211-.16.438-.249.66c-.257.643-.602 1.352-1.185 1.898C2.93 8.645 2.118 9 1 9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M1 3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v5c-.883 0-1.445-.27-1.846-.646c-.417-.392-.697-.933-.94-1.54c-.083-.207-.157-.41-.232-.614l-.107-.293a7 7 0 0 0-.371-.861C7.22 3.514 6.775 3 6 3s-1.22.514-1.504 1.046c-.141.266-.26.566-.37.861l-.108.293q-.11.305-.232.614c-.243.607-.523 1.148-.94 1.54C2.444 7.73 1.881 8 1 8zm0 6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2c-1.118 0-1.93-.355-2.53-.916c-.582-.546-.927-1.255-1.184-1.898a24 24 0 0 1-.25-.66l-.098-.27a6 6 0 0 0-.317-.74C6.405 4.112 6.225 4 6 4s-.405.11-.621.517c-.109.203-.208.45-.317.74l-.099.269c-.077.211-.16.438-.249.66c-.257.643-.602 1.352-1.185 1.898C2.93 8.645 2.118 9 1 9"/></svg>
</template>

CSS

.icon-bezier-curve-square-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%203a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v5c-.883%200-1.445-.27-1.846-.646c-.417-.392-.697-.933-.94-1.54c-.083-.207-.157-.41-.232-.614l-.107-.293a7%207%200%200%200-.371-.861C7.22%203.514%206.775%203%206%203s-1.22.514-1.504%201.046c-.141.266-.26.566-.37.861l-.108.293q-.11.305-.232.614c-.243.607-.523%201.148-.94%201.54C2.444%207.73%201.881%208%201%208zm0%206a2%202%200%200%200%202%202h6a2%202%200%200%200%202-2c-1.118%200-1.93-.355-2.53-.916c-.582-.546-.927-1.255-1.184-1.898a24%2024%200%200%201-.25-.66l-.098-.27a6%206%200%200%200-.317-.74C6.405%204.112%206.225%204%206%204s-.405.11-.621.517c-.109.203-.208.45-.317.74l-.099.269c-.077.211-.16.438-.249.66c-.257.643-.602%201.352-1.185%201.898C2.93%208.645%202.118%209%201%209%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%203a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v5c-.883%200-1.445-.27-1.846-.646c-.417-.392-.697-.933-.94-1.54c-.083-.207-.157-.41-.232-.614l-.107-.293a7%207%200%200%200-.371-.861C7.22%203.514%206.775%203%206%203s-1.22.514-1.504%201.046c-.141.266-.26.566-.37.861l-.108.293q-.11.305-.232.614c-.243.607-.523%201.148-.94%201.54C2.444%207.73%201.881%208%201%208zm0%206a2%202%200%200%200%202%202h6a2%202%200%200%200%202-2c-1.118%200-1.93-.355-2.53-.916c-.582-.546-.927-1.255-1.184-1.898a24%2024%200%200%201-.25-.66l-.098-.27a6%206%200%200%200-.317-.74C6.405%204.112%206.225%204%206%204s-.405.11-.621.517c-.109.203-.208.45-.317.74l-.099.269c-.077.211-.16.438-.249.66c-.257.643-.602%201.352-1.185%201.898C2.93%208.645%202.118%209%201%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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