bezier curve square icon
bezier-curve-square-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- bezier-curve-square-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M5 3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm11 9.92c-.835-.143-1.423-.47-1.862-.88c-.614-.572-.987-1.354-1.292-2.208c-.105-.293-.197-.58-.289-.867l-.13-.406a9 9 0 0 0-.464-1.189c-.182-.363-.414-.708-.738-.963A1.93 1.93 0 0 0 10 6c-.482 0-.889.144-1.225.407c-.324.255-.556.6-.738.963a9 9 0 0 0-.463 1.189l-.132.406c-.092.287-.183.574-.288.867c-.305.854-.678 1.636-1.292 2.209c-.44.41-1.027.736-1.862.88V5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1zM4 13.932c1.092-.156 1.915-.573 2.544-1.16c.793-.74 1.232-1.708 1.552-2.604c.11-.308.21-.622.305-.917l.123-.38a8 8 0 0 1 .408-1.054c.146-.293.297-.495.46-.623A.93.93 0 0 1 10 7c.268 0 .455.075.607.194c.164.128.315.33.461.623s.274.647.408 1.054l.123.38c.095.295.195.609.305.917c.32.896.76 1.864 1.552 2.604c.63.587 1.452 1.004 2.544 1.16V15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBezierCurveSquare20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm11 9.92c-.835-.143-1.423-.47-1.862-.88c-.614-.572-.987-1.354-1.292-2.208c-.105-.293-.197-.58-.289-.867l-.13-.406a9 9 0 0 0-.464-1.189c-.182-.363-.414-.708-.738-.963A1.93 1.93 0 0 0 10 6c-.482 0-.889.144-1.225.407c-.324.255-.556.6-.738.963a9 9 0 0 0-.463 1.189l-.132.406c-.092.287-.183.574-.288.867c-.305.854-.678 1.636-1.292 2.209c-.44.41-1.027.736-1.862.88V5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1zM4 13.932c1.092-.156 1.915-.573 2.544-1.16c.793-.74 1.232-1.708 1.552-2.604c.11-.308.21-.622.305-.917l.123-.38a8 8 0 0 1 .408-1.054c.146-.293.297-.495.46-.623A.93.93 0 0 1 10 7c.268 0 .455.075.607.194c.164.128.315.33.461.623s.274.647.408 1.054l.123.38c.095.295.195.609.305.917c.32.896.76 1.864 1.552 2.604c.63.587 1.452 1.004 2.544 1.16V15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm11 9.92c-.835-.143-1.423-.47-1.862-.88c-.614-.572-.987-1.354-1.292-2.208c-.105-.293-.197-.58-.289-.867l-.13-.406a9 9 0 0 0-.464-1.189c-.182-.363-.414-.708-.738-.963A1.93 1.93 0 0 0 10 6c-.482 0-.889.144-1.225.407c-.324.255-.556.6-.738.963a9 9 0 0 0-.463 1.189l-.132.406c-.092.287-.183.574-.288.867c-.305.854-.678 1.636-1.292 2.209c-.44.41-1.027.736-1.862.88V5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1zM4 13.932c1.092-.156 1.915-.573 2.544-1.16c.793-.74 1.232-1.708 1.552-2.604c.11-.308.21-.622.305-.917l.123-.38a8 8 0 0 1 .408-1.054c.146-.293.297-.495.46-.623A.93.93 0 0 1 10 7c.268 0 .455.075.607.194c.164.128.315.33.461.623s.274.647.408 1.054l.123.38c.095.295.195.609.305.917c.32.896.76 1.864 1.552 2.604c.63.587 1.452 1.004 2.544 1.16V15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z"/></svg> </template>
CSS
.icon-bezier-curve-square-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%203a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h10a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2zm11%209.92c-.835-.143-1.423-.47-1.862-.88c-.614-.572-.987-1.354-1.292-2.208c-.105-.293-.197-.58-.289-.867l-.13-.406a9%209%200%200%200-.464-1.189c-.182-.363-.414-.708-.738-.963A1.93%201.93%200%200%200%2010%206c-.482%200-.889.144-1.225.407c-.324.255-.556.6-.738.963a9%209%200%200%200-.463%201.189l-.132.406c-.092.287-.183.574-.288.867c-.305.854-.678%201.636-1.292%202.209c-.44.41-1.027.736-1.862.88V5a1%201%200%200%201%201-1h10a1%201%200%200%201%201%201zM4%2013.932c1.092-.156%201.915-.573%202.544-1.16c.793-.74%201.232-1.708%201.552-2.604c.11-.308.21-.622.305-.917l.123-.38a8%208%200%200%201%20.408-1.054c.146-.293.297-.495.46-.623A.93.93%200%200%201%2010%207c.268%200%20.455.075.607.194c.164.128.315.33.461.623s.274.647.408%201.054l.123.38c.095.295.195.609.305.917c.32.896.76%201.864%201.552%202.604c.63.587%201.452%201.004%202.544%201.16V15a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%203a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h10a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2zm11%209.92c-.835-.143-1.423-.47-1.862-.88c-.614-.572-.987-1.354-1.292-2.208c-.105-.293-.197-.58-.289-.867l-.13-.406a9%209%200%200%200-.464-1.189c-.182-.363-.414-.708-.738-.963A1.93%201.93%200%200%200%2010%206c-.482%200-.889.144-1.225.407c-.324.255-.556.6-.738.963a9%209%200%200%200-.463%201.189l-.132.406c-.092.287-.183.574-.288.867c-.305.854-.678%201.636-1.292%202.209c-.44.41-1.027.736-1.862.88V5a1%201%200%200%201%201-1h10a1%201%200%200%201%201%201zM4%2013.932c1.092-.156%201.915-.573%202.544-1.16c.793-.74%201.232-1.708%201.552-2.604c.11-.308.21-.622.305-.917l.123-.38a8%208%200%200%201%20.408-1.054c.146-.293.297-.495.46-.623A.93.93%200%200%201%2010%207c.268%200%20.455.075.607.194c.164.128.315.33.461.623s.274.647.408%201.054l.123.38c.095.295.195.609.305.917c.32.896.76%201.864%201.552%202.604c.63.587%201.452%201.004%202.544%201.16V15a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1z%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-20-regular.svg?color=%231a73e8&size=48