soon arrow emoji
soon-arrow from Fluent Emoji Flat by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- soon-arrow
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Symbols
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More symbols icons from Fluent Emoji Flat
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the soon arrow emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#785dc8" d="M29.62 9.82L21.3 2.25a.956.956 0 0 0-1.6.71V6.6c0 .35-.29.64-.64.64H3.18C2.53 7.23 2 7.77 2 8.42v4.22c0 .66.53 1.19 1.19 1.19h15.88c.35 0 .64.29.64.64v3.64c0 .83.99 1.27 1.6.71l8.32-7.57a.977.977 0 0 0-.01-1.43M12.03 30c-1.73 0-3.14-1.41-3.14-3.14v-2.88c0-1.73 1.41-3.14 3.14-3.14s3.14 1.41 3.14 3.14v2.88c0 1.73-1.41 3.14-3.14 3.14m0-7.17c-.63 0-1.15.51-1.15 1.15v2.88a1.15 1.15 0 0 0 2.3 0v-2.88c0-.64-.52-1.15-1.15-1.15m3.95 4.03c0 1.73 1.41 3.14 3.14 3.14s3.14-1.41 3.14-3.14v-2.88c0-1.73-1.41-3.14-3.14-3.14s-3.14 1.41-3.14 3.14zm1.99-2.88a1.15 1.15 0 0 1 2.3 0v2.88a1.15 1.15 0 0 1-2.3 0zM5.38 30c-1.12 0-2.2-.41-3.03-1.16a.998.998 0 1 1 1.33-1.49c.47.42 1.07.65 1.7.65h.15c.28-.02.47-.12.59-.3c.14-.22.1-.43.06-.54a.69.69 0 0 0-.42-.43l-1.98-.74c-.76-.29-1.35-.89-1.61-1.67c-.25-.76-.16-1.58.27-2.24c.47-.74 1.23-1.17 2.16-1.23c.09-.01.18-.01.27-.01c1.12 0 2.2.41 3.03 1.16a.998.998 0 1 1-1.33 1.49c-.47-.42-1.07-.65-1.7-.65h-.15c-.28.02-.47.12-.59.3c-.14.22-.1.43-.06.54c.07.2.22.36.42.43l1.98.74c.76.29 1.35.89 1.61 1.67c.25.76.16 1.58-.27 2.24c-.47.74-1.23 1.17-2.16 1.23c-.09.01-.18.01-.27.01m22.73-.45c.18.29.5.45.83.45c.09 0 .19-.01.29-.04c.42-.13.71-.52.71-.96v-7.17c0-.55-.45-1-1-1s-1 .45-1 1v3.83l-2.87-4.38a.99.99 0 0 0-1.12-.41c-.42.13-.71.52-.71.96V29c0 .55.45 1 1 1s1-.45 1-1v-3.83z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatSoonArrow(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#785dc8" d="M29.62 9.82L21.3 2.25a.956.956 0 0 0-1.6.71V6.6c0 .35-.29.64-.64.64H3.18C2.53 7.23 2 7.77 2 8.42v4.22c0 .66.53 1.19 1.19 1.19h15.88c.35 0 .64.29.64.64v3.64c0 .83.99 1.27 1.6.71l8.32-7.57a.977.977 0 0 0-.01-1.43M12.03 30c-1.73 0-3.14-1.41-3.14-3.14v-2.88c0-1.73 1.41-3.14 3.14-3.14s3.14 1.41 3.14 3.14v2.88c0 1.73-1.41 3.14-3.14 3.14m0-7.17c-.63 0-1.15.51-1.15 1.15v2.88a1.15 1.15 0 0 0 2.3 0v-2.88c0-.64-.52-1.15-1.15-1.15m3.95 4.03c0 1.73 1.41 3.14 3.14 3.14s3.14-1.41 3.14-3.14v-2.88c0-1.73-1.41-3.14-3.14-3.14s-3.14 1.41-3.14 3.14zm1.99-2.88a1.15 1.15 0 0 1 2.3 0v2.88a1.15 1.15 0 0 1-2.3 0zM5.38 30c-1.12 0-2.2-.41-3.03-1.16a.998.998 0 1 1 1.33-1.49c.47.42 1.07.65 1.7.65h.15c.28-.02.47-.12.59-.3c.14-.22.1-.43.06-.54a.69.69 0 0 0-.42-.43l-1.98-.74c-.76-.29-1.35-.89-1.61-1.67c-.25-.76-.16-1.58.27-2.24c.47-.74 1.23-1.17 2.16-1.23c.09-.01.18-.01.27-.01c1.12 0 2.2.41 3.03 1.16a.998.998 0 1 1-1.33 1.49c-.47-.42-1.07-.65-1.7-.65h-.15c-.28.02-.47.12-.59.3c-.14.22-.1.43-.06.54c.07.2.22.36.42.43l1.98.74c.76.29 1.35.89 1.61 1.67c.25.76.16 1.58-.27 2.24c-.47.74-1.23 1.17-2.16 1.23c-.09.01-.18.01-.27.01m22.73-.45c.18.29.5.45.83.45c.09 0 .19-.01.29-.04c.42-.13.71-.52.71-.96v-7.17c0-.55-.45-1-1-1s-1 .45-1 1v3.83l-2.87-4.38a.99.99 0 0 0-1.12-.41c-.42.13-.71.52-.71.96V29c0 .55.45 1 1 1s1-.45 1-1v-3.83z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#785dc8" d="M29.62 9.82L21.3 2.25a.956.956 0 0 0-1.6.71V6.6c0 .35-.29.64-.64.64H3.18C2.53 7.23 2 7.77 2 8.42v4.22c0 .66.53 1.19 1.19 1.19h15.88c.35 0 .64.29.64.64v3.64c0 .83.99 1.27 1.6.71l8.32-7.57a.977.977 0 0 0-.01-1.43M12.03 30c-1.73 0-3.14-1.41-3.14-3.14v-2.88c0-1.73 1.41-3.14 3.14-3.14s3.14 1.41 3.14 3.14v2.88c0 1.73-1.41 3.14-3.14 3.14m0-7.17c-.63 0-1.15.51-1.15 1.15v2.88a1.15 1.15 0 0 0 2.3 0v-2.88c0-.64-.52-1.15-1.15-1.15m3.95 4.03c0 1.73 1.41 3.14 3.14 3.14s3.14-1.41 3.14-3.14v-2.88c0-1.73-1.41-3.14-3.14-3.14s-3.14 1.41-3.14 3.14zm1.99-2.88a1.15 1.15 0 0 1 2.3 0v2.88a1.15 1.15 0 0 1-2.3 0zM5.38 30c-1.12 0-2.2-.41-3.03-1.16a.998.998 0 1 1 1.33-1.49c.47.42 1.07.65 1.7.65h.15c.28-.02.47-.12.59-.3c.14-.22.1-.43.06-.54a.69.69 0 0 0-.42-.43l-1.98-.74c-.76-.29-1.35-.89-1.61-1.67c-.25-.76-.16-1.58.27-2.24c.47-.74 1.23-1.17 2.16-1.23c.09-.01.18-.01.27-.01c1.12 0 2.2.41 3.03 1.16a.998.998 0 1 1-1.33 1.49c-.47-.42-1.07-.65-1.7-.65h-.15c-.28.02-.47.12-.59.3c-.14.22-.1.43-.06.54c.07.2.22.36.42.43l1.98.74c.76.29 1.35.89 1.61 1.67c.25.76.16 1.58-.27 2.24c-.47.74-1.23 1.17-2.16 1.23c-.09.01-.18.01-.27.01m22.73-.45c.18.29.5.45.83.45c.09 0 .19-.01.29-.04c.42-.13.71-.52.71-.96v-7.17c0-.55-.45-1-1-1s-1 .45-1 1v3.83l-2.87-4.38a.99.99 0 0 0-1.12-.41c-.42.13-.71.52-.71.96V29c0 .55.45 1 1 1s1-.45 1-1v-3.83z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22%23785dc8%22%20d%3D%22M29.62%209.82L21.3%202.25a.956.956%200%200%200-1.6.71V6.6c0%20.35-.29.64-.64.64H3.18C2.53%207.23%202%207.77%202%208.42v4.22c0%20.66.53%201.19%201.19%201.19h15.88c.35%200%20.64.29.64.64v3.64c0%20.83.99%201.27%201.6.71l8.32-7.57a.977.977%200%200%200-.01-1.43M12.03%2030c-1.73%200-3.14-1.41-3.14-3.14v-2.88c0-1.73%201.41-3.14%203.14-3.14s3.14%201.41%203.14%203.14v2.88c0%201.73-1.41%203.14-3.14%203.14m0-7.17c-.63%200-1.15.51-1.15%201.15v2.88a1.15%201.15%200%200%200%202.3%200v-2.88c0-.64-.52-1.15-1.15-1.15m3.95%204.03c0%201.73%201.41%203.14%203.14%203.14s3.14-1.41%203.14-3.14v-2.88c0-1.73-1.41-3.14-3.14-3.14s-3.14%201.41-3.14%203.14zm1.99-2.88a1.15%201.15%200%200%201%202.3%200v2.88a1.15%201.15%200%200%201-2.3%200zM5.38%2030c-1.12%200-2.2-.41-3.03-1.16a.998.998%200%201%201%201.33-1.49c.47.42%201.07.65%201.7.65h.15c.28-.02.47-.12.59-.3c.14-.22.1-.43.06-.54a.69.69%200%200%200-.42-.43l-1.98-.74c-.76-.29-1.35-.89-1.61-1.67c-.25-.76-.16-1.58.27-2.24c.47-.74%201.23-1.17%202.16-1.23c.09-.01.18-.01.27-.01c1.12%200%202.2.41%203.03%201.16a.998.998%200%201%201-1.33%201.49c-.47-.42-1.07-.65-1.7-.65h-.15c-.28.02-.47.12-.59.3c-.14.22-.1.43-.06.54c.07.2.22.36.42.43l1.98.74c.76.29%201.35.89%201.61%201.67c.25.76.16%201.58-.27%202.24c-.47.74-1.23%201.17-2.16%201.23c-.09.01-.18.01-.27.01m22.73-.45c.18.29.5.45.83.45c.09%200%20.19-.01.29-.04c.42-.13.71-.52.71-.96v-7.17c0-.55-.45-1-1-1s-1%20.45-1%201v3.83l-2.87-4.38a.99.99%200%200%200-1.12-.41c-.42.13-.71.52-.71.96V29c0%20.55.45%201%201%201s1-.45%201-1v-3.83z%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23785dc8%22%20d%3D%22M29.62%209.82L21.3%202.25a.956.956%200%200%200-1.6.71V6.6c0%20.35-.29.64-.64.64H3.18C2.53%207.23%202%207.77%202%208.42v4.22c0%20.66.53%201.19%201.19%201.19h15.88c.35%200%20.64.29.64.64v3.64c0%20.83.99%201.27%201.6.71l8.32-7.57a.977.977%200%200%200-.01-1.43M12.03%2030c-1.73%200-3.14-1.41-3.14-3.14v-2.88c0-1.73%201.41-3.14%203.14-3.14s3.14%201.41%203.14%203.14v2.88c0%201.73-1.41%203.14-3.14%203.14m0-7.17c-.63%200-1.15.51-1.15%201.15v2.88a1.15%201.15%200%200%200%202.3%200v-2.88c0-.64-.52-1.15-1.15-1.15m3.95%204.03c0%201.73%201.41%203.14%203.14%203.14s3.14-1.41%203.14-3.14v-2.88c0-1.73-1.41-3.14-3.14-3.14s-3.14%201.41-3.14%203.14zm1.99-2.88a1.15%201.15%200%200%201%202.3%200v2.88a1.15%201.15%200%200%201-2.3%200zM5.38%2030c-1.12%200-2.2-.41-3.03-1.16a.998.998%200%201%201%201.33-1.49c.47.42%201.07.65%201.7.65h.15c.28-.02.47-.12.59-.3c.14-.22.1-.43.06-.54a.69.69%200%200%200-.42-.43l-1.98-.74c-.76-.29-1.35-.89-1.61-1.67c-.25-.76-.16-1.58.27-2.24c.47-.74%201.23-1.17%202.16-1.23c.09-.01.18-.01.27-.01c1.12%200%202.2.41%203.03%201.16a.998.998%200%201%201-1.33%201.49c-.47-.42-1.07-.65-1.7-.65h-.15c-.28.02-.47.12-.59.3c-.14.22-.1.43-.06.54c.07.2.22.36.42.43l1.98.74c.76.29%201.35.89%201.61%201.67c.25.76.16%201.58-.27%202.24c-.47.74-1.23%201.17-2.16%201.23c-.09.01-.18.01-.27.01m22.73-.45c.18.29.5.45.83.45c.09%200%20.19-.01.29-.04c.42-.13.71-.52.71-.96v-7.17c0-.55-.45-1-1-1s-1%20.45-1%201v3.83l-2.87-4.38a.99.99%200%200%200-1.12-.41c-.42.13-.71.52-.71.96V29c0%20.55.45%201%201%201s1-.45%201-1v-3.83z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/soon-arrow.svg?color=%231a73e8&size=48