contact support icon
contact-support-rounded from Material Symbols by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- contact-support-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More communicate icons from Material Symbols
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="M11.75 19h-.25q-3.55 0-6.025-2.475T3 10.5t2.475-6.025T11.5 2q1.775 0 3.313.662t2.7 1.825t1.824 2.7T20 10.5q0 3.35-1.888 6.225t-4.762 4.5q-.25.125-.5.138t-.45-.113t-.35-.325t-.175-.475zm.45-3.325q.3-.3.3-.725t-.3-.725t-.725-.3t-.725.3t-.3.725t.3.725t.725.3t.725-.3m-2.9-7.3q.275.125.55.013t.45-.363q.225-.3.525-.463T11.5 7.4q.6 0 .975.337t.375.863q0 .325-.187.65t-.663.8q-.625.55-.925 1.038t-.3.987q0 .3.213.513t.512.212t.5-.225t.3-.525q.125-.425.45-.775t.6-.625q.525-.525.788-1.05t.262-1.05q0-1.15-.788-1.85T11.5 6q-.8 0-1.475.388t-1.1 1.062q-.15.275-.038.538t.413.387"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsContactSupportRounded(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="M11.75 19h-.25q-3.55 0-6.025-2.475T3 10.5t2.475-6.025T11.5 2q1.775 0 3.313.662t2.7 1.825t1.824 2.7T20 10.5q0 3.35-1.888 6.225t-4.762 4.5q-.25.125-.5.138t-.45-.113t-.35-.325t-.175-.475zm.45-3.325q.3-.3.3-.725t-.3-.725t-.725-.3t-.725.3t-.3.725t.3.725t.725.3t.725-.3m-2.9-7.3q.275.125.55.013t.45-.363q.225-.3.525-.463T11.5 7.4q.6 0 .975.337t.375.863q0 .325-.187.65t-.663.8q-.625.55-.925 1.038t-.3.987q0 .3.213.513t.512.212t.5-.225t.3-.525q.125-.425.45-.775t.6-.625q.525-.525.788-1.05t.262-1.05q0-1.15-.788-1.85T11.5 6q-.8 0-1.475.388t-1.1 1.062q-.15.275-.038.538t.413.387"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.75 19h-.25q-3.55 0-6.025-2.475T3 10.5t2.475-6.025T11.5 2q1.775 0 3.313.662t2.7 1.825t1.824 2.7T20 10.5q0 3.35-1.888 6.225t-4.762 4.5q-.25.125-.5.138t-.45-.113t-.35-.325t-.175-.475zm.45-3.325q.3-.3.3-.725t-.3-.725t-.725-.3t-.725.3t-.3.725t.3.725t.725.3t.725-.3m-2.9-7.3q.275.125.55.013t.45-.363q.225-.3.525-.463T11.5 7.4q.6 0 .975.337t.375.863q0 .325-.187.65t-.663.8q-.625.55-.925 1.038t-.3.987q0 .3.213.513t.512.212t.5-.225t.3-.525q.125-.425.45-.775t.6-.625q.525-.525.788-1.05t.262-1.05q0-1.15-.788-1.85T11.5 6q-.8 0-1.475.388t-1.1 1.062q-.15.275-.038.538t.413.387"/></svg> </template>
CSS
.icon-contact-support-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%22M11.75%2019h-.25q-3.55%200-6.025-2.475T3%2010.5t2.475-6.025T11.5%202q1.775%200%203.313.662t2.7%201.825t1.824%202.7T20%2010.5q0%203.35-1.888%206.225t-4.762%204.5q-.25.125-.5.138t-.45-.113t-.35-.325t-.175-.475zm.45-3.325q.3-.3.3-.725t-.3-.725t-.725-.3t-.725.3t-.3.725t.3.725t.725.3t.725-.3m-2.9-7.3q.275.125.55.013t.45-.363q.225-.3.525-.463T11.5%207.4q.6%200%20.975.337t.375.863q0%20.325-.187.65t-.663.8q-.625.55-.925%201.038t-.3.987q0%20.3.213.513t.512.212t.5-.225t.3-.525q.125-.425.45-.775t.6-.625q.525-.525.788-1.05t.262-1.05q0-1.15-.788-1.85T11.5%206q-.8%200-1.475.388t-1.1%201.062q-.15.275-.038.538t.413.387%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%22M11.75%2019h-.25q-3.55%200-6.025-2.475T3%2010.5t2.475-6.025T11.5%202q1.775%200%203.313.662t2.7%201.825t1.824%202.7T20%2010.5q0%203.35-1.888%206.225t-4.762%204.5q-.25.125-.5.138t-.45-.113t-.35-.325t-.175-.475zm.45-3.325q.3-.3.3-.725t-.3-.725t-.725-.3t-.725.3t-.3.725t.3.725t.725.3t.725-.3m-2.9-7.3q.275.125.55.013t.45-.363q.225-.3.525-.463T11.5%207.4q.6%200%20.975.337t.375.863q0%20.325-.187.65t-.663.8q-.625.55-.925%201.038t-.3.987q0%20.3.213.513t.512.212t.5-.225t.3-.525q.125-.425.45-.775t.6-.625q.525-.525.788-1.05t.262-1.05q0-1.15-.788-1.85T11.5%206q-.8%200-1.475.388t-1.1%201.062q-.15.275-.038.538t.413.387%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/contact-support-rounded.svg?color=%231a73e8&size=48