northeastarrow emoji

northeastarrow from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
northeastarrow
Set
Firefox OS Emoji
Style
Default
Category
Symbols
Viewbox
512×512
License
Apache 2.0

More symbols icons from Firefox OS Emoji

Use the northeastarrow 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="m356.911 324.52l39.333-194.373c1.813-8.961-6.097-16.871-15.058-15.058l-194.373 39.333c-9.99 2.022-13.708 14.352-6.501 21.559l29.008 29.008c4.99 4.99 4.99 13.08 0 18.07l-91.417 91.417c-4.99 4.99-4.99 13.08 0 18.07l60.882 60.882c4.99 4.99 13.08 4.99 18.07 0l91.417-91.417c4.99-4.99 13.08-4.99 18.07 0l29.009 29.009c7.208 7.208 19.538 3.49 21.56-6.5"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiNortheastarrow(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="m356.911 324.52l39.333-194.373c1.813-8.961-6.097-16.871-15.058-15.058l-194.373 39.333c-9.99 2.022-13.708 14.352-6.501 21.559l29.008 29.008c4.99 4.99 4.99 13.08 0 18.07l-91.417 91.417c-4.99 4.99-4.99 13.08 0 18.07l60.882 60.882c4.99 4.99 13.08 4.99 18.07 0l91.417-91.417c4.99-4.99 13.08-4.99 18.07 0l29.009 29.009c7.208 7.208 19.538 3.49 21.56-6.5"/></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="m356.911 324.52l39.333-194.373c1.813-8.961-6.097-16.871-15.058-15.058l-194.373 39.333c-9.99 2.022-13.708 14.352-6.501 21.559l29.008 29.008c4.99 4.99 4.99 13.08 0 18.07l-91.417 91.417c-4.99 4.99-4.99 13.08 0 18.07l60.882 60.882c4.99 4.99 13.08 4.99 18.07 0l91.417-91.417c4.99-4.99 13.08-4.99 18.07 0l29.009 29.009c7.208 7.208 19.538 3.49 21.56-6.5"/></svg>
</template>

CSS

.icon-northeastarrow {
  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%22m356.911%20324.52l39.333-194.373c1.813-8.961-6.097-16.871-15.058-15.058l-194.373%2039.333c-9.99%202.022-13.708%2014.352-6.501%2021.559l29.008%2029.008c4.99%204.99%204.99%2013.08%200%2018.07l-91.417%2091.417c-4.99%204.99-4.99%2013.08%200%2018.07l60.882%2060.882c4.99%204.99%2013.08%204.99%2018.07%200l91.417-91.417c4.99-4.99%2013.08-4.99%2018.07%200l29.009%2029.009c7.208%207.208%2019.538%203.49%2021.56-6.5%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%22m356.911%20324.52l39.333-194.373c1.813-8.961-6.097-16.871-15.058-15.058l-194.373%2039.333c-9.99%202.022-13.708%2014.352-6.501%2021.559l29.008%2029.008c4.99%204.99%204.99%2013.08%200%2018.07l-91.417%2091.417c-4.99%204.99-4.99%2013.08%200%2018.07l60.882%2060.882c4.99%204.99%2013.08%204.99%2018.07%200l91.417-91.417c4.99-4.99%2013.08-4.99%2018.07%200l29.009%2029.009c7.208%207.208%2019.538%203.49%2021.56-6.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/northeastarrow.svg?color=%231a73e8&size=48