question exchange icon

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

Name
question-exchange
Set
Material Symbols Light
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 Light

The same icon in other sets

More ui actions icons from Material Symbols Light

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 22q-3.05 0-5.467-1.621q-2.418-1.621-3.63-4.362v3.29h-1v-5h5v1H3.699q.97 2.57 3.249 4.131T12 21q1.798 0 3.378-.645q1.58-.646 2.783-1.781q1.202-1.136 1.953-2.696t.867-3.378h1q-.097 1.986-.92 3.717t-2.161 3.02t-3.115 2.026Q14.005 22 12 22M2.02 11.5q.134-2.083.977-3.823t2.2-3.01T8.301 2.7T12 2q2.992 0 5.467 1.63t3.63 4.43V4.692h1v5h-5v-1h3.205Q19.391 6.2 17.101 4.6T12 3q-1.721 0-3.291.626T5.916 5.368T3.914 8.045T3.02 11.5zm10.579 5.407q.228-.228.228-.56q0-.334-.228-.564q-.228-.231-.56-.231t-.561.228t-.228.56t.228.564t.56.23t.561-.227m-1.076-3.072h.96q.038-.67.25-1.071t.805-.995q.721-.721 1.028-1.24t.307-1.19q0-1.189-.798-1.908t-1.998-.72q-1 0-1.746.506T9.165 8.635l.92.392q.251-.611.777-.998t1.176-.387q.79 0 1.33.474q.54.475.54 1.24q0 .502-.258.908t-.754.865q-.806.744-1.09 1.345t-.283 1.36"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightQuestionExchange(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 22q-3.05 0-5.467-1.621q-2.418-1.621-3.63-4.362v3.29h-1v-5h5v1H3.699q.97 2.57 3.249 4.131T12 21q1.798 0 3.378-.645q1.58-.646 2.783-1.781q1.202-1.136 1.953-2.696t.867-3.378h1q-.097 1.986-.92 3.717t-2.161 3.02t-3.115 2.026Q14.005 22 12 22M2.02 11.5q.134-2.083.977-3.823t2.2-3.01T8.301 2.7T12 2q2.992 0 5.467 1.63t3.63 4.43V4.692h1v5h-5v-1h3.205Q19.391 6.2 17.101 4.6T12 3q-1.721 0-3.291.626T5.916 5.368T3.914 8.045T3.02 11.5zm10.579 5.407q.228-.228.228-.56q0-.334-.228-.564q-.228-.231-.56-.231t-.561.228t-.228.56t.228.564t.56.23t.561-.227m-1.076-3.072h.96q.038-.67.25-1.071t.805-.995q.721-.721 1.028-1.24t.307-1.19q0-1.189-.798-1.908t-1.998-.72q-1 0-1.746.506T9.165 8.635l.92.392q.251-.611.777-.998t1.176-.387q.79 0 1.33.474q.54.475.54 1.24q0 .502-.258.908t-.754.865q-.806.744-1.09 1.345t-.283 1.36"/></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 22q-3.05 0-5.467-1.621q-2.418-1.621-3.63-4.362v3.29h-1v-5h5v1H3.699q.97 2.57 3.249 4.131T12 21q1.798 0 3.378-.645q1.58-.646 2.783-1.781q1.202-1.136 1.953-2.696t.867-3.378h1q-.097 1.986-.92 3.717t-2.161 3.02t-3.115 2.026Q14.005 22 12 22M2.02 11.5q.134-2.083.977-3.823t2.2-3.01T8.301 2.7T12 2q2.992 0 5.467 1.63t3.63 4.43V4.692h1v5h-5v-1h3.205Q19.391 6.2 17.101 4.6T12 3q-1.721 0-3.291.626T5.916 5.368T3.914 8.045T3.02 11.5zm10.579 5.407q.228-.228.228-.56q0-.334-.228-.564q-.228-.231-.56-.231t-.561.228t-.228.56t.228.564t.56.23t.561-.227m-1.076-3.072h.96q.038-.67.25-1.071t.805-.995q.721-.721 1.028-1.24t.307-1.19q0-1.189-.798-1.908t-1.998-.72q-1 0-1.746.506T9.165 8.635l.92.392q.251-.611.777-.998t1.176-.387q.79 0 1.33.474q.54.475.54 1.24q0 .502-.258.908t-.754.865q-.806.744-1.09 1.345t-.283 1.36"/></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%2022q-3.05%200-5.467-1.621q-2.418-1.621-3.63-4.362v3.29h-1v-5h5v1H3.699q.97%202.57%203.249%204.131T12%2021q1.798%200%203.378-.645q1.58-.646%202.783-1.781q1.202-1.136%201.953-2.696t.867-3.378h1q-.097%201.986-.92%203.717t-2.161%203.02t-3.115%202.026Q14.005%2022%2012%2022M2.02%2011.5q.134-2.083.977-3.823t2.2-3.01T8.301%202.7T12%202q2.992%200%205.467%201.63t3.63%204.43V4.692h1v5h-5v-1h3.205Q19.391%206.2%2017.101%204.6T12%203q-1.721%200-3.291.626T5.916%205.368T3.914%208.045T3.02%2011.5zm10.579%205.407q.228-.228.228-.56q0-.334-.228-.564q-.228-.231-.56-.231t-.561.228t-.228.56t.228.564t.56.23t.561-.227m-1.076-3.072h.96q.038-.67.25-1.071t.805-.995q.721-.721%201.028-1.24t.307-1.19q0-1.189-.798-1.908t-1.998-.72q-1%200-1.746.506T9.165%208.635l.92.392q.251-.611.777-.998t1.176-.387q.79%200%201.33.474q.54.475.54%201.24q0%20.502-.258.908t-.754.865q-.806.744-1.09%201.345t-.283%201.36%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%2022q-3.05%200-5.467-1.621q-2.418-1.621-3.63-4.362v3.29h-1v-5h5v1H3.699q.97%202.57%203.249%204.131T12%2021q1.798%200%203.378-.645q1.58-.646%202.783-1.781q1.202-1.136%201.953-2.696t.867-3.378h1q-.097%201.986-.92%203.717t-2.161%203.02t-3.115%202.026Q14.005%2022%2012%2022M2.02%2011.5q.134-2.083.977-3.823t2.2-3.01T8.301%202.7T12%202q2.992%200%205.467%201.63t3.63%204.43V4.692h1v5h-5v-1h3.205Q19.391%206.2%2017.101%204.6T12%203q-1.721%200-3.291.626T5.916%205.368T3.914%208.045T3.02%2011.5zm10.579%205.407q.228-.228.228-.56q0-.334-.228-.564q-.228-.231-.56-.231t-.561.228t-.228.56t.228.564t.56.23t.561-.227m-1.076-3.072h.96q.038-.67.25-1.071t.805-.995q.721-.721%201.028-1.24t.307-1.19q0-1.189-.798-1.908t-1.998-.72q-1%200-1.746.506T9.165%208.635l.92.392q.251-.611.777-.998t1.176-.387q.79%200%201.33.474q.54.475.54%201.24q0%20.502-.258.908t-.754.865q-.806.744-1.09%201.345t-.283%201.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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