blackuppointingdoublearrow emoji
blackuppointingdoublearrow from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- blackuppointingdoublearrow
- 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 blackuppointingdoublearrow emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#2B5770" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#F9F9F7" d="M287.931 275.377h76.558c10.24 0 16.358-11.401 10.697-19.933L266.03 90.903c-5.078-7.654-16.317-7.654-21.394 0l-109.155 164.54c-5.661 8.533.458 19.933 10.697 19.933h76.558l-87.255 131.528c-5.661 8.533.458 19.933 10.697 19.933h218.311c10.24 0 16.358-11.401 10.697-19.933z"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiBlackuppointingdoublearrow(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="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#2B5770" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#F9F9F7" d="M287.931 275.377h76.558c10.24 0 16.358-11.401 10.697-19.933L266.03 90.903c-5.078-7.654-16.317-7.654-21.394 0l-109.155 164.54c-5.661 8.533.458 19.933 10.697 19.933h76.558l-87.255 131.528c-5.661 8.533.458 19.933 10.697 19.933h218.311c10.24 0 16.358-11.401 10.697-19.933z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#2B5770" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#F9F9F7" d="M287.931 275.377h76.558c10.24 0 16.358-11.401 10.697-19.933L266.03 90.903c-5.078-7.654-16.317-7.654-21.394 0l-109.155 164.54c-5.661 8.533.458 19.933 10.697 19.933h76.558l-87.255 131.528c-5.661 8.533.458 19.933 10.697 19.933h218.311c10.24 0 16.358-11.401 10.697-19.933z"/></svg> </template>
CSS
.icon-blackuppointingdoublearrow {
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%22M508.333%2032.666C508.333%2016.35%20494.984%203%20478.668%203H29.032C14.348%203%202.333%2015.015%202.333%2029.699v452.602C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666z%22%2F%3E%3Cpath%20fill%3D%22%232B5770%22%20d%3D%22M478.668%20488.915H29.032c-14.684%200-26.699-12.015-26.699-26.699v20.085C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666v-20.085c0%2016.316-13.349%2029.666-29.665%2029.666%22%2F%3E%3Cpath%20fill%3D%22%23F9F9F7%22%20d%3D%22M287.931%20275.377h76.558c10.24%200%2016.358-11.401%2010.697-19.933L266.03%2090.903c-5.078-7.654-16.317-7.654-21.394%200l-109.155%20164.54c-5.661%208.533.458%2019.933%2010.697%2019.933h76.558l-87.255%20131.528c-5.661%208.533.458%2019.933%2010.697%2019.933h218.311c10.24%200%2016.358-11.401%2010.697-19.933z%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%22M508.333%2032.666C508.333%2016.35%20494.984%203%20478.668%203H29.032C14.348%203%202.333%2015.015%202.333%2029.699v452.602C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666z%22%2F%3E%3Cpath%20fill%3D%22%232B5770%22%20d%3D%22M478.668%20488.915H29.032c-14.684%200-26.699-12.015-26.699-26.699v20.085C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666v-20.085c0%2016.316-13.349%2029.666-29.665%2029.666%22%2F%3E%3Cpath%20fill%3D%22%23F9F9F7%22%20d%3D%22M287.931%20275.377h76.558c10.24%200%2016.358-11.401%2010.697-19.933L266.03%2090.903c-5.078-7.654-16.317-7.654-21.394%200l-109.155%20164.54c-5.661%208.533.458%2019.933%2010.697%2019.933h76.558l-87.255%20131.528c-5.661%208.533.458%2019.933%2010.697%2019.933h218.311c10.24%200%2016.358-11.401%2010.697-19.933z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/blackuppointingdoublearrow.svg?color=%231a73e8&size=48