magic exchange icon
magic-exchange from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- magic-exchange
- Set
- Material Symbols
- Style
- Regular
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- magic-exchange-sharp
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="M12 23q-2.8 0-5.15-1.275T3 18.325V21H1v-6h6v2H4.525q1.2 1.8 3.163 2.9T12 21q1.875 0 3.513-.713t2.85-1.924q1.212-1.213 1.925-2.85T21 12h2q0 2.275-.863 4.275t-2.362 3.5q-1.5 1.5-3.5 2.363T12 23ZM1 12q0-2.275.863-4.275t2.362-3.5q1.5-1.5 3.5-2.362T12 1q2.8 0 5.15 1.275t3.85 3.4V3h2v6h-6V7h2.475q-1.2-1.8-3.163-2.9T12 3q-1.875 0-3.513.713t-2.85 1.924Q4.426 6.85 3.714 8.488T3 12H1Zm11 5l-1.55-3.45L7 12l3.45-1.575L12 7l1.575 3.425L17 12l-3.425 1.55L12 17Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMagicExchange(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 23q-2.8 0-5.15-1.275T3 18.325V21H1v-6h6v2H4.525q1.2 1.8 3.163 2.9T12 21q1.875 0 3.513-.713t2.85-1.924q1.212-1.213 1.925-2.85T21 12h2q0 2.275-.863 4.275t-2.362 3.5q-1.5 1.5-3.5 2.363T12 23ZM1 12q0-2.275.863-4.275t2.362-3.5q1.5-1.5 3.5-2.362T12 1q2.8 0 5.15 1.275t3.85 3.4V3h2v6h-6V7h2.475q-1.2-1.8-3.163-2.9T12 3q-1.875 0-3.513.713t-2.85 1.924Q4.426 6.85 3.714 8.488T3 12H1Zm11 5l-1.55-3.45L7 12l3.45-1.575L12 7l1.575 3.425L17 12l-3.425 1.55L12 17Z"/></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 23q-2.8 0-5.15-1.275T3 18.325V21H1v-6h6v2H4.525q1.2 1.8 3.163 2.9T12 21q1.875 0 3.513-.713t2.85-1.924q1.212-1.213 1.925-2.85T21 12h2q0 2.275-.863 4.275t-2.362 3.5q-1.5 1.5-3.5 2.363T12 23ZM1 12q0-2.275.863-4.275t2.362-3.5q1.5-1.5 3.5-2.362T12 1q2.8 0 5.15 1.275t3.85 3.4V3h2v6h-6V7h2.475q-1.2-1.8-3.163-2.9T12 3q-1.875 0-3.513.713t-2.85 1.924Q4.426 6.85 3.714 8.488T3 12H1Zm11 5l-1.55-3.45L7 12l3.45-1.575L12 7l1.575 3.425L17 12l-3.425 1.55L12 17Z"/></svg> </template>
CSS
.icon-magic-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%2023q-2.8%200-5.15-1.275T3%2018.325V21H1v-6h6v2H4.525q1.2%201.8%203.163%202.9T12%2021q1.875%200%203.513-.713t2.85-1.924q1.212-1.213%201.925-2.85T21%2012h2q0%202.275-.863%204.275t-2.362%203.5q-1.5%201.5-3.5%202.363T12%2023ZM1%2012q0-2.275.863-4.275t2.362-3.5q1.5-1.5%203.5-2.362T12%201q2.8%200%205.15%201.275t3.85%203.4V3h2v6h-6V7h2.475q-1.2-1.8-3.163-2.9T12%203q-1.875%200-3.513.713t-2.85%201.924Q4.426%206.85%203.714%208.488T3%2012H1Zm11%205l-1.55-3.45L7%2012l3.45-1.575L12%207l1.575%203.425L17%2012l-3.425%201.55L12%2017Z%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%2023q-2.8%200-5.15-1.275T3%2018.325V21H1v-6h6v2H4.525q1.2%201.8%203.163%202.9T12%2021q1.875%200%203.513-.713t2.85-1.924q1.212-1.213%201.925-2.85T21%2012h2q0%202.275-.863%204.275t-2.362%203.5q-1.5%201.5-3.5%202.363T12%2023ZM1%2012q0-2.275.863-4.275t2.362-3.5q1.5-1.5%203.5-2.362T12%201q2.8%200%205.15%201.275t3.85%203.4V3h2v6h-6V7h2.475q-1.2-1.8-3.163-2.9T12%203q-1.875%200-3.513.713t-2.85%201.924Q4.426%206.85%203.714%208.488T3%2012H1Zm11%205l-1.55-3.45L7%2012l3.45-1.575L12%207l1.575%203.425L17%2012l-3.425%201.55L12%2017Z%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.svg?color=%231a73e8&size=48