incoming icon
incoming from IconPark by ByteDance · Color · Arrows · Apache-2.0 Free for personal and commercial use.
- Name
- incoming
- 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 incoming 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 13C18 10.7909 16.2091 9 14 9C11.7909 9 10 10.7909 10 13C10 15.2091 11.7909 17 14 17C16.2091 17 18 15.2091 18 13Z"/><path fill="#2F88FF" stroke-linejoin="round" d="M37 13C37 10.7909 35.2091 9 33 9C30.7909 9 29 10.7909 29 13C29 15.2091 30.7909 17 33 17C35.2091 17 37 15.2091 37 13Z"/><path stroke-linecap="round" d="M4 13H10"/><path stroke-linecap="round" d="M18 13H29"/><path stroke-linecap="round" d="M37 13H44"/><path stroke-linecap="round" stroke-linejoin="round" d="M10 29L4 35L10 41"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 35H44"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkIncoming(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 13C18 10.7909 16.2091 9 14 9C11.7909 9 10 10.7909 10 13C10 15.2091 11.7909 17 14 17C16.2091 17 18 15.2091 18 13Z"/><path fill="#2F88FF" strokeLinejoin="round" d="M37 13C37 10.7909 35.2091 9 33 9C30.7909 9 29 10.7909 29 13C29 15.2091 30.7909 17 33 17C35.2091 17 37 15.2091 37 13Z"/><path strokeLinecap="round" d="M4 13H10"/><path strokeLinecap="round" d="M18 13H29"/><path strokeLinecap="round" d="M37 13H44"/><path strokeLinecap="round" strokeLinejoin="round" d="M10 29L4 35L10 41"/><path strokeLinecap="round" strokeLinejoin="round" d="M4 35H44"/></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 13C18 10.7909 16.2091 9 14 9C11.7909 9 10 10.7909 10 13C10 15.2091 11.7909 17 14 17C16.2091 17 18 15.2091 18 13Z"/><path fill="#2F88FF" stroke-linejoin="round" d="M37 13C37 10.7909 35.2091 9 33 9C30.7909 9 29 10.7909 29 13C29 15.2091 30.7909 17 33 17C35.2091 17 37 15.2091 37 13Z"/><path stroke-linecap="round" d="M4 13H10"/><path stroke-linecap="round" d="M18 13H29"/><path stroke-linecap="round" d="M37 13H44"/><path stroke-linecap="round" stroke-linejoin="round" d="M10 29L4 35L10 41"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 35H44"/></g></svg> </template>
CSS
.icon-incoming {
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%2013C18%2010.7909%2016.2091%209%2014%209C11.7909%209%2010%2010.7909%2010%2013C10%2015.2091%2011.7909%2017%2014%2017C16.2091%2017%2018%2015.2091%2018%2013Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M37%2013C37%2010.7909%2035.2091%209%2033%209C30.7909%209%2029%2010.7909%2029%2013C29%2015.2091%2030.7909%2017%2033%2017C35.2091%2017%2037%2015.2091%2037%2013Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2013H10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2013H29%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M37%2013H44%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2029L4%2035L10%2041%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2035H44%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%2013C18%2010.7909%2016.2091%209%2014%209C11.7909%209%2010%2010.7909%2010%2013C10%2015.2091%2011.7909%2017%2014%2017C16.2091%2017%2018%2015.2091%2018%2013Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M37%2013C37%2010.7909%2035.2091%209%2033%209C30.7909%209%2029%2010.7909%2029%2013C29%2015.2091%2030.7909%2017%2033%2017C35.2091%2017%2037%2015.2091%2037%2013Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2013H10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2013H29%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M37%2013H44%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2029L4%2035L10%2041%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2035H44%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/incoming.svg?color=%231a73e8&size=48