arrows in icon
arrows-in-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- arrows-in-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
arrows-clockwisearrows-counter-clockwisearrows-down-uparrows-horizontalarrows-in-cardinalarrows-in-line-horizontalarrows-in-line-verticalarrows-in-simplearrows-left-rightarrows-mergearrows-outarrows-out-cardinalarrows-out-line-horizontalarrows-out-line-verticalarrows-out-simplearrows-splitarrows-vertical
Use the arrows in icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 104V64a8 8 0 0 1 13.66-5.66L172 72.69l30.34-30.35a8 8 0 0 1 11.32 11.32L183.31 84l14.35 14.34A8 8 0 0 1 192 112h-40a8 8 0 0 1-8-8m-40 40H64a8 8 0 0 0-5.66 13.66L72.69 172l-30.35 30.34a8 8 0 0 0 11.32 11.32L84 183.31l14.34 14.35A8 8 0 0 0 112 192v-40a8 8 0 0 0-8-8m3.06-87.39a8 8 0 0 0-8.72 1.73L84 72.69L53.66 42.34a8 8 0 0 0-11.32 11.32L72.69 84L58.34 98.34A8 8 0 0 0 64 112h40a8 8 0 0 0 8-8V64a8 8 0 0 0-4.94-7.39M183.31 172l14.35-14.34A8 8 0 0 0 192 144h-40a8 8 0 0 0-8 8v40a8 8 0 0 0 13.66 5.66L172 183.31l30.34 30.35a8 8 0 0 0 11.32-11.32Z"/></svg>
React
import type { SVGProps } from "react";
export function PhArrowsInFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 104V64a8 8 0 0 1 13.66-5.66L172 72.69l30.34-30.35a8 8 0 0 1 11.32 11.32L183.31 84l14.35 14.34A8 8 0 0 1 192 112h-40a8 8 0 0 1-8-8m-40 40H64a8 8 0 0 0-5.66 13.66L72.69 172l-30.35 30.34a8 8 0 0 0 11.32 11.32L84 183.31l14.34 14.35A8 8 0 0 0 112 192v-40a8 8 0 0 0-8-8m3.06-87.39a8 8 0 0 0-8.72 1.73L84 72.69L53.66 42.34a8 8 0 0 0-11.32 11.32L72.69 84L58.34 98.34A8 8 0 0 0 64 112h40a8 8 0 0 0 8-8V64a8 8 0 0 0-4.94-7.39M183.31 172l14.35-14.34A8 8 0 0 0 192 144h-40a8 8 0 0 0-8 8v40a8 8 0 0 0 13.66 5.66L172 183.31l30.34 30.35a8 8 0 0 0 11.32-11.32Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 104V64a8 8 0 0 1 13.66-5.66L172 72.69l30.34-30.35a8 8 0 0 1 11.32 11.32L183.31 84l14.35 14.34A8 8 0 0 1 192 112h-40a8 8 0 0 1-8-8m-40 40H64a8 8 0 0 0-5.66 13.66L72.69 172l-30.35 30.34a8 8 0 0 0 11.32 11.32L84 183.31l14.34 14.35A8 8 0 0 0 112 192v-40a8 8 0 0 0-8-8m3.06-87.39a8 8 0 0 0-8.72 1.73L84 72.69L53.66 42.34a8 8 0 0 0-11.32 11.32L72.69 84L58.34 98.34A8 8 0 0 0 64 112h40a8 8 0 0 0 8-8V64a8 8 0 0 0-4.94-7.39M183.31 172l14.35-14.34A8 8 0 0 0 192 144h-40a8 8 0 0 0-8 8v40a8 8 0 0 0 13.66 5.66L172 183.31l30.34 30.35a8 8 0 0 0 11.32-11.32Z"/></svg> </template>
CSS
.icon-arrows-in-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%20104V64a8%208%200%200%201%2013.66-5.66L172%2072.69l30.34-30.35a8%208%200%200%201%2011.32%2011.32L183.31%2084l14.35%2014.34A8%208%200%200%201%20192%20112h-40a8%208%200%200%201-8-8m-40%2040H64a8%208%200%200%200-5.66%2013.66L72.69%20172l-30.35%2030.34a8%208%200%200%200%2011.32%2011.32L84%20183.31l14.34%2014.35A8%208%200%200%200%20112%20192v-40a8%208%200%200%200-8-8m3.06-87.39a8%208%200%200%200-8.72%201.73L84%2072.69L53.66%2042.34a8%208%200%200%200-11.32%2011.32L72.69%2084L58.34%2098.34A8%208%200%200%200%2064%20112h40a8%208%200%200%200%208-8V64a8%208%200%200%200-4.94-7.39M183.31%20172l14.35-14.34A8%208%200%200%200%20192%20144h-40a8%208%200%200%200-8%208v40a8%208%200%200%200%2013.66%205.66L172%20183.31l30.34%2030.35a8%208%200%200%200%2011.32-11.32Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%20104V64a8%208%200%200%201%2013.66-5.66L172%2072.69l30.34-30.35a8%208%200%200%201%2011.32%2011.32L183.31%2084l14.35%2014.34A8%208%200%200%201%20192%20112h-40a8%208%200%200%201-8-8m-40%2040H64a8%208%200%200%200-5.66%2013.66L72.69%20172l-30.35%2030.34a8%208%200%200%200%2011.32%2011.32L84%20183.31l14.34%2014.35A8%208%200%200%200%20112%20192v-40a8%208%200%200%200-8-8m3.06-87.39a8%208%200%200%200-8.72%201.73L84%2072.69L53.66%2042.34a8%208%200%200%200-11.32%2011.32L72.69%2084L58.34%2098.34A8%208%200%200%200%2064%20112h40a8%208%200%200%200%208-8V64a8%208%200%200%200-4.94-7.39M183.31%20172l14.35-14.34A8%208%200%200%200%20192%20144h-40a8%208%200%200%200-8%208v40a8%208%200%200%200%2013.66%205.66L172%20183.31l30.34%2030.35a8%208%200%200%200%2011.32-11.32Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/arrows-in-fill.svg?color=%231a73e8&size=48