forex logo
forex from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- forex
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the forex logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.632 6.898q-.103.132-.323.28l-1.932-.919c.23-.07.563-.115.9-.126c.377-.025.755.024 1.113.146c.27.113.444.349.242.619M9.68 5.414l1.695.803q-.527.167-1.078.204c-.304 0-.793-.09-.945-.394c-.116-.24.106-.458.329-.613"/><path fill="currentColor" fill-rule="evenodd" d="M9.948 3.452L5.124 5.656a.725.725 0 0 0-.017 1.316l4.745 2.282a5.04 5.04 0 0 0 4.385-.01l4.661-2.278a.721.721 0 0 0-.017-1.31l-4.733-2.192a5.04 5.04 0 0 0-4.2-.012m4.998 4.459l-.544-.258c-.715.313-1.634.398-2.234.41l-.224-.377l.145-.005c.597-.017 1.251-.037 1.803-.27l-2.046-.97c-.591.196-1.193.358-1.82.323c-.432-.034-1.057-.191-1.293-.602c-.14-.253-.022-.489.169-.686q.157-.156.333-.273l-.609-.289l.45-.225l.596.283c.613-.251 1.322-.283 1.973-.283l.04.298h-.061c-.36 0-1.048-.002-1.524.19l1.807.86a6.6 6.6 0 0 1 1.262-.235c.59-.045 1.192 0 1.647.203c.383.168.703.55.45.972a1.6 1.6 0 0 1-.445.446l.552.263zM3.005 15.556V8.94c0-.804.843-1.338 1.585-1.001l4.886 2.238a3.35 3.35 0 0 1 1.962 3.041v6.657c0 .81-.85 1.344-1.591 1l-4.891-2.282a3.35 3.35 0 0 1-1.951-3.036m5.858 2.434c-.225.141-.45.192-.776.192c-.973 0-2.013-.877-2.519-2.103a5.1 5.1 0 0 1-.348-1.546l-.529-.225l.27-.534l.236.101c.006-.27.028-.545.056-.815l-.562-.242l.27-.529l.388.17l.011-.08c.186-.933.59-1.506 1.462-1.506c.692 0 1.44.506 2.018 1.27a3 3 0 0 1-.309.731c-.348-.73-.877-1.237-1.484-1.237c-.652 0-.973.4-1.13 1.063l2.322.995l-.27.534l-2.159-.928c-.034.265-.056.54-.056.816l1.996.86l-.27.528l-1.681-.725c.045.337.123.675.253.978c.393.973 1.18 1.681 1.95 1.681c.231 0 .411-.045.546-.123c.084.14.197.37.315.674M19.41 7.956c.742-.338 1.585.196 1.585 1.006v6.617a3.35 3.35 0 0 1-1.95 3.036l-4.892 2.277a1.114 1.114 0 0 1-1.591-1v-6.657a3.35 3.35 0 0 1 1.962-3.036zM17.87 10.9l.64-.219l-1.45 4.037v.354l1.124-.562v.562l-1.124.562v.714l1.124-.556v.562l-1.124.562v.962l-.563.303v-.99l-1.124.563v-.562l1.124-.562v-.72l-1.124.562v-.562l1.124-.557v-.281l-1.636-2.704l.619-.36l1.248 2.137z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenForex(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.632 6.898q-.103.132-.323.28l-1.932-.919c.23-.07.563-.115.9-.126c.377-.025.755.024 1.113.146c.27.113.444.349.242.619M9.68 5.414l1.695.803q-.527.167-1.078.204c-.304 0-.793-.09-.945-.394c-.116-.24.106-.458.329-.613"/><path fill="currentColor" fillRule="evenodd" d="M9.948 3.452L5.124 5.656a.725.725 0 0 0-.017 1.316l4.745 2.282a5.04 5.04 0 0 0 4.385-.01l4.661-2.278a.721.721 0 0 0-.017-1.31l-4.733-2.192a5.04 5.04 0 0 0-4.2-.012m4.998 4.459l-.544-.258c-.715.313-1.634.398-2.234.41l-.224-.377l.145-.005c.597-.017 1.251-.037 1.803-.27l-2.046-.97c-.591.196-1.193.358-1.82.323c-.432-.034-1.057-.191-1.293-.602c-.14-.253-.022-.489.169-.686q.157-.156.333-.273l-.609-.289l.45-.225l.596.283c.613-.251 1.322-.283 1.973-.283l.04.298h-.061c-.36 0-1.048-.002-1.524.19l1.807.86a6.6 6.6 0 0 1 1.262-.235c.59-.045 1.192 0 1.647.203c.383.168.703.55.45.972a1.6 1.6 0 0 1-.445.446l.552.263zM3.005 15.556V8.94c0-.804.843-1.338 1.585-1.001l4.886 2.238a3.35 3.35 0 0 1 1.962 3.041v6.657c0 .81-.85 1.344-1.591 1l-4.891-2.282a3.35 3.35 0 0 1-1.951-3.036m5.858 2.434c-.225.141-.45.192-.776.192c-.973 0-2.013-.877-2.519-2.103a5.1 5.1 0 0 1-.348-1.546l-.529-.225l.27-.534l.236.101c.006-.27.028-.545.056-.815l-.562-.242l.27-.529l.388.17l.011-.08c.186-.933.59-1.506 1.462-1.506c.692 0 1.44.506 2.018 1.27a3 3 0 0 1-.309.731c-.348-.73-.877-1.237-1.484-1.237c-.652 0-.973.4-1.13 1.063l2.322.995l-.27.534l-2.159-.928c-.034.265-.056.54-.056.816l1.996.86l-.27.528l-1.681-.725c.045.337.123.675.253.978c.393.973 1.18 1.681 1.95 1.681c.231 0 .411-.045.546-.123c.084.14.197.37.315.674M19.41 7.956c.742-.338 1.585.196 1.585 1.006v6.617a3.35 3.35 0 0 1-1.95 3.036l-4.892 2.277a1.114 1.114 0 0 1-1.591-1v-6.657a3.35 3.35 0 0 1 1.962-3.036zM17.87 10.9l.64-.219l-1.45 4.037v.354l1.124-.562v.562l-1.124.562v.714l1.124-.556v.562l-1.124.562v.962l-.563.303v-.99l-1.124.563v-.562l1.124-.562v-.72l-1.124.562v-.562l1.124-.557v-.281l-1.636-2.704l.619-.36l1.248 2.137z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.632 6.898q-.103.132-.323.28l-1.932-.919c.23-.07.563-.115.9-.126c.377-.025.755.024 1.113.146c.27.113.444.349.242.619M9.68 5.414l1.695.803q-.527.167-1.078.204c-.304 0-.793-.09-.945-.394c-.116-.24.106-.458.329-.613"/><path fill="currentColor" fill-rule="evenodd" d="M9.948 3.452L5.124 5.656a.725.725 0 0 0-.017 1.316l4.745 2.282a5.04 5.04 0 0 0 4.385-.01l4.661-2.278a.721.721 0 0 0-.017-1.31l-4.733-2.192a5.04 5.04 0 0 0-4.2-.012m4.998 4.459l-.544-.258c-.715.313-1.634.398-2.234.41l-.224-.377l.145-.005c.597-.017 1.251-.037 1.803-.27l-2.046-.97c-.591.196-1.193.358-1.82.323c-.432-.034-1.057-.191-1.293-.602c-.14-.253-.022-.489.169-.686q.157-.156.333-.273l-.609-.289l.45-.225l.596.283c.613-.251 1.322-.283 1.973-.283l.04.298h-.061c-.36 0-1.048-.002-1.524.19l1.807.86a6.6 6.6 0 0 1 1.262-.235c.59-.045 1.192 0 1.647.203c.383.168.703.55.45.972a1.6 1.6 0 0 1-.445.446l.552.263zM3.005 15.556V8.94c0-.804.843-1.338 1.585-1.001l4.886 2.238a3.35 3.35 0 0 1 1.962 3.041v6.657c0 .81-.85 1.344-1.591 1l-4.891-2.282a3.35 3.35 0 0 1-1.951-3.036m5.858 2.434c-.225.141-.45.192-.776.192c-.973 0-2.013-.877-2.519-2.103a5.1 5.1 0 0 1-.348-1.546l-.529-.225l.27-.534l.236.101c.006-.27.028-.545.056-.815l-.562-.242l.27-.529l.388.17l.011-.08c.186-.933.59-1.506 1.462-1.506c.692 0 1.44.506 2.018 1.27a3 3 0 0 1-.309.731c-.348-.73-.877-1.237-1.484-1.237c-.652 0-.973.4-1.13 1.063l2.322.995l-.27.534l-2.159-.928c-.034.265-.056.54-.056.816l1.996.86l-.27.528l-1.681-.725c.045.337.123.675.253.978c.393.973 1.18 1.681 1.95 1.681c.231 0 .411-.045.546-.123c.084.14.197.37.315.674M19.41 7.956c.742-.338 1.585.196 1.585 1.006v6.617a3.35 3.35 0 0 1-1.95 3.036l-4.892 2.277a1.114 1.114 0 0 1-1.591-1v-6.657a3.35 3.35 0 0 1 1.962-3.036zM17.87 10.9l.64-.219l-1.45 4.037v.354l1.124-.562v.562l-1.124.562v.714l1.124-.556v.562l-1.124.562v.962l-.563.303v-.99l-1.124.563v-.562l1.124-.562v-.72l-1.124.562v-.562l1.124-.557v-.281l-1.636-2.704l.619-.36l1.248 2.137z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-forex {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.632%206.898q-.103.132-.323.28l-1.932-.919c.23-.07.563-.115.9-.126c.377-.025.755.024%201.113.146c.27.113.444.349.242.619M9.68%205.414l1.695.803q-.527.167-1.078.204c-.304%200-.793-.09-.945-.394c-.116-.24.106-.458.329-.613%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.948%203.452L5.124%205.656a.725.725%200%200%200-.017%201.316l4.745%202.282a5.04%205.04%200%200%200%204.385-.01l4.661-2.278a.721.721%200%200%200-.017-1.31l-4.733-2.192a5.04%205.04%200%200%200-4.2-.012m4.998%204.459l-.544-.258c-.715.313-1.634.398-2.234.41l-.224-.377l.145-.005c.597-.017%201.251-.037%201.803-.27l-2.046-.97c-.591.196-1.193.358-1.82.323c-.432-.034-1.057-.191-1.293-.602c-.14-.253-.022-.489.169-.686q.157-.156.333-.273l-.609-.289l.45-.225l.596.283c.613-.251%201.322-.283%201.973-.283l.04.298h-.061c-.36%200-1.048-.002-1.524.19l1.807.86a6.6%206.6%200%200%201%201.262-.235c.59-.045%201.192%200%201.647.203c.383.168.703.55.45.972a1.6%201.6%200%200%201-.445.446l.552.263zM3.005%2015.556V8.94c0-.804.843-1.338%201.585-1.001l4.886%202.238a3.35%203.35%200%200%201%201.962%203.041v6.657c0%20.81-.85%201.344-1.591%201l-4.891-2.282a3.35%203.35%200%200%201-1.951-3.036m5.858%202.434c-.225.141-.45.192-.776.192c-.973%200-2.013-.877-2.519-2.103a5.1%205.1%200%200%201-.348-1.546l-.529-.225l.27-.534l.236.101c.006-.27.028-.545.056-.815l-.562-.242l.27-.529l.388.17l.011-.08c.186-.933.59-1.506%201.462-1.506c.692%200%201.44.506%202.018%201.27a3%203%200%200%201-.309.731c-.348-.73-.877-1.237-1.484-1.237c-.652%200-.973.4-1.13%201.063l2.322.995l-.27.534l-2.159-.928c-.034.265-.056.54-.056.816l1.996.86l-.27.528l-1.681-.725c.045.337.123.675.253.978c.393.973%201.18%201.681%201.95%201.681c.231%200%20.411-.045.546-.123c.084.14.197.37.315.674M19.41%207.956c.742-.338%201.585.196%201.585%201.006v6.617a3.35%203.35%200%200%201-1.95%203.036l-4.892%202.277a1.114%201.114%200%200%201-1.591-1v-6.657a3.35%203.35%200%200%201%201.962-3.036zM17.87%2010.9l.64-.219l-1.45%204.037v.354l1.124-.562v.562l-1.124.562v.714l1.124-.556v.562l-1.124.562v.962l-.563.303v-.99l-1.124.563v-.562l1.124-.562v-.72l-1.124.562v-.562l1.124-.557v-.281l-1.636-2.704l.619-.36l1.248%202.137z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.632%206.898q-.103.132-.323.28l-1.932-.919c.23-.07.563-.115.9-.126c.377-.025.755.024%201.113.146c.27.113.444.349.242.619M9.68%205.414l1.695.803q-.527.167-1.078.204c-.304%200-.793-.09-.945-.394c-.116-.24.106-.458.329-.613%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.948%203.452L5.124%205.656a.725.725%200%200%200-.017%201.316l4.745%202.282a5.04%205.04%200%200%200%204.385-.01l4.661-2.278a.721.721%200%200%200-.017-1.31l-4.733-2.192a5.04%205.04%200%200%200-4.2-.012m4.998%204.459l-.544-.258c-.715.313-1.634.398-2.234.41l-.224-.377l.145-.005c.597-.017%201.251-.037%201.803-.27l-2.046-.97c-.591.196-1.193.358-1.82.323c-.432-.034-1.057-.191-1.293-.602c-.14-.253-.022-.489.169-.686q.157-.156.333-.273l-.609-.289l.45-.225l.596.283c.613-.251%201.322-.283%201.973-.283l.04.298h-.061c-.36%200-1.048-.002-1.524.19l1.807.86a6.6%206.6%200%200%201%201.262-.235c.59-.045%201.192%200%201.647.203c.383.168.703.55.45.972a1.6%201.6%200%200%201-.445.446l.552.263zM3.005%2015.556V8.94c0-.804.843-1.338%201.585-1.001l4.886%202.238a3.35%203.35%200%200%201%201.962%203.041v6.657c0%20.81-.85%201.344-1.591%201l-4.891-2.282a3.35%203.35%200%200%201-1.951-3.036m5.858%202.434c-.225.141-.45.192-.776.192c-.973%200-2.013-.877-2.519-2.103a5.1%205.1%200%200%201-.348-1.546l-.529-.225l.27-.534l.236.101c.006-.27.028-.545.056-.815l-.562-.242l.27-.529l.388.17l.011-.08c.186-.933.59-1.506%201.462-1.506c.692%200%201.44.506%202.018%201.27a3%203%200%200%201-.309.731c-.348-.73-.877-1.237-1.484-1.237c-.652%200-.973.4-1.13%201.063l2.322.995l-.27.534l-2.159-.928c-.034.265-.056.54-.056.816l1.996.86l-.27.528l-1.681-.725c.045.337.123.675.253.978c.393.973%201.18%201.681%201.95%201.681c.231%200%20.411-.045.546-.123c.084.14.197.37.315.674M19.41%207.956c.742-.338%201.585.196%201.585%201.006v6.617a3.35%203.35%200%200%201-1.95%203.036l-4.892%202.277a1.114%201.114%200%200%201-1.591-1v-6.657a3.35%203.35%200%200%201%201.962-3.036zM17.87%2010.9l.64-.219l-1.45%204.037v.354l1.124-.562v.562l-1.124.562v.714l1.124-.556v.562l-1.124.562v.962l-.563.303v-.99l-1.124.563v-.562l1.124-.562v-.72l-1.124.562v-.562l1.124-.557v-.281l-1.636-2.704l.619-.36l1.248%202.137z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/forex.svg?color=%231a73e8&size=48