partner exchange icon

partner-exchange-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
partner-exchange-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

2 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the partner exchange icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.3 8.3L9.2 6.2q-.3-.3-.3-.7t.3-.7l2.1-2.1q.3-.3.7-.3t.7.3l2.1 2.1q.3.3.3.7t-.3.7l-2.1 2.1q-.3.3-.7.3t-.7-.3M2 20q-.425 0-.712-.288T1 19v-3q0-.85.588-1.425T3 14h3.275q.5 0 .95.25t.725.675q.725.975 1.788 1.525T12 17q1.225 0 2.288-.55t1.762-1.525q.325-.425.763-.675t.912-.25H21q.85 0 1.425.575T23 16v3q0 .425-.288.713T22 20h-5q-.425 0-.712-.288T16 19v-1.275q-.875.625-1.888.95T12 19q-1.075 0-2.1-.337T8 17.7V19q0 .425-.288.713T7 20zm2-7q-1.25 0-2.125-.875T1 10q0-1.275.875-2.137T4 7q1.275 0 2.138.863T7 10q0 1.25-.862 2.125T4 13m16 0q-1.25 0-2.125-.875T17 10q0-1.275.875-2.137T20 7q1.275 0 2.138.863T23 10q0 1.25-.862 2.125T20 13"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPartnerExchangeOutlineRounded(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="M11.3 8.3L9.2 6.2q-.3-.3-.3-.7t.3-.7l2.1-2.1q.3-.3.7-.3t.7.3l2.1 2.1q.3.3.3.7t-.3.7l-2.1 2.1q-.3.3-.7.3t-.7-.3M2 20q-.425 0-.712-.288T1 19v-3q0-.85.588-1.425T3 14h3.275q.5 0 .95.25t.725.675q.725.975 1.788 1.525T12 17q1.225 0 2.288-.55t1.762-1.525q.325-.425.763-.675t.912-.25H21q.85 0 1.425.575T23 16v3q0 .425-.288.713T22 20h-5q-.425 0-.712-.288T16 19v-1.275q-.875.625-1.888.95T12 19q-1.075 0-2.1-.337T8 17.7V19q0 .425-.288.713T7 20zm2-7q-1.25 0-2.125-.875T1 10q0-1.275.875-2.137T4 7q1.275 0 2.138.863T7 10q0 1.25-.862 2.125T4 13m16 0q-1.25 0-2.125-.875T17 10q0-1.275.875-2.137T20 7q1.275 0 2.138.863T23 10q0 1.25-.862 2.125T20 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.3 8.3L9.2 6.2q-.3-.3-.3-.7t.3-.7l2.1-2.1q.3-.3.7-.3t.7.3l2.1 2.1q.3.3.3.7t-.3.7l-2.1 2.1q-.3.3-.7.3t-.7-.3M2 20q-.425 0-.712-.288T1 19v-3q0-.85.588-1.425T3 14h3.275q.5 0 .95.25t.725.675q.725.975 1.788 1.525T12 17q1.225 0 2.288-.55t1.762-1.525q.325-.425.763-.675t.912-.25H21q.85 0 1.425.575T23 16v3q0 .425-.288.713T22 20h-5q-.425 0-.712-.288T16 19v-1.275q-.875.625-1.888.95T12 19q-1.075 0-2.1-.337T8 17.7V19q0 .425-.288.713T7 20zm2-7q-1.25 0-2.125-.875T1 10q0-1.275.875-2.137T4 7q1.275 0 2.138.863T7 10q0 1.25-.862 2.125T4 13m16 0q-1.25 0-2.125-.875T17 10q0-1.275.875-2.137T20 7q1.275 0 2.138.863T23 10q0 1.25-.862 2.125T20 13"/></svg>
</template>

CSS

.icon-partner-exchange-outline-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%22M11.3%208.3L9.2%206.2q-.3-.3-.3-.7t.3-.7l2.1-2.1q.3-.3.7-.3t.7.3l2.1%202.1q.3.3.3.7t-.3.7l-2.1%202.1q-.3.3-.7.3t-.7-.3M2%2020q-.425%200-.712-.288T1%2019v-3q0-.85.588-1.425T3%2014h3.275q.5%200%20.95.25t.725.675q.725.975%201.788%201.525T12%2017q1.225%200%202.288-.55t1.762-1.525q.325-.425.763-.675t.912-.25H21q.85%200%201.425.575T23%2016v3q0%20.425-.288.713T22%2020h-5q-.425%200-.712-.288T16%2019v-1.275q-.875.625-1.888.95T12%2019q-1.075%200-2.1-.337T8%2017.7V19q0%20.425-.288.713T7%2020zm2-7q-1.25%200-2.125-.875T1%2010q0-1.275.875-2.137T4%207q1.275%200%202.138.863T7%2010q0%201.25-.862%202.125T4%2013m16%200q-1.25%200-2.125-.875T17%2010q0-1.275.875-2.137T20%207q1.275%200%202.138.863T23%2010q0%201.25-.862%202.125T20%2013%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%22M11.3%208.3L9.2%206.2q-.3-.3-.3-.7t.3-.7l2.1-2.1q.3-.3.7-.3t.7.3l2.1%202.1q.3.3.3.7t-.3.7l-2.1%202.1q-.3.3-.7.3t-.7-.3M2%2020q-.425%200-.712-.288T1%2019v-3q0-.85.588-1.425T3%2014h3.275q.5%200%20.95.25t.725.675q.725.975%201.788%201.525T12%2017q1.225%200%202.288-.55t1.762-1.525q.325-.425.763-.675t.912-.25H21q.85%200%201.425.575T23%2016v3q0%20.425-.288.713T22%2020h-5q-.425%200-.712-.288T16%2019v-1.275q-.875.625-1.888.95T12%2019q-1.075%200-2.1-.337T8%2017.7V19q0%20.425-.288.713T7%2020zm2-7q-1.25%200-2.125-.875T1%2010q0-1.275.875-2.137T4%207q1.275%200%202.138.863T7%2010q0%201.25-.862%202.125T4%2013m16%200q-1.25%200-2.125-.875T17%2010q0-1.275.875-2.137T20%207q1.275%200%202.138.863T23%2010q0%201.25-.862%202.125T20%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/partner-exchange-outline-rounded.svg?color=%231a73e8&size=48

Partner Exchange outline rounded icon — Material Symbols · IconsDB