bezier curve square icon

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

Name
bezier-curve-square-12-regular
Set
Fluent UI System Icons
Style
12 Regular
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 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm1 5.968V9a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-.032a2.83 2.83 0 0 1-1.767-.911c-.503-.55-.796-1.258-1.017-1.892q-.105-.3-.191-.567c-.14-.424-.26-.786-.415-1.087C6.404 4.11 6.224 4 6 4s-.404.11-.61.51c-.156.302-.275.664-.415 1.088q-.086.267-.19.567c-.222.634-.515 1.343-1.018 1.892A2.83 2.83 0 0 1 2 8.967m8-1.013V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4.955c.457-.088.779-.3 1.03-.574c.356-.389.595-.93.81-1.546q.079-.227.158-.47c.15-.456.308-.937.503-1.313C4.78 3.515 5.224 3 6 3s1.221.515 1.499 1.052c.195.376.353.857.503 1.313q.08.243.157.47c.216.616.455 1.157.811 1.546c.251.274.574.486 1.03.574"/></svg>

React

import type { SVGProps } from "react";

export function FluentBezierCurveSquare12Regular(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 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm1 5.968V9a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-.032a2.83 2.83 0 0 1-1.767-.911c-.503-.55-.796-1.258-1.017-1.892q-.105-.3-.191-.567c-.14-.424-.26-.786-.415-1.087C6.404 4.11 6.224 4 6 4s-.404.11-.61.51c-.156.302-.275.664-.415 1.088q-.086.267-.19.567c-.222.634-.515 1.343-1.018 1.892A2.83 2.83 0 0 1 2 8.967m8-1.013V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4.955c.457-.088.779-.3 1.03-.574c.356-.389.595-.93.81-1.546q.079-.227.158-.47c.15-.456.308-.937.503-1.313C4.78 3.515 5.224 3 6 3s1.221.515 1.499 1.052c.195.376.353.857.503 1.313q.08.243.157.47c.216.616.455 1.157.811 1.546c.251.274.574.486 1.03.574"/></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 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm1 5.968V9a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-.032a2.83 2.83 0 0 1-1.767-.911c-.503-.55-.796-1.258-1.017-1.892q-.105-.3-.191-.567c-.14-.424-.26-.786-.415-1.087C6.404 4.11 6.224 4 6 4s-.404.11-.61.51c-.156.302-.275.664-.415 1.088q-.086.267-.19.567c-.222.634-.515 1.343-1.018 1.892A2.83 2.83 0 0 1 2 8.967m8-1.013V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4.955c.457-.088.779-.3 1.03-.574c.356-.389.595-.93.81-1.546q.079-.227.158-.47c.15-.456.308-.937.503-1.313C4.78 3.515 5.224 3 6 3s1.221.515 1.499 1.052c.195.376.353.857.503 1.313q.08.243.157.47c.216.616.455 1.157.811 1.546c.251.274.574.486 1.03.574"/></svg>
</template>

CSS

.icon-bezier-curve-square-12-regular {
  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%202v6a2%202%200%200%201-2%202H3a2%202%200%200%201-2-2zm1%205.968V9a1%201%200%200%200%201%201h6a1%201%200%200%200%201-1v-.032a2.83%202.83%200%200%201-1.767-.911c-.503-.55-.796-1.258-1.017-1.892q-.105-.3-.191-.567c-.14-.424-.26-.786-.415-1.087C6.404%204.11%206.224%204%206%204s-.404.11-.61.51c-.156.302-.275.664-.415%201.088q-.086.267-.19.567c-.222.634-.515%201.343-1.018%201.892A2.83%202.83%200%200%201%202%208.967m8-1.013V3a1%201%200%200%200-1-1H3a1%201%200%200%200-1%201v4.955c.457-.088.779-.3%201.03-.574c.356-.389.595-.93.81-1.546q.079-.227.158-.47c.15-.456.308-.937.503-1.313C4.78%203.515%205.224%203%206%203s1.221.515%201.499%201.052c.195.376.353.857.503%201.313q.08.243.157.47c.216.616.455%201.157.811%201.546c.251.274.574.486%201.03.574%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%202v6a2%202%200%200%201-2%202H3a2%202%200%200%201-2-2zm1%205.968V9a1%201%200%200%200%201%201h6a1%201%200%200%200%201-1v-.032a2.83%202.83%200%200%201-1.767-.911c-.503-.55-.796-1.258-1.017-1.892q-.105-.3-.191-.567c-.14-.424-.26-.786-.415-1.087C6.404%204.11%206.224%204%206%204s-.404.11-.61.51c-.156.302-.275.664-.415%201.088q-.086.267-.19.567c-.222.634-.515%201.343-1.018%201.892A2.83%202.83%200%200%201%202%208.967m8-1.013V3a1%201%200%200%200-1-1H3a1%201%200%200%200-1%201v4.955c.457-.088.779-.3%201.03-.574c.356-.389.595-.93.81-1.546q.079-.227.158-.47c.15-.456.308-.937.503-1.313C4.78%203.515%205.224%203%206%203s1.221.515%201.499%201.052c.195.376.353.857.503%201.313q.08.243.157.47c.216.616.455%201.157.811%201.546c.251.274.574.486%201.03.574%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-regular.svg?color=%231a73e8&size=48

Bezier Curve Square 12 regular icon — Fluent UI System Icons · IconsDB