outgoing icon
outgoing from IconPark by ByteDance · Color · Arrows · Apache-2.0 Free for personal and commercial use.
- Name
- outgoing
- Set
- IconPark
- Style
- Color
- Category
- Arrows
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More arrows icons from IconPark
afferent-fourafferent-threearrow-circle-downarrow-circle-leftarrow-circle-rightarrow-circle-uparrow-downarrow-leftarrow-left-downarrow-left-uparrow-rightarrow-right-downarrow-right-uparrow-upback-onechangecircle-double-downcircle-double-leftcircle-double-rightcircle-double-upcircle-left-downcircle-left-upcircle-right-downcircle-right-up
Use the outgoing 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-width="4"><path fill="#2F88FF" stroke-linejoin="round" d="M18 35C18 32.7909 16.2091 31 14 31C11.7909 31 10 32.7909 10 35C10 37.2091 11.7909 39 14 39C16.2091 39 18 37.2091 18 35Z"/><path fill="#2F88FF" stroke-linejoin="round" d="M37 35C37 32.7909 35.2091 31 33 31C30.7909 31 29 32.7909 29 35C29 37.2091 30.7909 39 33 39C35.2091 39 37 37.2091 37 35Z"/><path stroke-linecap="round" d="M4 35H10"/><path stroke-linecap="round" d="M18 35H29"/><path stroke-linecap="round" d="M37 35H44"/><path stroke-linecap="round" stroke-linejoin="round" d="M38 19L44 13L38 7"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 13H44"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutgoing(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" strokeWidth="4"><path fill="#2F88FF" strokeLinejoin="round" d="M18 35C18 32.7909 16.2091 31 14 31C11.7909 31 10 32.7909 10 35C10 37.2091 11.7909 39 14 39C16.2091 39 18 37.2091 18 35Z"/><path fill="#2F88FF" strokeLinejoin="round" d="M37 35C37 32.7909 35.2091 31 33 31C30.7909 31 29 32.7909 29 35C29 37.2091 30.7909 39 33 39C35.2091 39 37 37.2091 37 35Z"/><path strokeLinecap="round" d="M4 35H10"/><path strokeLinecap="round" d="M18 35H29"/><path strokeLinecap="round" d="M37 35H44"/><path strokeLinecap="round" strokeLinejoin="round" d="M38 19L44 13L38 7"/><path strokeLinecap="round" strokeLinejoin="round" d="M4 13H44"/></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-width="4"><path fill="#2F88FF" stroke-linejoin="round" d="M18 35C18 32.7909 16.2091 31 14 31C11.7909 31 10 32.7909 10 35C10 37.2091 11.7909 39 14 39C16.2091 39 18 37.2091 18 35Z"/><path fill="#2F88FF" stroke-linejoin="round" d="M37 35C37 32.7909 35.2091 31 33 31C30.7909 31 29 32.7909 29 35C29 37.2091 30.7909 39 33 39C35.2091 39 37 37.2091 37 35Z"/><path stroke-linecap="round" d="M4 35H10"/><path stroke-linecap="round" d="M18 35H29"/><path stroke-linecap="round" d="M37 35H44"/><path stroke-linecap="round" stroke-linejoin="round" d="M38 19L44 13L38 7"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 13H44"/></g></svg> </template>
CSS
.icon-outgoing {
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-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2035C18%2032.7909%2016.2091%2031%2014%2031C11.7909%2031%2010%2032.7909%2010%2035C10%2037.2091%2011.7909%2039%2014%2039C16.2091%2039%2018%2037.2091%2018%2035Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M37%2035C37%2032.7909%2035.2091%2031%2033%2031C30.7909%2031%2029%2032.7909%2029%2035C29%2037.2091%2030.7909%2039%2033%2039C35.2091%2039%2037%2037.2091%2037%2035Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2035H10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2035H29%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M37%2035H44%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M38%2019L44%2013L38%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2013H44%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-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2035C18%2032.7909%2016.2091%2031%2014%2031C11.7909%2031%2010%2032.7909%2010%2035C10%2037.2091%2011.7909%2039%2014%2039C16.2091%2039%2018%2037.2091%2018%2035Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M37%2035C37%2032.7909%2035.2091%2031%2033%2031C30.7909%2031%2029%2032.7909%2029%2035C29%2037.2091%2030.7909%2039%2033%2039C35.2091%2039%2037%2037.2091%2037%2035Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2035H10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2035H29%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M37%2035H44%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M38%2019L44%2013L38%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2013H44%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/outgoing.svg?color=%231a73e8&size=48