bezier2 icon
bezier2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- bezier2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the bezier2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5"><path d="M3 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m18 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-2-2h-4M9 7H5m2.5 9.5v2c0 .61-.37 1.14-.89 1.36A1.4 1.4 0 0 1 6 20H4c-.83 0-1.5-.67-1.5-1.5v-2c0-.83.67-1.5 1.5-1.5h2c.83 0 1.5.67 1.5 1.5m14 0v2c0 .83-.67 1.5-1.5 1.5h-2a1.4 1.4 0 0 1-.61-.14c-.52-.22-.89-.75-.89-1.36v-2c0-.83.67-1.5 1.5-1.5h2c.83 0 1.5.67 1.5 1.5M15 5.5v3c0 .82-.68 1.5-1.5 1.5h-3C9.68 10 9 9.32 9 8.5v-3c0-.82.68-1.5 1.5-1.5h3c.82 0 1.5.68 1.5 1.5"/><path d="M15 7.73c2.37 1.2 4 3.78 4 6.77c0 .17-.01.33-.03.5M5.03 15c-.02-.17-.03-.33-.03-.5c0-2.99 1.63-5.57 4-6.77"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBezier2Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="1.5"><path d="M3 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m18 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-2-2h-4M9 7H5m2.5 9.5v2c0 .61-.37 1.14-.89 1.36A1.4 1.4 0 0 1 6 20H4c-.83 0-1.5-.67-1.5-1.5v-2c0-.83.67-1.5 1.5-1.5h2c.83 0 1.5.67 1.5 1.5m14 0v2c0 .83-.67 1.5-1.5 1.5h-2a1.4 1.4 0 0 1-.61-.14c-.52-.22-.89-.75-.89-1.36v-2c0-.83.67-1.5 1.5-1.5h2c.83 0 1.5.67 1.5 1.5M15 5.5v3c0 .82-.68 1.5-1.5 1.5h-3C9.68 10 9 9.32 9 8.5v-3c0-.82.68-1.5 1.5-1.5h3c.82 0 1.5.68 1.5 1.5"/><path d="M15 7.73c2.37 1.2 4 3.78 4 6.77c0 .17-.01.33-.03.5M5.03 15c-.02-.17-.03-.33-.03-.5c0-2.99 1.63-5.57 4-6.77"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5"><path d="M3 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m18 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-2-2h-4M9 7H5m2.5 9.5v2c0 .61-.37 1.14-.89 1.36A1.4 1.4 0 0 1 6 20H4c-.83 0-1.5-.67-1.5-1.5v-2c0-.83.67-1.5 1.5-1.5h2c.83 0 1.5.67 1.5 1.5m14 0v2c0 .83-.67 1.5-1.5 1.5h-2a1.4 1.4 0 0 1-.61-.14c-.52-.22-.89-.75-.89-1.36v-2c0-.83.67-1.5 1.5-1.5h2c.83 0 1.5.67 1.5 1.5M15 5.5v3c0 .82-.68 1.5-1.5 1.5h-3C9.68 10 9 9.32 9 8.5v-3c0-.82.68-1.5 1.5-1.5h3c.82 0 1.5.68 1.5 1.5"/><path d="M15 7.73c2.37 1.2 4 3.78 4 6.77c0 .17-.01.33-.03.5M5.03 15c-.02-.17-.03-.33-.03-.5c0-2.99 1.63-5.57 4-6.77"/></g></svg> </template>
CSS
.icon-bezier2-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%209a2%202%200%201%200%200-4a2%202%200%200%200%200%204m18%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-2-2h-4M9%207H5m2.5%209.5v2c0%20.61-.37%201.14-.89%201.36A1.4%201.4%200%200%201%206%2020H4c-.83%200-1.5-.67-1.5-1.5v-2c0-.83.67-1.5%201.5-1.5h2c.83%200%201.5.67%201.5%201.5m14%200v2c0%20.83-.67%201.5-1.5%201.5h-2a1.4%201.4%200%200%201-.61-.14c-.52-.22-.89-.75-.89-1.36v-2c0-.83.67-1.5%201.5-1.5h2c.83%200%201.5.67%201.5%201.5M15%205.5v3c0%20.82-.68%201.5-1.5%201.5h-3C9.68%2010%209%209.32%209%208.5v-3c0-.82.68-1.5%201.5-1.5h3c.82%200%201.5.68%201.5%201.5%22%2F%3E%3Cpath%20d%3D%22M15%207.73c2.37%201.2%204%203.78%204%206.77c0%20.17-.01.33-.03.5M5.03%2015c-.02-.17-.03-.33-.03-.5c0-2.99%201.63-5.57%204-6.77%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%209a2%202%200%201%200%200-4a2%202%200%200%200%200%204m18%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-2-2h-4M9%207H5m2.5%209.5v2c0%20.61-.37%201.14-.89%201.36A1.4%201.4%200%200%201%206%2020H4c-.83%200-1.5-.67-1.5-1.5v-2c0-.83.67-1.5%201.5-1.5h2c.83%200%201.5.67%201.5%201.5m14%200v2c0%20.83-.67%201.5-1.5%201.5h-2a1.4%201.4%200%200%201-.61-.14c-.52-.22-.89-.75-.89-1.36v-2c0-.83.67-1.5%201.5-1.5h2c.83%200%201.5.67%201.5%201.5M15%205.5v3c0%20.82-.68%201.5-1.5%201.5h-3C9.68%2010%209%209.32%209%208.5v-3c0-.82.68-1.5%201.5-1.5h3c.82%200%201.5.68%201.5%201.5%22%2F%3E%3Cpath%20d%3D%22M15%207.73c2.37%201.2%204%203.78%204%206.77c0%20.17-.01.33-.03.5M5.03%2015c-.02-.17-.03-.33-.03-.5c0-2.99%201.63-5.57%204-6.77%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bezier2-filled.svg?color=%231a73e8&size=48