northwestarrow emoji
northwestarrow from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- northwestarrow
- 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 northwestarrow 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="M323.853 154.423L129.48 115.09c-8.961-1.813-16.871 6.097-15.058 15.058l39.333 194.373c2.022 9.99 14.352 13.708 21.559 6.501l29.008-29.009c4.99-4.99 13.08-4.99 18.07 0l91.417 91.417c4.99 4.99 13.08 4.99 18.07 0l60.882-60.882c4.99-4.99 4.99-13.08 0-18.07l-91.417-91.417c-4.99-4.99-4.99-13.08 0-18.07l29.009-29.008c7.208-7.209 3.49-19.539-6.5-21.56"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiNorthwestarrow(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="M323.853 154.423L129.48 115.09c-8.961-1.813-16.871 6.097-15.058 15.058l39.333 194.373c2.022 9.99 14.352 13.708 21.559 6.501l29.008-29.009c4.99-4.99 13.08-4.99 18.07 0l91.417 91.417c4.99 4.99 13.08 4.99 18.07 0l60.882-60.882c4.99-4.99 4.99-13.08 0-18.07l-91.417-91.417c-4.99-4.99-4.99-13.08 0-18.07l29.009-29.008c7.208-7.209 3.49-19.539-6.5-21.56"/></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="M323.853 154.423L129.48 115.09c-8.961-1.813-16.871 6.097-15.058 15.058l39.333 194.373c2.022 9.99 14.352 13.708 21.559 6.501l29.008-29.009c4.99-4.99 13.08-4.99 18.07 0l91.417 91.417c4.99 4.99 13.08 4.99 18.07 0l60.882-60.882c4.99-4.99 4.99-13.08 0-18.07l-91.417-91.417c-4.99-4.99-4.99-13.08 0-18.07l29.009-29.008c7.208-7.209 3.49-19.539-6.5-21.56"/></svg> </template>
CSS
.icon-northwestarrow {
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%22M323.853%20154.423L129.48%20115.09c-8.961-1.813-16.871%206.097-15.058%2015.058l39.333%20194.373c2.022%209.99%2014.352%2013.708%2021.559%206.501l29.008-29.009c4.99-4.99%2013.08-4.99%2018.07%200l91.417%2091.417c4.99%204.99%2013.08%204.99%2018.07%200l60.882-60.882c4.99-4.99%204.99-13.08%200-18.07l-91.417-91.417c-4.99-4.99-4.99-13.08%200-18.07l29.009-29.008c7.208-7.209%203.49-19.539-6.5-21.56%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%22M323.853%20154.423L129.48%20115.09c-8.961-1.813-16.871%206.097-15.058%2015.058l39.333%20194.373c2.022%209.99%2014.352%2013.708%2021.559%206.501l29.008-29.009c4.99-4.99%2013.08-4.99%2018.07%200l91.417%2091.417c4.99%204.99%2013.08%204.99%2018.07%200l60.882-60.882c4.99-4.99%204.99-13.08%200-18.07l-91.417-91.417c-4.99-4.99-4.99-13.08%200-18.07l29.009-29.008c7.208-7.209%203.49-19.539-6.5-21.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/northwestarrow.svg?color=%231a73e8&size=48