southeastarrow emoji
southeastarrow from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- southeastarrow
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 512×512
- License
- Apache 2.0
More symbols icons from Firefox OS Emoji
alarmclockantennawithbarsanticlockwiseupwardsanddownwardsarrowsaquariusariesarrowrightwardsdownwardsarrowrightwardsupwardsautomatedtellermachinebabysymbolbackwithleftwardsarrowbaggageclaimballotboxwithcheckblackclubsuitblackdiamondsuitblackdownpointingdoublearrowblackheartsuitblacklargesquareblackleftpointingarrowblackleftpointingdoublearrowblackmediumsmallsquareblackmediumsquareblackquestionmarkblackrightpointingarrowblackrightpointingdoublearrow
Use the southeastarrow emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M500.951 39.183c0-15.84-12.96-28.8-28.8-28.8H35.636c-14.256 0-25.92 11.664-25.92 25.92v439.394c0 14.256 11.664 25.92 25.92 25.92H472.15c15.84 0 28.8-12.96 28.8-28.8V39.183z"/><path fill="#2B5770" d="M475.031 10.383h-.149v453.166c0 6.6-5.4 12-12 12H9.716v.149c0 14.256 11.664 25.92 25.92 25.92H475.03c14.256 0 25.92-11.664 25.92-25.92V36.303c.001-14.256-11.663-25.92-25.919-25.92"/><path fill="#F9F9F7" d="m186.813 357.577l194.373 39.333c8.961 1.813 16.871-6.097 15.058-15.058L356.911 187.48c-2.022-9.99-14.352-13.708-21.559-6.501l-29.008 29.008c-4.99 4.99-13.08 4.99-18.07 0l-91.417-91.417c-4.99-4.99-13.08-4.99-18.07 0l-60.882 60.882c-4.99 4.99-4.99 13.08 0 18.07l91.417 91.417c4.99 4.99 4.99 13.08 0 18.07l-29.008 29.009c-7.209 7.208-3.491 19.538 6.499 21.559"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiSoutheastarrow(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M500.951 39.183c0-15.84-12.96-28.8-28.8-28.8H35.636c-14.256 0-25.92 11.664-25.92 25.92v439.394c0 14.256 11.664 25.92 25.92 25.92H472.15c15.84 0 28.8-12.96 28.8-28.8V39.183z"/><path fill="#2B5770" d="M475.031 10.383h-.149v453.166c0 6.6-5.4 12-12 12H9.716v.149c0 14.256 11.664 25.92 25.92 25.92H475.03c14.256 0 25.92-11.664 25.92-25.92V36.303c.001-14.256-11.663-25.92-25.919-25.92"/><path fill="#F9F9F7" d="m186.813 357.577l194.373 39.333c8.961 1.813 16.871-6.097 15.058-15.058L356.911 187.48c-2.022-9.99-14.352-13.708-21.559-6.501l-29.008 29.008c-4.99 4.99-13.08 4.99-18.07 0l-91.417-91.417c-4.99-4.99-13.08-4.99-18.07 0l-60.882 60.882c-4.99 4.99-4.99 13.08 0 18.07l91.417 91.417c4.99 4.99 4.99 13.08 0 18.07l-29.008 29.009c-7.209 7.208-3.491 19.538 6.499 21.559"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M500.951 39.183c0-15.84-12.96-28.8-28.8-28.8H35.636c-14.256 0-25.92 11.664-25.92 25.92v439.394c0 14.256 11.664 25.92 25.92 25.92H472.15c15.84 0 28.8-12.96 28.8-28.8V39.183z"/><path fill="#2B5770" d="M475.031 10.383h-.149v453.166c0 6.6-5.4 12-12 12H9.716v.149c0 14.256 11.664 25.92 25.92 25.92H475.03c14.256 0 25.92-11.664 25.92-25.92V36.303c.001-14.256-11.663-25.92-25.919-25.92"/><path fill="#F9F9F7" d="m186.813 357.577l194.373 39.333c8.961 1.813 16.871-6.097 15.058-15.058L356.911 187.48c-2.022-9.99-14.352-13.708-21.559-6.501l-29.008 29.008c-4.99 4.99-13.08 4.99-18.07 0l-91.417-91.417c-4.99-4.99-13.08-4.99-18.07 0l-60.882 60.882c-4.99 4.99-4.99 13.08 0 18.07l91.417 91.417c4.99 4.99 4.99 13.08 0 18.07l-29.008 29.009c-7.209 7.208-3.491 19.538 6.499 21.559"/></svg> </template>
CSS
.icon-southeastarrow {
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%20512%20512%22%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M500.951%2039.183c0-15.84-12.96-28.8-28.8-28.8H35.636c-14.256%200-25.92%2011.664-25.92%2025.92v439.394c0%2014.256%2011.664%2025.92%2025.92%2025.92H472.15c15.84%200%2028.8-12.96%2028.8-28.8V39.183z%22%2F%3E%3Cpath%20fill%3D%22%232B5770%22%20d%3D%22M475.031%2010.383h-.149v453.166c0%206.6-5.4%2012-12%2012H9.716v.149c0%2014.256%2011.664%2025.92%2025.92%2025.92H475.03c14.256%200%2025.92-11.664%2025.92-25.92V36.303c.001-14.256-11.663-25.92-25.919-25.92%22%2F%3E%3Cpath%20fill%3D%22%23F9F9F7%22%20d%3D%22m186.813%20357.577l194.373%2039.333c8.961%201.813%2016.871-6.097%2015.058-15.058L356.911%20187.48c-2.022-9.99-14.352-13.708-21.559-6.501l-29.008%2029.008c-4.99%204.99-13.08%204.99-18.07%200l-91.417-91.417c-4.99-4.99-13.08-4.99-18.07%200l-60.882%2060.882c-4.99%204.99-4.99%2013.08%200%2018.07l91.417%2091.417c4.99%204.99%204.99%2013.08%200%2018.07l-29.008%2029.009c-7.209%207.208-3.491%2019.538%206.499%2021.559%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M500.951%2039.183c0-15.84-12.96-28.8-28.8-28.8H35.636c-14.256%200-25.92%2011.664-25.92%2025.92v439.394c0%2014.256%2011.664%2025.92%2025.92%2025.92H472.15c15.84%200%2028.8-12.96%2028.8-28.8V39.183z%22%2F%3E%3Cpath%20fill%3D%22%232B5770%22%20d%3D%22M475.031%2010.383h-.149v453.166c0%206.6-5.4%2012-12%2012H9.716v.149c0%2014.256%2011.664%2025.92%2025.92%2025.92H475.03c14.256%200%2025.92-11.664%2025.92-25.92V36.303c.001-14.256-11.663-25.92-25.919-25.92%22%2F%3E%3Cpath%20fill%3D%22%23F9F9F7%22%20d%3D%22m186.813%20357.577l194.373%2039.333c8.961%201.813%2016.871-6.097%2015.058-15.058L356.911%20187.48c-2.022-9.99-14.352-13.708-21.559-6.501l-29.008%2029.008c-4.99%204.99-13.08%204.99-18.07%200l-91.417-91.417c-4.99-4.99-13.08-4.99-18.07%200l-60.882%2060.882c-4.99%204.99-4.99%2013.08%200%2018.07l91.417%2091.417c4.99%204.99%204.99%2013.08%200%2018.07l-29.008%2029.009c-7.209%207.208-3.491%2019.538%206.499%2021.559%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/southeastarrow.svg?color=%231a73e8&size=48