programming arrows icon
programming-arrows-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- programming-arrows-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the programming arrows icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.73 16.1c0-.03.02-.06.02-.1V6.5c0-1.52-1.23-2.75-2.75-2.75h-3.93l1.41-1.17c.32-.27.36-.74.1-1.06a.76.76 0 0 0-1.06-.1l-3 2.5a.76.76 0 0 0 0 1.16l3 2.5c.14.12.31.17.48.17a.75.75 0 0 0 .48-1.33l-1.41-1.17H17c.69 0 1.25.56 1.25 1.25V16c0 .04.02.07.02.1c-1.3.33-2.27 1.5-2.27 2.9c0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.4-.97-2.57-2.27-2.9m-6.25 2.82l-3-2.5a.75.75 0 0 0-1.06.1a.75.75 0 0 0 .1 1.06l1.41 1.17H7c-.69 0-1.25-.56-1.25-1.25V8c0-.04-.02-.07-.02-.1C7.03 7.57 8 6.4 8 5c0-1.66-1.34-3-3-3S2 3.34 2 5c0 1.4.97 2.57 2.27 2.9c0 .03-.02.06-.02.1v9.5c0 1.52 1.23 2.75 2.75 2.75h3.93l-1.41 1.17c-.32.27-.36.74-.1 1.06c.15.18.36.27.58.27c.17 0 .34-.06.48-.17l3-2.5a.76.76 0 0 0 0-1.16"/></svg>
React
import type { SVGProps } from "react";
export function ReiconProgrammingArrowsFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.73 16.1c0-.03.02-.06.02-.1V6.5c0-1.52-1.23-2.75-2.75-2.75h-3.93l1.41-1.17c.32-.27.36-.74.1-1.06a.76.76 0 0 0-1.06-.1l-3 2.5a.76.76 0 0 0 0 1.16l3 2.5c.14.12.31.17.48.17a.75.75 0 0 0 .48-1.33l-1.41-1.17H17c.69 0 1.25.56 1.25 1.25V16c0 .04.02.07.02.1c-1.3.33-2.27 1.5-2.27 2.9c0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.4-.97-2.57-2.27-2.9m-6.25 2.82l-3-2.5a.75.75 0 0 0-1.06.1a.75.75 0 0 0 .1 1.06l1.41 1.17H7c-.69 0-1.25-.56-1.25-1.25V8c0-.04-.02-.07-.02-.1C7.03 7.57 8 6.4 8 5c0-1.66-1.34-3-3-3S2 3.34 2 5c0 1.4.97 2.57 2.27 2.9c0 .03-.02.06-.02.1v9.5c0 1.52 1.23 2.75 2.75 2.75h3.93l-1.41 1.17c-.32.27-.36.74-.1 1.06c.15.18.36.27.58.27c.17 0 .34-.06.48-.17l3-2.5a.76.76 0 0 0 0-1.16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.73 16.1c0-.03.02-.06.02-.1V6.5c0-1.52-1.23-2.75-2.75-2.75h-3.93l1.41-1.17c.32-.27.36-.74.1-1.06a.76.76 0 0 0-1.06-.1l-3 2.5a.76.76 0 0 0 0 1.16l3 2.5c.14.12.31.17.48.17a.75.75 0 0 0 .48-1.33l-1.41-1.17H17c.69 0 1.25.56 1.25 1.25V16c0 .04.02.07.02.1c-1.3.33-2.27 1.5-2.27 2.9c0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.4-.97-2.57-2.27-2.9m-6.25 2.82l-3-2.5a.75.75 0 0 0-1.06.1a.75.75 0 0 0 .1 1.06l1.41 1.17H7c-.69 0-1.25-.56-1.25-1.25V8c0-.04-.02-.07-.02-.1C7.03 7.57 8 6.4 8 5c0-1.66-1.34-3-3-3S2 3.34 2 5c0 1.4.97 2.57 2.27 2.9c0 .03-.02.06-.02.1v9.5c0 1.52 1.23 2.75 2.75 2.75h3.93l-1.41 1.17c-.32.27-.36.74-.1 1.06c.15.18.36.27.58.27c.17 0 .34-.06.48-.17l3-2.5a.76.76 0 0 0 0-1.16"/></svg> </template>
CSS
.icon-programming-arrows-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.73%2016.1c0-.03.02-.06.02-.1V6.5c0-1.52-1.23-2.75-2.75-2.75h-3.93l1.41-1.17c.32-.27.36-.74.1-1.06a.76.76%200%200%200-1.06-.1l-3%202.5a.76.76%200%200%200%200%201.16l3%202.5c.14.12.31.17.48.17a.75.75%200%200%200%20.48-1.33l-1.41-1.17H17c.69%200%201.25.56%201.25%201.25V16c0%20.04.02.07.02.1c-1.3.33-2.27%201.5-2.27%202.9c0%201.66%201.34%203%203%203s3-1.34%203-3c0-1.4-.97-2.57-2.27-2.9m-6.25%202.82l-3-2.5a.75.75%200%200%200-1.06.1a.75.75%200%200%200%20.1%201.06l1.41%201.17H7c-.69%200-1.25-.56-1.25-1.25V8c0-.04-.02-.07-.02-.1C7.03%207.57%208%206.4%208%205c0-1.66-1.34-3-3-3S2%203.34%202%205c0%201.4.97%202.57%202.27%202.9c0%20.03-.02.06-.02.1v9.5c0%201.52%201.23%202.75%202.75%202.75h3.93l-1.41%201.17c-.32.27-.36.74-.1%201.06c.15.18.36.27.58.27c.17%200%20.34-.06.48-.17l3-2.5a.76.76%200%200%200%200-1.16%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.73%2016.1c0-.03.02-.06.02-.1V6.5c0-1.52-1.23-2.75-2.75-2.75h-3.93l1.41-1.17c.32-.27.36-.74.1-1.06a.76.76%200%200%200-1.06-.1l-3%202.5a.76.76%200%200%200%200%201.16l3%202.5c.14.12.31.17.48.17a.75.75%200%200%200%20.48-1.33l-1.41-1.17H17c.69%200%201.25.56%201.25%201.25V16c0%20.04.02.07.02.1c-1.3.33-2.27%201.5-2.27%202.9c0%201.66%201.34%203%203%203s3-1.34%203-3c0-1.4-.97-2.57-2.27-2.9m-6.25%202.82l-3-2.5a.75.75%200%200%200-1.06.1a.75.75%200%200%200%20.1%201.06l1.41%201.17H7c-.69%200-1.25-.56-1.25-1.25V8c0-.04-.02-.07-.02-.1C7.03%207.57%208%206.4%208%205c0-1.66-1.34-3-3-3S2%203.34%202%205c0%201.4.97%202.57%202.27%202.9c0%20.03-.02.06-.02.1v9.5c0%201.52%201.23%202.75%202.75%202.75h3.93l-1.41%201.17c-.32.27-.36.74-.1%201.06c.15.18.36.27.58.27c.17%200%20.34-.06.48-.17l3-2.5a.76.76%200%200%200%200-1.16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/programming-arrows-filled.svg?color=%231a73e8&size=48