question exchange icon

question-exchange from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
question-exchange
Set
Material Symbols
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
question-exchange-outline, question-exchange-outline-sharp, question-exchange-sharp

1 other variant in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the question 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-.712t2.85-1.925t1.925-2.85T21 12h2q0 2.275-.862 4.275t-2.363 3.5t-3.5 2.363T12 23M1 12q0-2.275.863-4.275t2.362-3.5t3.5-2.362T12 1q2.8 0 5.15 1.275t3.85 3.4V3h2v6h-6V7h2.475q-1.2-1.8-3.162-2.9T12 3q-1.875 0-3.512.713t-2.85 1.924t-1.925 2.85T3 12zm11.888 5.638q.362-.363.362-.888t-.363-.9t-.887-.375t-.888.363t-.362.887t.363.9T12 18t.888-.363M11.1 14.2h1.825q0-.9.213-1.35t.862-1.1q.875-.875 1.163-1.412t.287-1.288q0-1.4-1-2.225T12 6q-1.25 0-2.15.65T8.55 8.5l1.65.7q.175-.65.663-1.075T12 7.7q.675 0 1.137.388t.463 1.037q0 .425-.2.85t-.85 1q-.825.725-1.137 1.413T11.1 14.2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsQuestionExchange(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-.712t2.85-1.925t1.925-2.85T21 12h2q0 2.275-.862 4.275t-2.363 3.5t-3.5 2.363T12 23M1 12q0-2.275.863-4.275t2.362-3.5t3.5-2.362T12 1q2.8 0 5.15 1.275t3.85 3.4V3h2v6h-6V7h2.475q-1.2-1.8-3.162-2.9T12 3q-1.875 0-3.512.713t-2.85 1.924t-1.925 2.85T3 12zm11.888 5.638q.362-.363.362-.888t-.363-.9t-.887-.375t-.888.363t-.362.887t.363.9T12 18t.888-.363M11.1 14.2h1.825q0-.9.213-1.35t.862-1.1q.875-.875 1.163-1.412t.287-1.288q0-1.4-1-2.225T12 6q-1.25 0-2.15.65T8.55 8.5l1.65.7q.175-.65.663-1.075T12 7.7q.675 0 1.137.388t.463 1.037q0 .425-.2.85t-.85 1q-.825.725-1.137 1.413T11.1 14.2"/></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-.712t2.85-1.925t1.925-2.85T21 12h2q0 2.275-.862 4.275t-2.363 3.5t-3.5 2.363T12 23M1 12q0-2.275.863-4.275t2.362-3.5t3.5-2.362T12 1q2.8 0 5.15 1.275t3.85 3.4V3h2v6h-6V7h2.475q-1.2-1.8-3.162-2.9T12 3q-1.875 0-3.512.713t-2.85 1.924t-1.925 2.85T3 12zm11.888 5.638q.362-.363.362-.888t-.363-.9t-.887-.375t-.888.363t-.362.887t.363.9T12 18t.888-.363M11.1 14.2h1.825q0-.9.213-1.35t.862-1.1q.875-.875 1.163-1.412t.287-1.288q0-1.4-1-2.225T12 6q-1.25 0-2.15.65T8.55 8.5l1.65.7q.175-.65.663-1.075T12 7.7q.675 0 1.137.388t.463 1.037q0 .425-.2.85t-.85 1q-.825.725-1.137 1.413T11.1 14.2"/></svg>
</template>

CSS

.icon-question-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-.712t2.85-1.925t1.925-2.85T21%2012h2q0%202.275-.862%204.275t-2.363%203.5t-3.5%202.363T12%2023M1%2012q0-2.275.863-4.275t2.362-3.5t3.5-2.362T12%201q2.8%200%205.15%201.275t3.85%203.4V3h2v6h-6V7h2.475q-1.2-1.8-3.162-2.9T12%203q-1.875%200-3.512.713t-2.85%201.924t-1.925%202.85T3%2012zm11.888%205.638q.362-.363.362-.888t-.363-.9t-.887-.375t-.888.363t-.362.887t.363.9T12%2018t.888-.363M11.1%2014.2h1.825q0-.9.213-1.35t.862-1.1q.875-.875%201.163-1.412t.287-1.288q0-1.4-1-2.225T12%206q-1.25%200-2.15.65T8.55%208.5l1.65.7q.175-.65.663-1.075T12%207.7q.675%200%201.137.388t.463%201.037q0%20.425-.2.85t-.85%201q-.825.725-1.137%201.413T11.1%2014.2%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-.712t2.85-1.925t1.925-2.85T21%2012h2q0%202.275-.862%204.275t-2.363%203.5t-3.5%202.363T12%2023M1%2012q0-2.275.863-4.275t2.362-3.5t3.5-2.362T12%201q2.8%200%205.15%201.275t3.85%203.4V3h2v6h-6V7h2.475q-1.2-1.8-3.162-2.9T12%203q-1.875%200-3.512.713t-2.85%201.924t-1.925%202.85T3%2012zm11.888%205.638q.362-.363.362-.888t-.363-.9t-.887-.375t-.888.363t-.362.887t.363.9T12%2018t.888-.363M11.1%2014.2h1.825q0-.9.213-1.35t.862-1.1q.875-.875%201.163-1.412t.287-1.288q0-1.4-1-2.225T12%206q-1.25%200-2.15.65T8.55%208.5l1.65.7q.175-.65.663-1.075T12%207.7q.675%200%201.137.388t.463%201.037q0%20.425-.2.85t-.85%201q-.825.725-1.137%201.413T11.1%2014.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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