magic exchange icon
magic-exchange-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- magic-exchange-rounded
- Set
- Material Symbols
- Style
- Rounded
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Symbols
Related icons in Material Symbols
Use the magic exchange icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.45 13.55L7.5 12.225q-.15-.075-.15-.225t.15-.225l2.95-1.35L11.775 7.5q.075-.15.225-.15t.225.15l1.35 2.925l2.925 1.35q.15.075.15.225t-.15.225l-2.925 1.325l-1.35 2.95q-.075.15-.225.15t-.225-.15l-1.325-2.95ZM12 23q-2.8 0-5.15-1.275T3 18.325V20q0 .425-.288.713T2 21q-.425 0-.713-.288T1 20v-4q0-.425.288-.713T2 15h4q.425 0 .713.288T7 16q0 .425-.288.713T6 17H4.525q1.2 1.8 3.163 2.9T12 21q3.525 0 6.063-2.35t2.887-5.775q.05-.4.35-.638T22 12q.425 0 .725.263t.25.637q-.175 2.125-1.1 3.962t-2.4 3.2q-1.475 1.363-3.388 2.15T12 23Zm0-20Q8.475 3 5.938 5.35T3.05 11.125q-.05.4-.35.638T2 12q-.425 0-.725-.263t-.25-.637q.175-2.125 1.1-3.962t2.4-3.2Q6 2.575 7.913 1.788T12 1q2.8 0 5.15 1.275t3.85 3.4V4q0-.425.288-.712T22 3q.425 0 .713.288T23 4v4q0 .425-.288.713T22 9h-4q-.425 0-.713-.288T17 8q0-.425.288-.713T18 7h1.475q-1.2-1.8-3.163-2.9T12 3Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMagicExchangeRounded(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="M10.45 13.55L7.5 12.225q-.15-.075-.15-.225t.15-.225l2.95-1.35L11.775 7.5q.075-.15.225-.15t.225.15l1.35 2.925l2.925 1.35q.15.075.15.225t-.15.225l-2.925 1.325l-1.35 2.95q-.075.15-.225.15t-.225-.15l-1.325-2.95ZM12 23q-2.8 0-5.15-1.275T3 18.325V20q0 .425-.288.713T2 21q-.425 0-.713-.288T1 20v-4q0-.425.288-.713T2 15h4q.425 0 .713.288T7 16q0 .425-.288.713T6 17H4.525q1.2 1.8 3.163 2.9T12 21q3.525 0 6.063-2.35t2.887-5.775q.05-.4.35-.638T22 12q.425 0 .725.263t.25.637q-.175 2.125-1.1 3.962t-2.4 3.2q-1.475 1.363-3.388 2.15T12 23Zm0-20Q8.475 3 5.938 5.35T3.05 11.125q-.05.4-.35.638T2 12q-.425 0-.725-.263t-.25-.637q.175-2.125 1.1-3.962t2.4-3.2Q6 2.575 7.913 1.788T12 1q2.8 0 5.15 1.275t3.85 3.4V4q0-.425.288-.712T22 3q.425 0 .713.288T23 4v4q0 .425-.288.713T22 9h-4q-.425 0-.713-.288T17 8q0-.425.288-.713T18 7h1.475q-1.2-1.8-3.163-2.9T12 3Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.45 13.55L7.5 12.225q-.15-.075-.15-.225t.15-.225l2.95-1.35L11.775 7.5q.075-.15.225-.15t.225.15l1.35 2.925l2.925 1.35q.15.075.15.225t-.15.225l-2.925 1.325l-1.35 2.95q-.075.15-.225.15t-.225-.15l-1.325-2.95ZM12 23q-2.8 0-5.15-1.275T3 18.325V20q0 .425-.288.713T2 21q-.425 0-.713-.288T1 20v-4q0-.425.288-.713T2 15h4q.425 0 .713.288T7 16q0 .425-.288.713T6 17H4.525q1.2 1.8 3.163 2.9T12 21q3.525 0 6.063-2.35t2.887-5.775q.05-.4.35-.638T22 12q.425 0 .725.263t.25.637q-.175 2.125-1.1 3.962t-2.4 3.2q-1.475 1.363-3.388 2.15T12 23Zm0-20Q8.475 3 5.938 5.35T3.05 11.125q-.05.4-.35.638T2 12q-.425 0-.725-.263t-.25-.637q.175-2.125 1.1-3.962t2.4-3.2Q6 2.575 7.913 1.788T12 1q2.8 0 5.15 1.275t3.85 3.4V4q0-.425.288-.712T22 3q.425 0 .713.288T23 4v4q0 .425-.288.713T22 9h-4q-.425 0-.713-.288T17 8q0-.425.288-.713T18 7h1.475q-1.2-1.8-3.163-2.9T12 3Z"/></svg> </template>
CSS
.icon-magic-exchange-rounded {
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%22M10.45%2013.55L7.5%2012.225q-.15-.075-.15-.225t.15-.225l2.95-1.35L11.775%207.5q.075-.15.225-.15t.225.15l1.35%202.925l2.925%201.35q.15.075.15.225t-.15.225l-2.925%201.325l-1.35%202.95q-.075.15-.225.15t-.225-.15l-1.325-2.95ZM12%2023q-2.8%200-5.15-1.275T3%2018.325V20q0%20.425-.288.713T2%2021q-.425%200-.713-.288T1%2020v-4q0-.425.288-.713T2%2015h4q.425%200%20.713.288T7%2016q0%20.425-.288.713T6%2017H4.525q1.2%201.8%203.163%202.9T12%2021q3.525%200%206.063-2.35t2.887-5.775q.05-.4.35-.638T22%2012q.425%200%20.725.263t.25.637q-.175%202.125-1.1%203.962t-2.4%203.2q-1.475%201.363-3.388%202.15T12%2023Zm0-20Q8.475%203%205.938%205.35T3.05%2011.125q-.05.4-.35.638T2%2012q-.425%200-.725-.263t-.25-.637q.175-2.125%201.1-3.962t2.4-3.2Q6%202.575%207.913%201.788T12%201q2.8%200%205.15%201.275t3.85%203.4V4q0-.425.288-.712T22%203q.425%200%20.713.288T23%204v4q0%20.425-.288.713T22%209h-4q-.425%200-.713-.288T17%208q0-.425.288-.713T18%207h1.475q-1.2-1.8-3.163-2.9T12%203Z%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%22M10.45%2013.55L7.5%2012.225q-.15-.075-.15-.225t.15-.225l2.95-1.35L11.775%207.5q.075-.15.225-.15t.225.15l1.35%202.925l2.925%201.35q.15.075.15.225t-.15.225l-2.925%201.325l-1.35%202.95q-.075.15-.225.15t-.225-.15l-1.325-2.95ZM12%2023q-2.8%200-5.15-1.275T3%2018.325V20q0%20.425-.288.713T2%2021q-.425%200-.713-.288T1%2020v-4q0-.425.288-.713T2%2015h4q.425%200%20.713.288T7%2016q0%20.425-.288.713T6%2017H4.525q1.2%201.8%203.163%202.9T12%2021q3.525%200%206.063-2.35t2.887-5.775q.05-.4.35-.638T22%2012q.425%200%20.725.263t.25.637q-.175%202.125-1.1%203.962t-2.4%203.2q-1.475%201.363-3.388%202.15T12%2023Zm0-20Q8.475%203%205.938%205.35T3.05%2011.125q-.05.4-.35.638T2%2012q-.425%200-.725-.263t-.25-.637q.175-2.125%201.1-3.962t2.4-3.2Q6%202.575%207.913%201.788T12%201q2.8%200%205.15%201.275t3.85%203.4V4q0-.425.288-.712T22%203q.425%200%20.713.288T23%204v4q0%20.425-.288.713T22%209h-4q-.425%200-.713-.288T17%208q0-.425.288-.713T18%207h1.475q-1.2-1.8-3.163-2.9T12%203Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/magic-exchange-rounded.svg?color=%231a73e8&size=48