forward item icon
forward-item-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- forward-item-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the forward item icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.25 5.77V9c0 2.115-.707 2.899-2.619 3.007a.48.48 0 0 1-.5-.487v-1.14c0-3.12-1.39-4.51-4.51-4.51h-1.14a.48.48 0 0 1-.487-.5c.107-1.912.892-2.62 3.007-2.62h3.23c2.29 0 3.02.73 3.02 3.02"/><path d="M16.63 10.381v3.24c0 2.28-.73 3.01-3.01 3.01h-3.24c-2.28 0-3.01-.73-3.01-3.01v-3.24c0-2.28.73-3.01 3.01-3.01h3.24c2.28 0 3.01.73 3.01 3.01"/><path d="M11.52 18.13a.48.48 0 0 1 .487.501c-.108 1.912-.892 2.62-3.007 2.62H5.77c-2.29 0-3.02-.73-3.02-3.02V15c0-2.115.708-2.9 2.62-3.007a.48.48 0 0 1 .5.486v1.14c0 3.12 1.39 4.51 4.51 4.51z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconForwardItemFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.25 5.77V9c0 2.115-.707 2.899-2.619 3.007a.48.48 0 0 1-.5-.487v-1.14c0-3.12-1.39-4.51-4.51-4.51h-1.14a.48.48 0 0 1-.487-.5c.107-1.912.892-2.62 3.007-2.62h3.23c2.29 0 3.02.73 3.02 3.02"/><path d="M16.63 10.381v3.24c0 2.28-.73 3.01-3.01 3.01h-3.24c-2.28 0-3.01-.73-3.01-3.01v-3.24c0-2.28.73-3.01 3.01-3.01h3.24c2.28 0 3.01.73 3.01 3.01"/><path d="M11.52 18.13a.48.48 0 0 1 .487.501c-.108 1.912-.892 2.62-3.007 2.62H5.77c-2.29 0-3.02-.73-3.02-3.02V15c0-2.115.708-2.9 2.62-3.007a.48.48 0 0 1 .5.486v1.14c0 3.12 1.39 4.51 4.51 4.51z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.25 5.77V9c0 2.115-.707 2.899-2.619 3.007a.48.48 0 0 1-.5-.487v-1.14c0-3.12-1.39-4.51-4.51-4.51h-1.14a.48.48 0 0 1-.487-.5c.107-1.912.892-2.62 3.007-2.62h3.23c2.29 0 3.02.73 3.02 3.02"/><path d="M16.63 10.381v3.24c0 2.28-.73 3.01-3.01 3.01h-3.24c-2.28 0-3.01-.73-3.01-3.01v-3.24c0-2.28.73-3.01 3.01-3.01h3.24c2.28 0 3.01.73 3.01 3.01"/><path d="M11.52 18.13a.48.48 0 0 1 .487.501c-.108 1.912-.892 2.62-3.007 2.62H5.77c-2.29 0-3.02-.73-3.02-3.02V15c0-2.115.708-2.9 2.62-3.007a.48.48 0 0 1 .5.486v1.14c0 3.12 1.39 4.51 4.51 4.51z"/></g></svg> </template>
CSS
.icon-forward-item-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%22currentColor%22%3E%3Cpath%20d%3D%22M21.25%205.77V9c0%202.115-.707%202.899-2.619%203.007a.48.48%200%200%201-.5-.487v-1.14c0-3.12-1.39-4.51-4.51-4.51h-1.14a.48.48%200%200%201-.487-.5c.107-1.912.892-2.62%203.007-2.62h3.23c2.29%200%203.02.73%203.02%203.02%22%2F%3E%3Cpath%20d%3D%22M16.63%2010.381v3.24c0%202.28-.73%203.01-3.01%203.01h-3.24c-2.28%200-3.01-.73-3.01-3.01v-3.24c0-2.28.73-3.01%203.01-3.01h3.24c2.28%200%203.01.73%203.01%203.01%22%2F%3E%3Cpath%20d%3D%22M11.52%2018.13a.48.48%200%200%201%20.487.501c-.108%201.912-.892%202.62-3.007%202.62H5.77c-2.29%200-3.02-.73-3.02-3.02V15c0-2.115.708-2.9%202.62-3.007a.48.48%200%200%201%20.5.486v1.14c0%203.12%201.39%204.51%204.51%204.51z%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%22currentColor%22%3E%3Cpath%20d%3D%22M21.25%205.77V9c0%202.115-.707%202.899-2.619%203.007a.48.48%200%200%201-.5-.487v-1.14c0-3.12-1.39-4.51-4.51-4.51h-1.14a.48.48%200%200%201-.487-.5c.107-1.912.892-2.62%203.007-2.62h3.23c2.29%200%203.02.73%203.02%203.02%22%2F%3E%3Cpath%20d%3D%22M16.63%2010.381v3.24c0%202.28-.73%203.01-3.01%203.01h-3.24c-2.28%200-3.01-.73-3.01-3.01v-3.24c0-2.28.73-3.01%203.01-3.01h3.24c2.28%200%203.01.73%203.01%203.01%22%2F%3E%3Cpath%20d%3D%22M11.52%2018.13a.48.48%200%200%201%20.487.501c-.108%201.912-.892%202.62-3.007%202.62H5.77c-2.29%200-3.02-.73-3.02-3.02V15c0-2.115.708-2.9%202.62-3.007a.48.48%200%200%201%20.5.486v1.14c0%203.12%201.39%204.51%204.51%204.51z%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/forward-item-filled.svg?color=%231a73e8&size=48