four arrows icon

four-arrows from IconPark by ByteDance · Color · Abstract · Apache-2.0 Free for personal and commercial use.

Name
four-arrows
Set
IconPark
Style
Color
Category
Abstract
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More abstract icons from IconPark

Use the four arrows icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M24 24L19 19M24 8V24V8ZM24 24L29 19L24 24Z"/><path d="M24 24L19 29M24 40V24V40ZM24 24L29 29L24 24Z"/><path fill="#2F88FF" d="M20 12C22.2091 12 24 10.2091 24 8C24 5.79086 22.2091 4 20 4C17.7909 4 16 5.79086 16 8C16 10.2091 17.7909 12 20 12Z"/><path fill="#2F88FF" d="M8 32C10.2091 32 12 30.2091 12 28C12 25.7909 10.2091 24 8 24C5.79086 24 4 25.7909 4 28C4 30.2091 5.79086 32 8 32Z"/><path d="M8 24H40"/><path fill="#2F88FF" d="M40 24C42.2091 24 44 22.2091 44 20C44 17.7909 42.2091 16 40 16C37.7909 16 36 17.7909 36 20C36 22.2091 37.7909 24 40 24Z"/><path fill="#2F88FF" d="M28 44C30.2091 44 32 42.2091 32 40C32 37.7909 30.2091 36 28 36C25.7909 36 24 37.7909 24 40C24 42.2091 25.7909 44 28 44Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkFourArrows(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M24 24L19 19M24 8V24V8ZM24 24L29 19L24 24Z"/><path d="M24 24L19 29M24 40V24V40ZM24 24L29 29L24 24Z"/><path fill="#2F88FF" d="M20 12C22.2091 12 24 10.2091 24 8C24 5.79086 22.2091 4 20 4C17.7909 4 16 5.79086 16 8C16 10.2091 17.7909 12 20 12Z"/><path fill="#2F88FF" d="M8 32C10.2091 32 12 30.2091 12 28C12 25.7909 10.2091 24 8 24C5.79086 24 4 25.7909 4 28C4 30.2091 5.79086 32 8 32Z"/><path d="M8 24H40"/><path fill="#2F88FF" d="M40 24C42.2091 24 44 22.2091 44 20C44 17.7909 42.2091 16 40 16C37.7909 16 36 17.7909 36 20C36 22.2091 37.7909 24 40 24Z"/><path fill="#2F88FF" d="M28 44C30.2091 44 32 42.2091 32 40C32 37.7909 30.2091 36 28 36C25.7909 36 24 37.7909 24 40C24 42.2091 25.7909 44 28 44Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M24 24L19 19M24 8V24V8ZM24 24L29 19L24 24Z"/><path d="M24 24L19 29M24 40V24V40ZM24 24L29 29L24 24Z"/><path fill="#2F88FF" d="M20 12C22.2091 12 24 10.2091 24 8C24 5.79086 22.2091 4 20 4C17.7909 4 16 5.79086 16 8C16 10.2091 17.7909 12 20 12Z"/><path fill="#2F88FF" d="M8 32C10.2091 32 12 30.2091 12 28C12 25.7909 10.2091 24 8 24C5.79086 24 4 25.7909 4 28C4 30.2091 5.79086 32 8 32Z"/><path d="M8 24H40"/><path fill="#2F88FF" d="M40 24C42.2091 24 44 22.2091 44 20C44 17.7909 42.2091 16 40 16C37.7909 16 36 17.7909 36 20C36 22.2091 37.7909 24 40 24Z"/><path fill="#2F88FF" d="M28 44C30.2091 44 32 42.2091 32 40C32 37.7909 30.2091 36 28 36C25.7909 36 24 37.7909 24 40C24 42.2091 25.7909 44 28 44Z"/></g></svg>
</template>

CSS

.icon-four-arrows {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2024L19%2019M24%208V24V8ZM24%2024L29%2019L24%2024Z%22%2F%3E%3Cpath%20d%3D%22M24%2024L19%2029M24%2040V24V40ZM24%2024L29%2029L24%2024Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M20%2012C22.2091%2012%2024%2010.2091%2024%208C24%205.79086%2022.2091%204%2020%204C17.7909%204%2016%205.79086%2016%208C16%2010.2091%2017.7909%2012%2020%2012Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M8%2032C10.2091%2032%2012%2030.2091%2012%2028C12%2025.7909%2010.2091%2024%208%2024C5.79086%2024%204%2025.7909%204%2028C4%2030.2091%205.79086%2032%208%2032Z%22%2F%3E%3Cpath%20d%3D%22M8%2024H40%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M40%2024C42.2091%2024%2044%2022.2091%2044%2020C44%2017.7909%2042.2091%2016%2040%2016C37.7909%2016%2036%2017.7909%2036%2020C36%2022.2091%2037.7909%2024%2040%2024Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M28%2044C30.2091%2044%2032%2042.2091%2032%2040C32%2037.7909%2030.2091%2036%2028%2036C25.7909%2036%2024%2037.7909%2024%2040C24%2042.2091%2025.7909%2044%2028%2044Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2024L19%2019M24%208V24V8ZM24%2024L29%2019L24%2024Z%22%2F%3E%3Cpath%20d%3D%22M24%2024L19%2029M24%2040V24V40ZM24%2024L29%2029L24%2024Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M20%2012C22.2091%2012%2024%2010.2091%2024%208C24%205.79086%2022.2091%204%2020%204C17.7909%204%2016%205.79086%2016%208C16%2010.2091%2017.7909%2012%2020%2012Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M8%2032C10.2091%2032%2012%2030.2091%2012%2028C12%2025.7909%2010.2091%2024%208%2024C5.79086%2024%204%2025.7909%204%2028C4%2030.2091%205.79086%2032%208%2032Z%22%2F%3E%3Cpath%20d%3D%22M8%2024H40%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M40%2024C42.2091%2024%2044%2022.2091%2044%2020C44%2017.7909%2042.2091%2016%2040%2016C37.7909%2016%2036%2017.7909%2036%2020C36%2022.2091%2037.7909%2024%2040%2024Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M28%2044C30.2091%2044%2032%2042.2091%2032%2040C32%2037.7909%2030.2091%2036%2028%2036C25.7909%2036%2024%2037.7909%2024%2040C24%2042.2091%2025.7909%2044%2028%2044Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/four-arrows.svg?color=%231a73e8&size=48