programming arrow icon
programming-arrow-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- programming-arrow-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 arrow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.75 16.11V7.89A2.98 2.98 0 0 0 8 5c0-1.66-1.34-3-3-3S2 3.34 2 5c0 1.4.96 2.56 2.25 2.89v8.21A2.996 2.996 0 0 0 5 22c1.66 0 3-1.34 3-3c0-1.4-.96-2.56-2.25-2.89m14 0V6.5c0-1.52-1.23-2.75-2.75-2.75h-2.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.25v9.61A2.98 2.98 0 0 0 16 19c0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.4-.96-2.56-2.25-2.89"/></svg>
React
import type { SVGProps } from "react";
export function ReiconProgrammingArrowFilled(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="M5.75 16.11V7.89A2.98 2.98 0 0 0 8 5c0-1.66-1.34-3-3-3S2 3.34 2 5c0 1.4.96 2.56 2.25 2.89v8.21A2.996 2.996 0 0 0 5 22c1.66 0 3-1.34 3-3c0-1.4-.96-2.56-2.25-2.89m14 0V6.5c0-1.52-1.23-2.75-2.75-2.75h-2.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.25v9.61A2.98 2.98 0 0 0 16 19c0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.4-.96-2.56-2.25-2.89"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.75 16.11V7.89A2.98 2.98 0 0 0 8 5c0-1.66-1.34-3-3-3S2 3.34 2 5c0 1.4.96 2.56 2.25 2.89v8.21A2.996 2.996 0 0 0 5 22c1.66 0 3-1.34 3-3c0-1.4-.96-2.56-2.25-2.89m14 0V6.5c0-1.52-1.23-2.75-2.75-2.75h-2.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.25v9.61A2.98 2.98 0 0 0 16 19c0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.4-.96-2.56-2.25-2.89"/></svg> </template>
CSS
.icon-programming-arrow-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%22M5.75%2016.11V7.89A2.98%202.98%200%200%200%208%205c0-1.66-1.34-3-3-3S2%203.34%202%205c0%201.4.96%202.56%202.25%202.89v8.21A2.996%202.996%200%200%200%205%2022c1.66%200%203-1.34%203-3c0-1.4-.96-2.56-2.25-2.89m14%200V6.5c0-1.52-1.23-2.75-2.75-2.75h-2.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.25v9.61A2.98%202.98%200%200%200%2016%2019c0%201.66%201.34%203%203%203s3-1.34%203-3c0-1.4-.96-2.56-2.25-2.89%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%22M5.75%2016.11V7.89A2.98%202.98%200%200%200%208%205c0-1.66-1.34-3-3-3S2%203.34%202%205c0%201.4.96%202.56%202.25%202.89v8.21A2.996%202.996%200%200%200%205%2022c1.66%200%203-1.34%203-3c0-1.4-.96-2.56-2.25-2.89m14%200V6.5c0-1.52-1.23-2.75-2.75-2.75h-2.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.25v9.61A2.98%202.98%200%200%200%2016%2019c0%201.66%201.34%203%203%203s3-1.34%203-3c0-1.4-.96-2.56-2.25-2.89%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/programming-arrow-filled.svg?color=%231a73e8&size=48