soon arrow emoji
soon-arrow from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- soon-arrow
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Symbols
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Emoji One (Colored)
Use the soon arrow emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#4d5357" d="M61 18L45 2v10H3v12h42v10zM8 62c-3.3 0-6-2.8-6-6.3h3c0 1.6 1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3c-3.3 0-6-2.8-6-6.3C2 42.8 4.7 40 8 40s6 2.8 6 6.3h-3c0-1.6-1.3-3-3-3s-3 1.3-3 3s1.3 3 3 3c3.3 0 6 2.8 6 6.3c0 3.6-2.7 6.4-6 6.4m16 0c-3.3 0-6-2.8-6-6.3v-9.3c0-3.5 2.7-6.3 6-6.3s6 2.8 6 6.3v9.3c0 3.5-2.7 6.3-6 6.3m0-18.6c-1.7 0-3 1.3-3 3v9.3c0 1.6 1.3 3 3 3s3-1.3 3-3v-9.3c0-1.7-1.3-3-3-3M40 62c-3.3 0-6-2.8-6-6.3v-9.3c0-3.5 2.7-6.3 6-6.3s6 2.8 6 6.3v9.3c0 3.5-2.7 6.3-6 6.3m0-18.6c-1.7 0-3 1.3-3 3v9.3c0 1.6 1.3 3 3 3s3-1.3 3-3v-9.3c0-1.7-1.3-3-3-3m13 4.3L58.8 62H62V40h-3v14.3L53.2 40H50v22h3z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneSoonArrow(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#4d5357" d="M61 18L45 2v10H3v12h42v10zM8 62c-3.3 0-6-2.8-6-6.3h3c0 1.6 1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3c-3.3 0-6-2.8-6-6.3C2 42.8 4.7 40 8 40s6 2.8 6 6.3h-3c0-1.6-1.3-3-3-3s-3 1.3-3 3s1.3 3 3 3c3.3 0 6 2.8 6 6.3c0 3.6-2.7 6.4-6 6.4m16 0c-3.3 0-6-2.8-6-6.3v-9.3c0-3.5 2.7-6.3 6-6.3s6 2.8 6 6.3v9.3c0 3.5-2.7 6.3-6 6.3m0-18.6c-1.7 0-3 1.3-3 3v9.3c0 1.6 1.3 3 3 3s3-1.3 3-3v-9.3c0-1.7-1.3-3-3-3M40 62c-3.3 0-6-2.8-6-6.3v-9.3c0-3.5 2.7-6.3 6-6.3s6 2.8 6 6.3v9.3c0 3.5-2.7 6.3-6 6.3m0-18.6c-1.7 0-3 1.3-3 3v9.3c0 1.6 1.3 3 3 3s3-1.3 3-3v-9.3c0-1.7-1.3-3-3-3m13 4.3L58.8 62H62V40h-3v14.3L53.2 40H50v22h3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#4d5357" d="M61 18L45 2v10H3v12h42v10zM8 62c-3.3 0-6-2.8-6-6.3h3c0 1.6 1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3c-3.3 0-6-2.8-6-6.3C2 42.8 4.7 40 8 40s6 2.8 6 6.3h-3c0-1.6-1.3-3-3-3s-3 1.3-3 3s1.3 3 3 3c3.3 0 6 2.8 6 6.3c0 3.6-2.7 6.4-6 6.4m16 0c-3.3 0-6-2.8-6-6.3v-9.3c0-3.5 2.7-6.3 6-6.3s6 2.8 6 6.3v9.3c0 3.5-2.7 6.3-6 6.3m0-18.6c-1.7 0-3 1.3-3 3v9.3c0 1.6 1.3 3 3 3s3-1.3 3-3v-9.3c0-1.7-1.3-3-3-3M40 62c-3.3 0-6-2.8-6-6.3v-9.3c0-3.5 2.7-6.3 6-6.3s6 2.8 6 6.3v9.3c0 3.5-2.7 6.3-6 6.3m0-18.6c-1.7 0-3 1.3-3 3v9.3c0 1.6 1.3 3 3 3s3-1.3 3-3v-9.3c0-1.7-1.3-3-3-3m13 4.3L58.8 62H62V40h-3v14.3L53.2 40H50v22h3z"/></svg> </template>
CSS
.icon-soon-arrow {
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%2064%2064%22%3E%3Cpath%20fill%3D%22%234d5357%22%20d%3D%22M61%2018L45%202v10H3v12h42v10zM8%2062c-3.3%200-6-2.8-6-6.3h3c0%201.6%201.3%203%203%203s3-1.3%203-3s-1.3-3-3-3c-3.3%200-6-2.8-6-6.3C2%2042.8%204.7%2040%208%2040s6%202.8%206%206.3h-3c0-1.6-1.3-3-3-3s-3%201.3-3%203s1.3%203%203%203c3.3%200%206%202.8%206%206.3c0%203.6-2.7%206.4-6%206.4m16%200c-3.3%200-6-2.8-6-6.3v-9.3c0-3.5%202.7-6.3%206-6.3s6%202.8%206%206.3v9.3c0%203.5-2.7%206.3-6%206.3m0-18.6c-1.7%200-3%201.3-3%203v9.3c0%201.6%201.3%203%203%203s3-1.3%203-3v-9.3c0-1.7-1.3-3-3-3M40%2062c-3.3%200-6-2.8-6-6.3v-9.3c0-3.5%202.7-6.3%206-6.3s6%202.8%206%206.3v9.3c0%203.5-2.7%206.3-6%206.3m0-18.6c-1.7%200-3%201.3-3%203v9.3c0%201.6%201.3%203%203%203s3-1.3%203-3v-9.3c0-1.7-1.3-3-3-3m13%204.3L58.8%2062H62V40h-3v14.3L53.2%2040H50v22h3z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%234d5357%22%20d%3D%22M61%2018L45%202v10H3v12h42v10zM8%2062c-3.3%200-6-2.8-6-6.3h3c0%201.6%201.3%203%203%203s3-1.3%203-3s-1.3-3-3-3c-3.3%200-6-2.8-6-6.3C2%2042.8%204.7%2040%208%2040s6%202.8%206%206.3h-3c0-1.6-1.3-3-3-3s-3%201.3-3%203s1.3%203%203%203c3.3%200%206%202.8%206%206.3c0%203.6-2.7%206.4-6%206.4m16%200c-3.3%200-6-2.8-6-6.3v-9.3c0-3.5%202.7-6.3%206-6.3s6%202.8%206%206.3v9.3c0%203.5-2.7%206.3-6%206.3m0-18.6c-1.7%200-3%201.3-3%203v9.3c0%201.6%201.3%203%203%203s3-1.3%203-3v-9.3c0-1.7-1.3-3-3-3M40%2062c-3.3%200-6-2.8-6-6.3v-9.3c0-3.5%202.7-6.3%206-6.3s6%202.8%206%206.3v9.3c0%203.5-2.7%206.3-6%206.3m0-18.6c-1.7%200-3%201.3-3%203v9.3c0%201.6%201.3%203%203%203s3-1.3%203-3v-9.3c0-1.7-1.3-3-3-3m13%204.3L58.8%2062H62V40h-3v14.3L53.2%2040H50v22h3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/soon-arrow.svg?color=%231a73e8&size=48