arrows in icon
arrows-in-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- arrows-in-bold
- Set
- Phosphor
- Style
- Bold
- 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="M140 104V64a12 12 0 0 1 24 0v11l35.51-35.52a12 12 0 0 1 17 17L181 92h11a12 12 0 0 1 0 24h-40a12 12 0 0 1-12-12m-36 36H64a12 12 0 0 0 0 24h11l-35.49 35.51a12 12 0 0 0 17 17L92 181v11a12 12 0 0 0 24 0v-40a12 12 0 0 0-12-12m77 24h11a12 12 0 0 0 0-24h-40a12 12 0 0 0-12 12v40a12 12 0 0 0 24 0v-11l35.51 35.52a12 12 0 0 0 17-17ZM104 52a12 12 0 0 0-12 12v11L56.49 39.51a12 12 0 0 0-17 17L75 92H64a12 12 0 0 0 0 24h40a12 12 0 0 0 12-12V64a12 12 0 0 0-12-12"/></svg>
React
import type { SVGProps } from "react";
export function PhArrowsInBold(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="M140 104V64a12 12 0 0 1 24 0v11l35.51-35.52a12 12 0 0 1 17 17L181 92h11a12 12 0 0 1 0 24h-40a12 12 0 0 1-12-12m-36 36H64a12 12 0 0 0 0 24h11l-35.49 35.51a12 12 0 0 0 17 17L92 181v11a12 12 0 0 0 24 0v-40a12 12 0 0 0-12-12m77 24h11a12 12 0 0 0 0-24h-40a12 12 0 0 0-12 12v40a12 12 0 0 0 24 0v-11l35.51 35.52a12 12 0 0 0 17-17ZM104 52a12 12 0 0 0-12 12v11L56.49 39.51a12 12 0 0 0-17 17L75 92H64a12 12 0 0 0 0 24h40a12 12 0 0 0 12-12V64a12 12 0 0 0-12-12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M140 104V64a12 12 0 0 1 24 0v11l35.51-35.52a12 12 0 0 1 17 17L181 92h11a12 12 0 0 1 0 24h-40a12 12 0 0 1-12-12m-36 36H64a12 12 0 0 0 0 24h11l-35.49 35.51a12 12 0 0 0 17 17L92 181v11a12 12 0 0 0 24 0v-40a12 12 0 0 0-12-12m77 24h11a12 12 0 0 0 0-24h-40a12 12 0 0 0-12 12v40a12 12 0 0 0 24 0v-11l35.51 35.52a12 12 0 0 0 17-17ZM104 52a12 12 0 0 0-12 12v11L56.49 39.51a12 12 0 0 0-17 17L75 92H64a12 12 0 0 0 0 24h40a12 12 0 0 0 12-12V64a12 12 0 0 0-12-12"/></svg> </template>
CSS
.icon-arrows-in-bold {
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%22M140%20104V64a12%2012%200%200%201%2024%200v11l35.51-35.52a12%2012%200%200%201%2017%2017L181%2092h11a12%2012%200%200%201%200%2024h-40a12%2012%200%200%201-12-12m-36%2036H64a12%2012%200%200%200%200%2024h11l-35.49%2035.51a12%2012%200%200%200%2017%2017L92%20181v11a12%2012%200%200%200%2024%200v-40a12%2012%200%200%200-12-12m77%2024h11a12%2012%200%200%200%200-24h-40a12%2012%200%200%200-12%2012v40a12%2012%200%200%200%2024%200v-11l35.51%2035.52a12%2012%200%200%200%2017-17ZM104%2052a12%2012%200%200%200-12%2012v11L56.49%2039.51a12%2012%200%200%200-17%2017L75%2092H64a12%2012%200%200%200%200%2024h40a12%2012%200%200%200%2012-12V64a12%2012%200%200%200-12-12%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%22M140%20104V64a12%2012%200%200%201%2024%200v11l35.51-35.52a12%2012%200%200%201%2017%2017L181%2092h11a12%2012%200%200%201%200%2024h-40a12%2012%200%200%201-12-12m-36%2036H64a12%2012%200%200%200%200%2024h11l-35.49%2035.51a12%2012%200%200%200%2017%2017L92%20181v11a12%2012%200%200%200%2024%200v-40a12%2012%200%200%200-12-12m77%2024h11a12%2012%200%200%200%200-24h-40a12%2012%200%200%200-12%2012v40a12%2012%200%200%200%2024%200v-11l35.51%2035.52a12%2012%200%200%200%2017-17ZM104%2052a12%2012%200%200%200-12%2012v11L56.49%2039.51a12%2012%200%200%200-17%2017L75%2092H64a12%2012%200%200%200%200%2024h40a12%2012%200%200%200%2012-12V64a12%2012%200%200%200-12-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/arrows-in-bold.svg?color=%231a73e8&size=48