interpreter mode icon
interpreter-mode-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- interpreter-mode-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
Use the interpreter mode icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 16.23q-.413 0-.707-.292t-.293-.707v-2.5q0-.414.293-.707t.707-.293t.707.293t.293.707v2.5q0 .413-.293.707t-.707.293m-9.623-5.723Q10 9.63 10 8.385t.877-2.123T13 5.385t2.123.877T16 8.385t-.877 2.123t-2.123.877t-2.123-.877m-3.416 8.108q-.613 0-1.037-.425Q6 17.767 6 17.154v-.179q0-.62.358-1.161t.973-.841q1.198-.592 2.685-.975q1.488-.382 2.984-.382q.467 0 .973.067t.993.163q.298.039.459.296t.094.556q-.09.443-.058.885t.141.879q.067.277.164.542q.098.265.244.525q.196.367.011.727q-.184.36-.582.36zm12.766 1.157q-.111-.111-.111-.273v-1.146q-1.08-.156-1.827-.891t-.918-1.815q-.025-.161.087-.29q.111-.127.273-.127q.142 0 .26.09t.15.233q.13.88.801 1.471q.671.59 1.558.59q.88 0 1.552-.584q.671-.585.802-1.465q.03-.143.152-.239q.121-.096.263-.096q.162 0 .273.109q.112.108.087.25q-.15 1.08-.908 1.844t-1.837.92V19.5q0 .162-.111.273t-.273.112t-.273-.112M5.923 8.385q0-.49.155-.955t.459-.847q.304-.402.7-.645q.396-.244.867-.336q.229-.065.363.158q.135.223-.008.465q-.251.458-.355.992Q8 7.752 8 8.385q0 .627.114 1.168q.113.541.345 1.01q.137.224.006.437t-.361.167q-.471-.092-.867-.342q-.397-.25-.7-.652q-.304-.382-.459-.84t-.155-.948m-4 9.192v-.602q0-.523.28-1.017t.859-.87q.177-.113.361-.193q.185-.08.402-.145q.254-.12.479.132t.027.581q-.156.337-.244.71q-.087.373-.087.802v.602q0 .102.009.175t.025.175q.024.273-.135.48q-.158.209-.426.209h-.511q-.44 0-.74-.3q-.299-.299-.299-.739"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightInterpreterModeRounded(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="M20.5 16.23q-.413 0-.707-.292t-.293-.707v-2.5q0-.414.293-.707t.707-.293t.707.293t.293.707v2.5q0 .413-.293.707t-.707.293m-9.623-5.723Q10 9.63 10 8.385t.877-2.123T13 5.385t2.123.877T16 8.385t-.877 2.123t-2.123.877t-2.123-.877m-3.416 8.108q-.613 0-1.037-.425Q6 17.767 6 17.154v-.179q0-.62.358-1.161t.973-.841q1.198-.592 2.685-.975q1.488-.382 2.984-.382q.467 0 .973.067t.993.163q.298.039.459.296t.094.556q-.09.443-.058.885t.141.879q.067.277.164.542q.098.265.244.525q.196.367.011.727q-.184.36-.582.36zm12.766 1.157q-.111-.111-.111-.273v-1.146q-1.08-.156-1.827-.891t-.918-1.815q-.025-.161.087-.29q.111-.127.273-.127q.142 0 .26.09t.15.233q.13.88.801 1.471q.671.59 1.558.59q.88 0 1.552-.584q.671-.585.802-1.465q.03-.143.152-.239q.121-.096.263-.096q.162 0 .273.109q.112.108.087.25q-.15 1.08-.908 1.844t-1.837.92V19.5q0 .162-.111.273t-.273.112t-.273-.112M5.923 8.385q0-.49.155-.955t.459-.847q.304-.402.7-.645q.396-.244.867-.336q.229-.065.363.158q.135.223-.008.465q-.251.458-.355.992Q8 7.752 8 8.385q0 .627.114 1.168q.113.541.345 1.01q.137.224.006.437t-.361.167q-.471-.092-.867-.342q-.397-.25-.7-.652q-.304-.382-.459-.84t-.155-.948m-4 9.192v-.602q0-.523.28-1.017t.859-.87q.177-.113.361-.193q.185-.08.402-.145q.254-.12.479.132t.027.581q-.156.337-.244.71q-.087.373-.087.802v.602q0 .102.009.175t.025.175q.024.273-.135.48q-.158.209-.426.209h-.511q-.44 0-.74-.3q-.299-.299-.299-.739"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 16.23q-.413 0-.707-.292t-.293-.707v-2.5q0-.414.293-.707t.707-.293t.707.293t.293.707v2.5q0 .413-.293.707t-.707.293m-9.623-5.723Q10 9.63 10 8.385t.877-2.123T13 5.385t2.123.877T16 8.385t-.877 2.123t-2.123.877t-2.123-.877m-3.416 8.108q-.613 0-1.037-.425Q6 17.767 6 17.154v-.179q0-.62.358-1.161t.973-.841q1.198-.592 2.685-.975q1.488-.382 2.984-.382q.467 0 .973.067t.993.163q.298.039.459.296t.094.556q-.09.443-.058.885t.141.879q.067.277.164.542q.098.265.244.525q.196.367.011.727q-.184.36-.582.36zm12.766 1.157q-.111-.111-.111-.273v-1.146q-1.08-.156-1.827-.891t-.918-1.815q-.025-.161.087-.29q.111-.127.273-.127q.142 0 .26.09t.15.233q.13.88.801 1.471q.671.59 1.558.59q.88 0 1.552-.584q.671-.585.802-1.465q.03-.143.152-.239q.121-.096.263-.096q.162 0 .273.109q.112.108.087.25q-.15 1.08-.908 1.844t-1.837.92V19.5q0 .162-.111.273t-.273.112t-.273-.112M5.923 8.385q0-.49.155-.955t.459-.847q.304-.402.7-.645q.396-.244.867-.336q.229-.065.363.158q.135.223-.008.465q-.251.458-.355.992Q8 7.752 8 8.385q0 .627.114 1.168q.113.541.345 1.01q.137.224.006.437t-.361.167q-.471-.092-.867-.342q-.397-.25-.7-.652q-.304-.382-.459-.84t-.155-.948m-4 9.192v-.602q0-.523.28-1.017t.859-.87q.177-.113.361-.193q.185-.08.402-.145q.254-.12.479.132t.027.581q-.156.337-.244.71q-.087.373-.087.802v.602q0 .102.009.175t.025.175q.024.273-.135.48q-.158.209-.426.209h-.511q-.44 0-.74-.3q-.299-.299-.299-.739"/></svg> </template>
CSS
.icon-interpreter-mode-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%22M20.5%2016.23q-.413%200-.707-.292t-.293-.707v-2.5q0-.414.293-.707t.707-.293t.707.293t.293.707v2.5q0%20.413-.293.707t-.707.293m-9.623-5.723Q10%209.63%2010%208.385t.877-2.123T13%205.385t2.123.877T16%208.385t-.877%202.123t-2.123.877t-2.123-.877m-3.416%208.108q-.613%200-1.037-.425Q6%2017.767%206%2017.154v-.179q0-.62.358-1.161t.973-.841q1.198-.592%202.685-.975q1.488-.382%202.984-.382q.467%200%20.973.067t.993.163q.298.039.459.296t.094.556q-.09.443-.058.885t.141.879q.067.277.164.542q.098.265.244.525q.196.367.011.727q-.184.36-.582.36zm12.766%201.157q-.111-.111-.111-.273v-1.146q-1.08-.156-1.827-.891t-.918-1.815q-.025-.161.087-.29q.111-.127.273-.127q.142%200%20.26.09t.15.233q.13.88.801%201.471q.671.59%201.558.59q.88%200%201.552-.584q.671-.585.802-1.465q.03-.143.152-.239q.121-.096.263-.096q.162%200%20.273.109q.112.108.087.25q-.15%201.08-.908%201.844t-1.837.92V19.5q0%20.162-.111.273t-.273.112t-.273-.112M5.923%208.385q0-.49.155-.955t.459-.847q.304-.402.7-.645q.396-.244.867-.336q.229-.065.363.158q.135.223-.008.465q-.251.458-.355.992Q8%207.752%208%208.385q0%20.627.114%201.168q.113.541.345%201.01q.137.224.006.437t-.361.167q-.471-.092-.867-.342q-.397-.25-.7-.652q-.304-.382-.459-.84t-.155-.948m-4%209.192v-.602q0-.523.28-1.017t.859-.87q.177-.113.361-.193q.185-.08.402-.145q.254-.12.479.132t.027.581q-.156.337-.244.71q-.087.373-.087.802v.602q0%20.102.009.175t.025.175q.024.273-.135.48q-.158.209-.426.209h-.511q-.44%200-.74-.3q-.299-.299-.299-.739%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%22M20.5%2016.23q-.413%200-.707-.292t-.293-.707v-2.5q0-.414.293-.707t.707-.293t.707.293t.293.707v2.5q0%20.413-.293.707t-.707.293m-9.623-5.723Q10%209.63%2010%208.385t.877-2.123T13%205.385t2.123.877T16%208.385t-.877%202.123t-2.123.877t-2.123-.877m-3.416%208.108q-.613%200-1.037-.425Q6%2017.767%206%2017.154v-.179q0-.62.358-1.161t.973-.841q1.198-.592%202.685-.975q1.488-.382%202.984-.382q.467%200%20.973.067t.993.163q.298.039.459.296t.094.556q-.09.443-.058.885t.141.879q.067.277.164.542q.098.265.244.525q.196.367.011.727q-.184.36-.582.36zm12.766%201.157q-.111-.111-.111-.273v-1.146q-1.08-.156-1.827-.891t-.918-1.815q-.025-.161.087-.29q.111-.127.273-.127q.142%200%20.26.09t.15.233q.13.88.801%201.471q.671.59%201.558.59q.88%200%201.552-.584q.671-.585.802-1.465q.03-.143.152-.239q.121-.096.263-.096q.162%200%20.273.109q.112.108.087.25q-.15%201.08-.908%201.844t-1.837.92V19.5q0%20.162-.111.273t-.273.112t-.273-.112M5.923%208.385q0-.49.155-.955t.459-.847q.304-.402.7-.645q.396-.244.867-.336q.229-.065.363.158q.135.223-.008.465q-.251.458-.355.992Q8%207.752%208%208.385q0%20.627.114%201.168q.113.541.345%201.01q.137.224.006.437t-.361.167q-.471-.092-.867-.342q-.397-.25-.7-.652q-.304-.382-.459-.84t-.155-.948m-4%209.192v-.602q0-.523.28-1.017t.859-.87q.177-.113.361-.193q.185-.08.402-.145q.254-.12.479.132t.027.581q-.156.337-.244.71q-.087.373-.087.802v.602q0%20.102.009.175t.025.175q.024.273-.135.48q-.158.209-.426.209h-.511q-.44%200-.74-.3q-.299-.299-.299-.739%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/interpreter-mode-rounded.svg?color=%231a73e8&size=48