currency exchange emoji
currency-exchange from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- currency-exchange
- Set
- Twitter Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
currency-exchangeBootstrap Iconscurrency-exchangeEmoji One (Colored)currency-exchangeFluent Emojicurrency-exchangeFluent Emoji Flatcurrency-exchangeFluent Emoji High Contrastcurrency-exchangeMaterial Symbolscurrency-exchangeMaterial Symbols Lightcurrency-exchangeNoto Emojicurrency-exchangeOpenMojicurrency-exchangeTDesign Icons
More symbols icons from Twitter Emoji
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 currency exchange emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M15.068 14.278c0-4.719-8.7-4.411-8.7-7.261c0-1.379 1.32-2.053 2.85-2.053c2.574 0 3.032 1.654 4.198 1.654c.824 0 1.223-.521 1.223-1.103c0-1.353-2.053-2.378-4.021-2.732V1.476a1.476 1.476 0 0 0-2.952 0v1.353c-2.147.489-3.992 1.978-3.992 4.404c0 4.532 8.698 4.349 8.698 7.532c0 1.103-1.193 2.207-3.155 2.207c-2.941 0-3.921-1.992-5.115-1.992c-.582 0-1.103.49-1.103 1.23c0 1.17 1.965 2.581 4.667 2.976l-.001.01v1.473a1.477 1.477 0 1 0 2.953 0v-1.473c0-.018-.008-.031-.009-.047c2.431-.453 4.459-2.039 4.459-4.871m8.828 11.598h-4.104c-.688 0-1.227-.327-1.227-.985c0-.661.539-.99 1.227-.99h2.876l-4.792-7.399c-.298-.449-.449-.775-.449-1.195c0-.571.57-.99 1.049-.99c.481 0 .958.21 1.378.839l5.36 8.058l5.362-8.058c.419-.629.897-.839 1.378-.839c.477 0 1.046.419 1.046.99c0 .42-.148.746-.448 1.195L27.76 23.9h2.875c.689 0 1.229.329 1.229.99c0 .658-.539.985-1.229.985h-4.102v2.126h4.102c.689 0 1.229.332 1.229.99s-.539.987-1.229.987h-4.102v4.611c0 .868-.539 1.41-1.319 1.41c-.778 0-1.317-.542-1.317-1.41v-4.611h-4.104c-.688 0-1.227-.329-1.227-.987s.539-.99 1.227-.99h4.104v-2.125z"/><path fill="#67757f" d="M23.875 6.125L17 2l4.125 6.875L17 13h11V2zm-14.75 23.75L16 34l-4.125-6.875L16 23H5v11z"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiCurrencyExchange(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M15.068 14.278c0-4.719-8.7-4.411-8.7-7.261c0-1.379 1.32-2.053 2.85-2.053c2.574 0 3.032 1.654 4.198 1.654c.824 0 1.223-.521 1.223-1.103c0-1.353-2.053-2.378-4.021-2.732V1.476a1.476 1.476 0 0 0-2.952 0v1.353c-2.147.489-3.992 1.978-3.992 4.404c0 4.532 8.698 4.349 8.698 7.532c0 1.103-1.193 2.207-3.155 2.207c-2.941 0-3.921-1.992-5.115-1.992c-.582 0-1.103.49-1.103 1.23c0 1.17 1.965 2.581 4.667 2.976l-.001.01v1.473a1.477 1.477 0 1 0 2.953 0v-1.473c0-.018-.008-.031-.009-.047c2.431-.453 4.459-2.039 4.459-4.871m8.828 11.598h-4.104c-.688 0-1.227-.327-1.227-.985c0-.661.539-.99 1.227-.99h2.876l-4.792-7.399c-.298-.449-.449-.775-.449-1.195c0-.571.57-.99 1.049-.99c.481 0 .958.21 1.378.839l5.36 8.058l5.362-8.058c.419-.629.897-.839 1.378-.839c.477 0 1.046.419 1.046.99c0 .42-.148.746-.448 1.195L27.76 23.9h2.875c.689 0 1.229.329 1.229.99c0 .658-.539.985-1.229.985h-4.102v2.126h4.102c.689 0 1.229.332 1.229.99s-.539.987-1.229.987h-4.102v4.611c0 .868-.539 1.41-1.319 1.41c-.778 0-1.317-.542-1.317-1.41v-4.611h-4.104c-.688 0-1.227-.329-1.227-.987s.539-.99 1.227-.99h4.104v-2.125z"/><path fill="#67757f" d="M23.875 6.125L17 2l4.125 6.875L17 13h11V2zm-14.75 23.75L16 34l-4.125-6.875L16 23H5v11z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M15.068 14.278c0-4.719-8.7-4.411-8.7-7.261c0-1.379 1.32-2.053 2.85-2.053c2.574 0 3.032 1.654 4.198 1.654c.824 0 1.223-.521 1.223-1.103c0-1.353-2.053-2.378-4.021-2.732V1.476a1.476 1.476 0 0 0-2.952 0v1.353c-2.147.489-3.992 1.978-3.992 4.404c0 4.532 8.698 4.349 8.698 7.532c0 1.103-1.193 2.207-3.155 2.207c-2.941 0-3.921-1.992-5.115-1.992c-.582 0-1.103.49-1.103 1.23c0 1.17 1.965 2.581 4.667 2.976l-.001.01v1.473a1.477 1.477 0 1 0 2.953 0v-1.473c0-.018-.008-.031-.009-.047c2.431-.453 4.459-2.039 4.459-4.871m8.828 11.598h-4.104c-.688 0-1.227-.327-1.227-.985c0-.661.539-.99 1.227-.99h2.876l-4.792-7.399c-.298-.449-.449-.775-.449-1.195c0-.571.57-.99 1.049-.99c.481 0 .958.21 1.378.839l5.36 8.058l5.362-8.058c.419-.629.897-.839 1.378-.839c.477 0 1.046.419 1.046.99c0 .42-.148.746-.448 1.195L27.76 23.9h2.875c.689 0 1.229.329 1.229.99c0 .658-.539.985-1.229.985h-4.102v2.126h4.102c.689 0 1.229.332 1.229.99s-.539.987-1.229.987h-4.102v4.611c0 .868-.539 1.41-1.319 1.41c-.778 0-1.317-.542-1.317-1.41v-4.611h-4.104c-.688 0-1.227-.329-1.227-.987s.539-.99 1.227-.99h4.104v-2.125z"/><path fill="#67757f" d="M23.875 6.125L17 2l4.125 6.875L17 13h11V2zm-14.75 23.75L16 34l-4.125-6.875L16 23H5v11z"/></svg> </template>
CSS
.icon-currency-exchange {
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%2036%2036%22%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M15.068%2014.278c0-4.719-8.7-4.411-8.7-7.261c0-1.379%201.32-2.053%202.85-2.053c2.574%200%203.032%201.654%204.198%201.654c.824%200%201.223-.521%201.223-1.103c0-1.353-2.053-2.378-4.021-2.732V1.476a1.476%201.476%200%200%200-2.952%200v1.353c-2.147.489-3.992%201.978-3.992%204.404c0%204.532%208.698%204.349%208.698%207.532c0%201.103-1.193%202.207-3.155%202.207c-2.941%200-3.921-1.992-5.115-1.992c-.582%200-1.103.49-1.103%201.23c0%201.17%201.965%202.581%204.667%202.976l-.001.01v1.473a1.477%201.477%200%201%200%202.953%200v-1.473c0-.018-.008-.031-.009-.047c2.431-.453%204.459-2.039%204.459-4.871m8.828%2011.598h-4.104c-.688%200-1.227-.327-1.227-.985c0-.661.539-.99%201.227-.99h2.876l-4.792-7.399c-.298-.449-.449-.775-.449-1.195c0-.571.57-.99%201.049-.99c.481%200%20.958.21%201.378.839l5.36%208.058l5.362-8.058c.419-.629.897-.839%201.378-.839c.477%200%201.046.419%201.046.99c0%20.42-.148.746-.448%201.195L27.76%2023.9h2.875c.689%200%201.229.329%201.229.99c0%20.658-.539.985-1.229.985h-4.102v2.126h4.102c.689%200%201.229.332%201.229.99s-.539.987-1.229.987h-4.102v4.611c0%20.868-.539%201.41-1.319%201.41c-.778%200-1.317-.542-1.317-1.41v-4.611h-4.104c-.688%200-1.227-.329-1.227-.987s.539-.99%201.227-.99h4.104v-2.125z%22%2F%3E%3Cpath%20fill%3D%22%2367757f%22%20d%3D%22M23.875%206.125L17%202l4.125%206.875L17%2013h11V2zm-14.75%2023.75L16%2034l-4.125-6.875L16%2023H5v11z%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M15.068%2014.278c0-4.719-8.7-4.411-8.7-7.261c0-1.379%201.32-2.053%202.85-2.053c2.574%200%203.032%201.654%204.198%201.654c.824%200%201.223-.521%201.223-1.103c0-1.353-2.053-2.378-4.021-2.732V1.476a1.476%201.476%200%200%200-2.952%200v1.353c-2.147.489-3.992%201.978-3.992%204.404c0%204.532%208.698%204.349%208.698%207.532c0%201.103-1.193%202.207-3.155%202.207c-2.941%200-3.921-1.992-5.115-1.992c-.582%200-1.103.49-1.103%201.23c0%201.17%201.965%202.581%204.667%202.976l-.001.01v1.473a1.477%201.477%200%201%200%202.953%200v-1.473c0-.018-.008-.031-.009-.047c2.431-.453%204.459-2.039%204.459-4.871m8.828%2011.598h-4.104c-.688%200-1.227-.327-1.227-.985c0-.661.539-.99%201.227-.99h2.876l-4.792-7.399c-.298-.449-.449-.775-.449-1.195c0-.571.57-.99%201.049-.99c.481%200%20.958.21%201.378.839l5.36%208.058l5.362-8.058c.419-.629.897-.839%201.378-.839c.477%200%201.046.419%201.046.99c0%20.42-.148.746-.448%201.195L27.76%2023.9h2.875c.689%200%201.229.329%201.229.99c0%20.658-.539.985-1.229.985h-4.102v2.126h4.102c.689%200%201.229.332%201.229.99s-.539.987-1.229.987h-4.102v4.611c0%20.868-.539%201.41-1.319%201.41c-.778%200-1.317-.542-1.317-1.41v-4.611h-4.104c-.688%200-1.227-.329-1.227-.987s.539-.99%201.227-.99h4.104v-2.125z%22%2F%3E%3Cpath%20fill%3D%22%2367757f%22%20d%3D%22M23.875%206.125L17%202l4.125%206.875L17%2013h11V2zm-14.75%2023.75L16%2034l-4.125-6.875L16%2023H5v11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/currency-exchange.svg?color=%231a73e8&size=48