round currency exchange icon

round-currency-exchange from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-currency-exchange
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round currency exchange icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 23c5.7 0 10.39-4.34 10.95-9.9c.06-.59-.41-1.1-1-1.1c-.51 0-.94.38-.99.88C20.52 17.44 16.67 21 12 21c-3.12 0-5.87-1.59-7.48-4H6c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-1.67C4.99 21.15 8.28 23 12 23m0-22C6.3 1 1.61 5.34 1.05 10.9c-.05.59.41 1.1 1 1.1c.51 0 .94-.38.99-.88C3.48 6.56 7.33 3 12 3c3.12 0 5.87 1.59 7.48 4H18c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1v1.67A11 11 0 0 0 12 1m-.88 4.88c0-.49.4-.88.88-.88s.88.39.88.88v.37c1.07.19 1.75.76 2.16 1.3c.34.44.16 1.08-.36 1.3c-.36.15-.78.03-1.02-.28c-.28-.38-.78-.77-1.6-.77c-.7 0-1.81.37-1.81 1.39c0 .95.86 1.31 2.64 1.9c2.4.83 3.01 2.05 3.01 3.45c0 2.62-2.5 3.13-3.02 3.22v.37c0 .48-.39.88-.88.88s-.88-.39-.88-.88v-.42c-.63-.15-1.93-.61-2.69-2.1c-.23-.44.03-1.02.49-1.2c.41-.16.9-.01 1.11.38c.32.61.95 1.37 2.12 1.37c.93 0 1.98-.48 1.98-1.61c0-.96-.7-1.46-2.28-2.03c-1.1-.39-3.35-1.03-3.35-3.31c0-.1.01-2.4 2.62-2.96z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundCurrencyExchange(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="M12 23c5.7 0 10.39-4.34 10.95-9.9c.06-.59-.41-1.1-1-1.1c-.51 0-.94.38-.99.88C20.52 17.44 16.67 21 12 21c-3.12 0-5.87-1.59-7.48-4H6c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-1.67C4.99 21.15 8.28 23 12 23m0-22C6.3 1 1.61 5.34 1.05 10.9c-.05.59.41 1.1 1 1.1c.51 0 .94-.38.99-.88C3.48 6.56 7.33 3 12 3c3.12 0 5.87 1.59 7.48 4H18c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1v1.67A11 11 0 0 0 12 1m-.88 4.88c0-.49.4-.88.88-.88s.88.39.88.88v.37c1.07.19 1.75.76 2.16 1.3c.34.44.16 1.08-.36 1.3c-.36.15-.78.03-1.02-.28c-.28-.38-.78-.77-1.6-.77c-.7 0-1.81.37-1.81 1.39c0 .95.86 1.31 2.64 1.9c2.4.83 3.01 2.05 3.01 3.45c0 2.62-2.5 3.13-3.02 3.22v.37c0 .48-.39.88-.88.88s-.88-.39-.88-.88v-.42c-.63-.15-1.93-.61-2.69-2.1c-.23-.44.03-1.02.49-1.2c.41-.16.9-.01 1.11.38c.32.61.95 1.37 2.12 1.37c.93 0 1.98-.48 1.98-1.61c0-.96-.7-1.46-2.28-2.03c-1.1-.39-3.35-1.03-3.35-3.31c0-.1.01-2.4 2.62-2.96z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 23c5.7 0 10.39-4.34 10.95-9.9c.06-.59-.41-1.1-1-1.1c-.51 0-.94.38-.99.88C20.52 17.44 16.67 21 12 21c-3.12 0-5.87-1.59-7.48-4H6c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-1.67C4.99 21.15 8.28 23 12 23m0-22C6.3 1 1.61 5.34 1.05 10.9c-.05.59.41 1.1 1 1.1c.51 0 .94-.38.99-.88C3.48 6.56 7.33 3 12 3c3.12 0 5.87 1.59 7.48 4H18c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1v1.67A11 11 0 0 0 12 1m-.88 4.88c0-.49.4-.88.88-.88s.88.39.88.88v.37c1.07.19 1.75.76 2.16 1.3c.34.44.16 1.08-.36 1.3c-.36.15-.78.03-1.02-.28c-.28-.38-.78-.77-1.6-.77c-.7 0-1.81.37-1.81 1.39c0 .95.86 1.31 2.64 1.9c2.4.83 3.01 2.05 3.01 3.45c0 2.62-2.5 3.13-3.02 3.22v.37c0 .48-.39.88-.88.88s-.88-.39-.88-.88v-.42c-.63-.15-1.93-.61-2.69-2.1c-.23-.44.03-1.02.49-1.2c.41-.16.9-.01 1.11.38c.32.61.95 1.37 2.12 1.37c.93 0 1.98-.48 1.98-1.61c0-.96-.7-1.46-2.28-2.03c-1.1-.39-3.35-1.03-3.35-3.31c0-.1.01-2.4 2.62-2.96z"/></svg>
</template>

CSS

.icon-round-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2023c5.7%200%2010.39-4.34%2010.95-9.9c.06-.59-.41-1.1-1-1.1c-.51%200-.94.38-.99.88C20.52%2017.44%2016.67%2021%2012%2021c-3.12%200-5.87-1.59-7.48-4H6c.55%200%201-.45%201-1s-.45-1-1-1H2c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201s1-.45%201-1v-1.67C4.99%2021.15%208.28%2023%2012%2023m0-22C6.3%201%201.61%205.34%201.05%2010.9c-.05.59.41%201.1%201%201.1c.51%200%20.94-.38.99-.88C3.48%206.56%207.33%203%2012%203c3.12%200%205.87%201.59%207.48%204H18c-.55%200-1%20.45-1%201s.45%201%201%201h4c.55%200%201-.45%201-1V4c0-.55-.45-1-1-1s-1%20.45-1%201v1.67A11%2011%200%200%200%2012%201m-.88%204.88c0-.49.4-.88.88-.88s.88.39.88.88v.37c1.07.19%201.75.76%202.16%201.3c.34.44.16%201.08-.36%201.3c-.36.15-.78.03-1.02-.28c-.28-.38-.78-.77-1.6-.77c-.7%200-1.81.37-1.81%201.39c0%20.95.86%201.31%202.64%201.9c2.4.83%203.01%202.05%203.01%203.45c0%202.62-2.5%203.13-3.02%203.22v.37c0%20.48-.39.88-.88.88s-.88-.39-.88-.88v-.42c-.63-.15-1.93-.61-2.69-2.1c-.23-.44.03-1.02.49-1.2c.41-.16.9-.01%201.11.38c.32.61.95%201.37%202.12%201.37c.93%200%201.98-.48%201.98-1.61c0-.96-.7-1.46-2.28-2.03c-1.1-.39-3.35-1.03-3.35-3.31c0-.1.01-2.4%202.62-2.96z%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%22M12%2023c5.7%200%2010.39-4.34%2010.95-9.9c.06-.59-.41-1.1-1-1.1c-.51%200-.94.38-.99.88C20.52%2017.44%2016.67%2021%2012%2021c-3.12%200-5.87-1.59-7.48-4H6c.55%200%201-.45%201-1s-.45-1-1-1H2c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201s1-.45%201-1v-1.67C4.99%2021.15%208.28%2023%2012%2023m0-22C6.3%201%201.61%205.34%201.05%2010.9c-.05.59.41%201.1%201%201.1c.51%200%20.94-.38.99-.88C3.48%206.56%207.33%203%2012%203c3.12%200%205.87%201.59%207.48%204H18c-.55%200-1%20.45-1%201s.45%201%201%201h4c.55%200%201-.45%201-1V4c0-.55-.45-1-1-1s-1%20.45-1%201v1.67A11%2011%200%200%200%2012%201m-.88%204.88c0-.49.4-.88.88-.88s.88.39.88.88v.37c1.07.19%201.75.76%202.16%201.3c.34.44.16%201.08-.36%201.3c-.36.15-.78.03-1.02-.28c-.28-.38-.78-.77-1.6-.77c-.7%200-1.81.37-1.81%201.39c0%20.95.86%201.31%202.64%201.9c2.4.83%203.01%202.05%203.01%203.45c0%202.62-2.5%203.13-3.02%203.22v.37c0%20.48-.39.88-.88.88s-.88-.39-.88-.88v-.42c-.63-.15-1.93-.61-2.69-2.1c-.23-.44.03-1.02.49-1.2c.41-.16.9-.01%201.11.38c.32.61.95%201.37%202.12%201.37c.93%200%201.98-.48%201.98-1.61c0-.96-.7-1.46-2.28-2.03c-1.1-.39-3.35-1.03-3.35-3.31c0-.1.01-2.4%202.62-2.96z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-currency-exchange.svg?color=%231a73e8&size=48