bezier curve icon
bezier-curve-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- bezier-curve-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
The same icon in other sets
Related icons in Fluent UI System Icons
Use the bezier curve icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path 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-2H5zm11 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-.406a8.915 8.915 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.963a8.926 8.926 0 0 0-.463 1.189l-.132.406c-.092.288-.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 1v7.92zM4 13.932c1.092-.156 1.915-.572 2.544-1.16c.793-.74 1.232-1.708 1.552-2.604c.11-.308.21-.622.305-.917l.123-.38c.134-.407.261-.76.408-1.054c.146-.293.297-.495.46-.623A.932.932 0 0 1 10 7c.268 0 .455.075.607.194c.164.128.315.33.461.623c.147.294.274.647.408 1.054l.123.38c.095.295.195.61.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-1v-1.068z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentBezierCurve20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path 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-2H5zm11 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-.406a8.915 8.915 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.963a8.926 8.926 0 0 0-.463 1.189l-.132.406c-.092.288-.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 1v7.92zM4 13.932c1.092-.156 1.915-.572 2.544-1.16c.793-.74 1.232-1.708 1.552-2.604c.11-.308.21-.622.305-.917l.123-.38c.134-.407.261-.76.408-1.054c.146-.293.297-.495.46-.623A.932.932 0 0 1 10 7c.268 0 .455.075.607.194c.164.128.315.33.461.623c.147.294.274.647.408 1.054l.123.38c.095.295.195.61.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-1v-1.068z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path 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-2H5zm11 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-.406a8.915 8.915 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.963a8.926 8.926 0 0 0-.463 1.189l-.132.406c-.092.288-.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 1v7.92zM4 13.932c1.092-.156 1.915-.572 2.544-1.16c.793-.74 1.232-1.708 1.552-2.604c.11-.308.21-.622.305-.917l.123-.38c.134-.407.261-.76.408-1.054c.146-.293.297-.495.46-.623A.932.932 0 0 1 10 7c.268 0 .455.075.607.194c.164.128.315.33.461.623c.147.294.274.647.408 1.054l.123.38c.095.295.195.61.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-1v-1.068z" fill="currentColor"/></g></svg> </template>
CSS
.icon-bezier-curve-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%3Cg%20fill%3D%22none%22%3E%3Cpath%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-2H5zm11%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-.406a8.915%208.915%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.963a8.926%208.926%200%200%200-.463%201.189l-.132.406c-.092.288-.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%201v7.92zM4%2013.932c1.092-.156%201.915-.572%202.544-1.16c.793-.74%201.232-1.708%201.552-2.604c.11-.308.21-.622.305-.917l.123-.38c.134-.407.261-.76.408-1.054c.146-.293.297-.495.46-.623A.932.932%200%200%201%2010%207c.268%200%20.455.075.607.194c.164.128.315.33.461.623c.147.294.274.647.408%201.054l.123.38c.095.295.195.61.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-1v-1.068z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%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-2H5zm11%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-.406a8.915%208.915%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.963a8.926%208.926%200%200%200-.463%201.189l-.132.406c-.092.288-.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%201v7.92zM4%2013.932c1.092-.156%201.915-.572%202.544-1.16c.793-.74%201.232-1.708%201.552-2.604c.11-.308.21-.622.305-.917l.123-.38c.134-.407.261-.76.408-1.054c.146-.293.297-.495.46-.623A.932.932%200%200%201%2010%207c.268%200%20.455.075.607.194c.164.128.315.33.461.623c.147.294.274.647.408%201.054l.123.38c.095.295.195.61.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-1v-1.068z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bezier-curve-20-regular.svg?color=%231a73e8&size=48