direction icon
direction from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.
- Name
- direction
- Set
- IconPark
- Style
- Color
- Category
- Edit
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More edit icons from IconPark
Use the direction icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><rect width="36" height="36" x="6" y="6" fill="#2F88FF" stroke="#000" stroke-width="4" rx="3"/><path fill="#fff" d="M23.293 10.5649L20.0504 13.8075C19.4204 14.4375 19.8666 15.5146 20.7575 15.5146H27.2428C28.1337 15.5146 28.5798 14.4375 27.9499 13.8075L24.7072 10.5649C24.3167 10.1744 23.6835 10.1744 23.293 10.5649Z"/><path fill="#fff" d="M10.5649 24.707L13.8075 27.9496C14.4375 28.5796 15.5146 28.1334 15.5146 27.2425V20.7572C15.5146 19.8663 14.4375 19.4202 13.8075 20.0501L10.5649 23.2928C10.1744 23.6833 10.1744 24.3165 10.5649 24.707Z"/><path fill="#fff" d="M24.707 37.4351L27.9496 34.1925C28.5796 33.5625 28.1334 32.4854 27.2425 32.4854H20.7572C19.8663 32.4854 19.4202 33.5625 20.0501 34.1925L23.2928 37.4351C23.6833 37.8256 24.3165 37.8256 24.707 37.4351Z"/><path fill="#fff" d="M37.4351 23.293L34.1925 20.0504C33.5625 19.4204 32.4854 19.8666 32.4854 20.7575V27.2428C32.4854 28.1337 33.5625 28.5798 34.1925 27.9499L37.4351 24.7072C37.8256 24.3167 37.8256 23.6835 37.4351 23.293Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkDirection(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"><rect width="36" height="36" x="6" y="6" fill="#2F88FF" stroke="#000" strokeWidth="4" rx="3"/><path fill="#fff" d="M23.293 10.5649L20.0504 13.8075C19.4204 14.4375 19.8666 15.5146 20.7575 15.5146H27.2428C28.1337 15.5146 28.5798 14.4375 27.9499 13.8075L24.7072 10.5649C24.3167 10.1744 23.6835 10.1744 23.293 10.5649Z"/><path fill="#fff" d="M10.5649 24.707L13.8075 27.9496C14.4375 28.5796 15.5146 28.1334 15.5146 27.2425V20.7572C15.5146 19.8663 14.4375 19.4202 13.8075 20.0501L10.5649 23.2928C10.1744 23.6833 10.1744 24.3165 10.5649 24.707Z"/><path fill="#fff" d="M24.707 37.4351L27.9496 34.1925C28.5796 33.5625 28.1334 32.4854 27.2425 32.4854H20.7572C19.8663 32.4854 19.4202 33.5625 20.0501 34.1925L23.2928 37.4351C23.6833 37.8256 24.3165 37.8256 24.707 37.4351Z"/><path fill="#fff" d="M37.4351 23.293L34.1925 20.0504C33.5625 19.4204 32.4854 19.8666 32.4854 20.7575V27.2428C32.4854 28.1337 33.5625 28.5798 34.1925 27.9499L37.4351 24.7072C37.8256 24.3167 37.8256 23.6835 37.4351 23.293Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><rect width="36" height="36" x="6" y="6" fill="#2F88FF" stroke="#000" stroke-width="4" rx="3"/><path fill="#fff" d="M23.293 10.5649L20.0504 13.8075C19.4204 14.4375 19.8666 15.5146 20.7575 15.5146H27.2428C28.1337 15.5146 28.5798 14.4375 27.9499 13.8075L24.7072 10.5649C24.3167 10.1744 23.6835 10.1744 23.293 10.5649Z"/><path fill="#fff" d="M10.5649 24.707L13.8075 27.9496C14.4375 28.5796 15.5146 28.1334 15.5146 27.2425V20.7572C15.5146 19.8663 14.4375 19.4202 13.8075 20.0501L10.5649 23.2928C10.1744 23.6833 10.1744 24.3165 10.5649 24.707Z"/><path fill="#fff" d="M24.707 37.4351L27.9496 34.1925C28.5796 33.5625 28.1334 32.4854 27.2425 32.4854H20.7572C19.8663 32.4854 19.4202 33.5625 20.0501 34.1925L23.2928 37.4351C23.6833 37.8256 24.3165 37.8256 24.707 37.4351Z"/><path fill="#fff" d="M37.4351 23.293L34.1925 20.0504C33.5625 19.4204 32.4854 19.8666 32.4854 20.7575V27.2428C32.4854 28.1337 33.5625 28.5798 34.1925 27.9499L37.4351 24.7072C37.8256 24.3167 37.8256 23.6835 37.4351 23.293Z"/></g></svg> </template>
CSS
.icon-direction {
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%3E%3Crect%20width%3D%2236%22%20height%3D%2236%22%20x%3D%226%22%20y%3D%226%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20rx%3D%223%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.293%2010.5649L20.0504%2013.8075C19.4204%2014.4375%2019.8666%2015.5146%2020.7575%2015.5146H27.2428C28.1337%2015.5146%2028.5798%2014.4375%2027.9499%2013.8075L24.7072%2010.5649C24.3167%2010.1744%2023.6835%2010.1744%2023.293%2010.5649Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.5649%2024.707L13.8075%2027.9496C14.4375%2028.5796%2015.5146%2028.1334%2015.5146%2027.2425V20.7572C15.5146%2019.8663%2014.4375%2019.4202%2013.8075%2020.0501L10.5649%2023.2928C10.1744%2023.6833%2010.1744%2024.3165%2010.5649%2024.707Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.707%2037.4351L27.9496%2034.1925C28.5796%2033.5625%2028.1334%2032.4854%2027.2425%2032.4854H20.7572C19.8663%2032.4854%2019.4202%2033.5625%2020.0501%2034.1925L23.2928%2037.4351C23.6833%2037.8256%2024.3165%2037.8256%2024.707%2037.4351Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.4351%2023.293L34.1925%2020.0504C33.5625%2019.4204%2032.4854%2019.8666%2032.4854%2020.7575V27.2428C32.4854%2028.1337%2033.5625%2028.5798%2034.1925%2027.9499L37.4351%2024.7072C37.8256%2024.3167%2037.8256%2023.6835%2037.4351%2023.293Z%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%3E%3Crect%20width%3D%2236%22%20height%3D%2236%22%20x%3D%226%22%20y%3D%226%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20rx%3D%223%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.293%2010.5649L20.0504%2013.8075C19.4204%2014.4375%2019.8666%2015.5146%2020.7575%2015.5146H27.2428C28.1337%2015.5146%2028.5798%2014.4375%2027.9499%2013.8075L24.7072%2010.5649C24.3167%2010.1744%2023.6835%2010.1744%2023.293%2010.5649Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.5649%2024.707L13.8075%2027.9496C14.4375%2028.5796%2015.5146%2028.1334%2015.5146%2027.2425V20.7572C15.5146%2019.8663%2014.4375%2019.4202%2013.8075%2020.0501L10.5649%2023.2928C10.1744%2023.6833%2010.1744%2024.3165%2010.5649%2024.707Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.707%2037.4351L27.9496%2034.1925C28.5796%2033.5625%2028.1334%2032.4854%2027.2425%2032.4854H20.7572C19.8663%2032.4854%2019.4202%2033.5625%2020.0501%2034.1925L23.2928%2037.4351C23.6833%2037.8256%2024.3165%2037.8256%2024.707%2037.4351Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.4351%2023.293L34.1925%2020.0504C33.5625%2019.4204%2032.4854%2019.8666%2032.4854%2020.7575V27.2428C32.4854%2028.1337%2033.5625%2028.5798%2034.1925%2027.9499L37.4351%2024.7072C37.8256%2024.3167%2037.8256%2023.6835%2037.4351%2023.293Z%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/direction.svg?color=%231a73e8&size=48