outline interpreter mode icon

outline-interpreter-mode from Google Material Icons by Material Design Authors · Baseline · AV · Apache-2.0 Free for personal and commercial use.

Name
outline-interpreter-mode
Set
Google Material Icons
Style
Baseline
Category
AV
Viewbox
24×24
License
Apache 2.0

More av icons from Google Material Icons

Use the outline 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.5c-.83 0-1.5-.67-1.5-1.5v-2.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V15c0 .83-.67 1.5-1.5 1.5M20 20h1v-1.54c1.69-.24 3-1.7 3-3.46h-1a2.5 2.5 0 0 1-5 0h-1c0 1.76 1.31 3.22 3 3.46zM9 12c-2.21 0-4-1.79-4-4a4 4 0 0 1 5.34-3.77A5.94 5.94 0 0 0 9 8c0 1.43.5 2.74 1.34 3.77c-.42.15-.87.23-1.34.23m-1.89 1.13A4.97 4.97 0 0 0 5 17.22V20H1v-2.78c0-1.12.61-2.15 1.61-2.66c1.24-.64 2.76-1.19 4.5-1.43M11 8c0-2.21 1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4s-4-1.79-4-4m2 0c0 1.1.9 2 2 2s2-.9 2-2s-.9-2-2-2s-2 .9-2 2m2 7c-2.37 0-4.29.73-5.48 1.34c-.32.16-.52.5-.52.88V18h7.17c.5.86 1.25 1.56 2.15 2H7v-2.78c0-1.12.61-2.15 1.61-2.66C10.29 13.7 12.47 13 15 13c.39 0 .77.02 1.14.05c-.33.59-.55 1.26-.62 1.96c-.17-.01-.34-.01-.52-.01"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineInterpreterMode(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.5c-.83 0-1.5-.67-1.5-1.5v-2.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V15c0 .83-.67 1.5-1.5 1.5M20 20h1v-1.54c1.69-.24 3-1.7 3-3.46h-1a2.5 2.5 0 0 1-5 0h-1c0 1.76 1.31 3.22 3 3.46zM9 12c-2.21 0-4-1.79-4-4a4 4 0 0 1 5.34-3.77A5.94 5.94 0 0 0 9 8c0 1.43.5 2.74 1.34 3.77c-.42.15-.87.23-1.34.23m-1.89 1.13A4.97 4.97 0 0 0 5 17.22V20H1v-2.78c0-1.12.61-2.15 1.61-2.66c1.24-.64 2.76-1.19 4.5-1.43M11 8c0-2.21 1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4s-4-1.79-4-4m2 0c0 1.1.9 2 2 2s2-.9 2-2s-.9-2-2-2s-2 .9-2 2m2 7c-2.37 0-4.29.73-5.48 1.34c-.32.16-.52.5-.52.88V18h7.17c.5.86 1.25 1.56 2.15 2H7v-2.78c0-1.12.61-2.15 1.61-2.66C10.29 13.7 12.47 13 15 13c.39 0 .77.02 1.14.05c-.33.59-.55 1.26-.62 1.96c-.17-.01-.34-.01-.52-.01"/></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.5c-.83 0-1.5-.67-1.5-1.5v-2.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V15c0 .83-.67 1.5-1.5 1.5M20 20h1v-1.54c1.69-.24 3-1.7 3-3.46h-1a2.5 2.5 0 0 1-5 0h-1c0 1.76 1.31 3.22 3 3.46zM9 12c-2.21 0-4-1.79-4-4a4 4 0 0 1 5.34-3.77A5.94 5.94 0 0 0 9 8c0 1.43.5 2.74 1.34 3.77c-.42.15-.87.23-1.34.23m-1.89 1.13A4.97 4.97 0 0 0 5 17.22V20H1v-2.78c0-1.12.61-2.15 1.61-2.66c1.24-.64 2.76-1.19 4.5-1.43M11 8c0-2.21 1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4s-4-1.79-4-4m2 0c0 1.1.9 2 2 2s2-.9 2-2s-.9-2-2-2s-2 .9-2 2m2 7c-2.37 0-4.29.73-5.48 1.34c-.32.16-.52.5-.52.88V18h7.17c.5.86 1.25 1.56 2.15 2H7v-2.78c0-1.12.61-2.15 1.61-2.66C10.29 13.7 12.47 13 15 13c.39 0 .77.02 1.14.05c-.33.59-.55 1.26-.62 1.96c-.17-.01-.34-.01-.52-.01"/></svg>
</template>

CSS

.icon-outline-interpreter-mode {
  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.5c-.83%200-1.5-.67-1.5-1.5v-2.5c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5V15c0%20.83-.67%201.5-1.5%201.5M20%2020h1v-1.54c1.69-.24%203-1.7%203-3.46h-1a2.5%202.5%200%200%201-5%200h-1c0%201.76%201.31%203.22%203%203.46zM9%2012c-2.21%200-4-1.79-4-4a4%204%200%200%201%205.34-3.77A5.94%205.94%200%200%200%209%208c0%201.43.5%202.74%201.34%203.77c-.42.15-.87.23-1.34.23m-1.89%201.13A4.97%204.97%200%200%200%205%2017.22V20H1v-2.78c0-1.12.61-2.15%201.61-2.66c1.24-.64%202.76-1.19%204.5-1.43M11%208c0-2.21%201.79-4%204-4s4%201.79%204%204s-1.79%204-4%204s-4-1.79-4-4m2%200c0%201.1.9%202%202%202s2-.9%202-2s-.9-2-2-2s-2%20.9-2%202m2%207c-2.37%200-4.29.73-5.48%201.34c-.32.16-.52.5-.52.88V18h7.17c.5.86%201.25%201.56%202.15%202H7v-2.78c0-1.12.61-2.15%201.61-2.66C10.29%2013.7%2012.47%2013%2015%2013c.39%200%20.77.02%201.14.05c-.33.59-.55%201.26-.62%201.96c-.17-.01-.34-.01-.52-.01%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.5c-.83%200-1.5-.67-1.5-1.5v-2.5c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5V15c0%20.83-.67%201.5-1.5%201.5M20%2020h1v-1.54c1.69-.24%203-1.7%203-3.46h-1a2.5%202.5%200%200%201-5%200h-1c0%201.76%201.31%203.22%203%203.46zM9%2012c-2.21%200-4-1.79-4-4a4%204%200%200%201%205.34-3.77A5.94%205.94%200%200%200%209%208c0%201.43.5%202.74%201.34%203.77c-.42.15-.87.23-1.34.23m-1.89%201.13A4.97%204.97%200%200%200%205%2017.22V20H1v-2.78c0-1.12.61-2.15%201.61-2.66c1.24-.64%202.76-1.19%204.5-1.43M11%208c0-2.21%201.79-4%204-4s4%201.79%204%204s-1.79%204-4%204s-4-1.79-4-4m2%200c0%201.1.9%202%202%202s2-.9%202-2s-.9-2-2-2s-2%20.9-2%202m2%207c-2.37%200-4.29.73-5.48%201.34c-.32.16-.52.5-.52.88V18h7.17c.5.86%201.25%201.56%202.15%202H7v-2.78c0-1.12.61-2.15%201.61-2.66C10.29%2013.7%2012.47%2013%2015%2013c.39%200%20.77.02%201.14.05c-.33.59-.55%201.26-.62%201.96c-.17-.01-.34-.01-.52-.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-interpreter-mode.svg?color=%231a73e8&size=48