contact-support-outline-rounded from Material Symbols Light by Google · Outline Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
contact-support-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

Use the contact support icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.942 18H11.5q-3.132 0-5.316-2.183T4 10.504t2.183-5.317T11.498 3q1.566 0 2.93.586q1.364.585 2.383 1.604t1.604 2.379T19 10.5q0 2.87-1.474 5.264t-3.753 3.98q-.134.077-.27.085q-.134.007-.257-.06t-.196-.171t-.079-.263zm1.058.35q1.775-1.5 2.888-3.512T18 10.5q0-2.725-1.888-4.612T11.5 4T6.888 5.888T5 10.5t1.888 4.613T11.5 17H14zm-1.944-2.995q.213-.217.213-.523t-.216-.52t-.523-.214t-.52.217q-.214.216-.214.523q0 .306.216.52q.217.213.524.213q.306 0 .52-.216M9.459 8.202q.174.067.347-.009t.283-.245q.205-.338.582-.54q.377-.2.868-.2q.736 0 1.197.385t.46 1.042q0 .406-.197.76q-.197.353-.672.828q-.644.627-.925 1.076t-.28.872q0 .197.128.336t.31.14t.305-.14t.146-.341q.049-.31.335-.689t.696-.788q.564-.564.807-1.063q.243-.5.243-.999q0-1.029-.71-1.655t-1.805-.626q-.736 0-1.356.359t-.932.856q-.11.203-.065.388t.235.253m2.041 2.973"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightContactSupportOutlineRounded(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.942 18H11.5q-3.132 0-5.316-2.183T4 10.504t2.183-5.317T11.498 3q1.566 0 2.93.586q1.364.585 2.383 1.604t1.604 2.379T19 10.5q0 2.87-1.474 5.264t-3.753 3.98q-.134.077-.27.085q-.134.007-.257-.06t-.196-.171t-.079-.263zm1.058.35q1.775-1.5 2.888-3.512T18 10.5q0-2.725-1.888-4.612T11.5 4T6.888 5.888T5 10.5t1.888 4.613T11.5 17H14zm-1.944-2.995q.213-.217.213-.523t-.216-.52t-.523-.214t-.52.217q-.214.216-.214.523q0 .306.216.52q.217.213.524.213q.306 0 .52-.216M9.459 8.202q.174.067.347-.009t.283-.245q.205-.338.582-.54q.377-.2.868-.2q.736 0 1.197.385t.46 1.042q0 .406-.197.76q-.197.353-.672.828q-.644.627-.925 1.076t-.28.872q0 .197.128.336t.31.14t.305-.14t.146-.341q.049-.31.335-.689t.696-.788q.564-.564.807-1.063q.243-.5.243-.999q0-1.029-.71-1.655t-1.805-.626q-.736 0-1.356.359t-.932.856q-.11.203-.065.388t.235.253m2.041 2.973"/></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.942 18H11.5q-3.132 0-5.316-2.183T4 10.504t2.183-5.317T11.498 3q1.566 0 2.93.586q1.364.585 2.383 1.604t1.604 2.379T19 10.5q0 2.87-1.474 5.264t-3.753 3.98q-.134.077-.27.085q-.134.007-.257-.06t-.196-.171t-.079-.263zm1.058.35q1.775-1.5 2.888-3.512T18 10.5q0-2.725-1.888-4.612T11.5 4T6.888 5.888T5 10.5t1.888 4.613T11.5 17H14zm-1.944-2.995q.213-.217.213-.523t-.216-.52t-.523-.214t-.52.217q-.214.216-.214.523q0 .306.216.52q.217.213.524.213q.306 0 .52-.216M9.459 8.202q.174.067.347-.009t.283-.245q.205-.338.582-.54q.377-.2.868-.2q.736 0 1.197.385t.46 1.042q0 .406-.197.76q-.197.353-.672.828q-.644.627-.925 1.076t-.28.872q0 .197.128.336t.31.14t.305-.14t.146-.341q.049-.31.335-.689t.696-.788q.564-.564.807-1.063q.243-.5.243-.999q0-1.029-.71-1.655t-1.805-.626q-.736 0-1.356.359t-.932.856q-.11.203-.065.388t.235.253m2.041 2.973"/></svg>
</template>

CSS

.icon-contact-support-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%22M12.942%2018H11.5q-3.132%200-5.316-2.183T4%2010.504t2.183-5.317T11.498%203q1.566%200%202.93.586q1.364.585%202.383%201.604t1.604%202.379T19%2010.5q0%202.87-1.474%205.264t-3.753%203.98q-.134.077-.27.085q-.134.007-.257-.06t-.196-.171t-.079-.263zm1.058.35q1.775-1.5%202.888-3.512T18%2010.5q0-2.725-1.888-4.612T11.5%204T6.888%205.888T5%2010.5t1.888%204.613T11.5%2017H14zm-1.944-2.995q.213-.217.213-.523t-.216-.52t-.523-.214t-.52.217q-.214.216-.214.523q0%20.306.216.52q.217.213.524.213q.306%200%20.52-.216M9.459%208.202q.174.067.347-.009t.283-.245q.205-.338.582-.54q.377-.2.868-.2q.736%200%201.197.385t.46%201.042q0%20.406-.197.76q-.197.353-.672.828q-.644.627-.925%201.076t-.28.872q0%20.197.128.336t.31.14t.305-.14t.146-.341q.049-.31.335-.689t.696-.788q.564-.564.807-1.063q.243-.5.243-.999q0-1.029-.71-1.655t-1.805-.626q-.736%200-1.356.359t-.932.856q-.11.203-.065.388t.235.253m2.041%202.973%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.942%2018H11.5q-3.132%200-5.316-2.183T4%2010.504t2.183-5.317T11.498%203q1.566%200%202.93.586q1.364.585%202.383%201.604t1.604%202.379T19%2010.5q0%202.87-1.474%205.264t-3.753%203.98q-.134.077-.27.085q-.134.007-.257-.06t-.196-.171t-.079-.263zm1.058.35q1.775-1.5%202.888-3.512T18%2010.5q0-2.725-1.888-4.612T11.5%204T6.888%205.888T5%2010.5t1.888%204.613T11.5%2017H14zm-1.944-2.995q.213-.217.213-.523t-.216-.52t-.523-.214t-.52.217q-.214.216-.214.523q0%20.306.216.52q.217.213.524.213q.306%200%20.52-.216M9.459%208.202q.174.067.347-.009t.283-.245q.205-.338.582-.54q.377-.2.868-.2q.736%200%201.197.385t.46%201.042q0%20.406-.197.76q-.197.353-.672.828q-.644.627-.925%201.076t-.28.872q0%20.197.128.336t.31.14t.305-.14t.146-.341q.049-.31.335-.689t.696-.788q.564-.564.807-1.063q.243-.5.243-.999q0-1.029-.71-1.655t-1.805-.626q-.736%200-1.356.359t-.932.856q-.11.203-.065.388t.235.253m2.041%202.973%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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