contact support icon
contact-support from Material Symbols by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- contact-support
- Set
- Material Symbols
- Style
- Regular
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- contact-support-sharp
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="m12 22l-.25-3h-.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 1.875-.612 3.6t-1.676 3.2t-2.525 2.675T12 22m.2-6.325q.3-.3.3-.725t-.3-.725t-.725-.3t-.725.3t-.3.725t.3.725t.725.3t.725-.3M10.75 12.8h1.5q0-.75.15-1.05t.95-1.1q.45-.45.75-.975t.3-1.125q0-1.275-.862-1.912T11.5 6q-1.1 0-1.85.613T8.6 8.1l1.4.55q.125-.425.475-.837T11.5 7.4t1.013.375t.337.825q0 .425-.25.763t-.6.687q-.875.75-1.062 1.188T10.75 12.8"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsContactSupport(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 22l-.25-3h-.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 1.875-.612 3.6t-1.676 3.2t-2.525 2.675T12 22m.2-6.325q.3-.3.3-.725t-.3-.725t-.725-.3t-.725.3t-.3.725t.3.725t.725.3t.725-.3M10.75 12.8h1.5q0-.75.15-1.05t.95-1.1q.45-.45.75-.975t.3-1.125q0-1.275-.862-1.912T11.5 6q-1.1 0-1.85.613T8.6 8.1l1.4.55q.125-.425.475-.837T11.5 7.4t1.013.375t.337.825q0 .425-.25.763t-.6.687q-.875.75-1.062 1.188T10.75 12.8"/></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 22l-.25-3h-.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 1.875-.612 3.6t-1.676 3.2t-2.525 2.675T12 22m.2-6.325q.3-.3.3-.725t-.3-.725t-.725-.3t-.725.3t-.3.725t.3.725t.725.3t.725-.3M10.75 12.8h1.5q0-.75.15-1.05t.95-1.1q.45-.45.75-.975t.3-1.125q0-1.275-.862-1.912T11.5 6q-1.1 0-1.85.613T8.6 8.1l1.4.55q.125-.425.475-.837T11.5 7.4t1.013.375t.337.825q0 .425-.25.763t-.6.687q-.875.75-1.062 1.188T10.75 12.8"/></svg> </template>
CSS
.icon-contact-support {
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%2022l-.25-3h-.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%201.875-.612%203.6t-1.676%203.2t-2.525%202.675T12%2022m.2-6.325q.3-.3.3-.725t-.3-.725t-.725-.3t-.725.3t-.3.725t.3.725t.725.3t.725-.3M10.75%2012.8h1.5q0-.75.15-1.05t.95-1.1q.45-.45.75-.975t.3-1.125q0-1.275-.862-1.912T11.5%206q-1.1%200-1.85.613T8.6%208.1l1.4.55q.125-.425.475-.837T11.5%207.4t1.013.375t.337.825q0%20.425-.25.763t-.6.687q-.875.75-1.062%201.188T10.75%2012.8%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%2022l-.25-3h-.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%201.875-.612%203.6t-1.676%203.2t-2.525%202.675T12%2022m.2-6.325q.3-.3.3-.725t-.3-.725t-.725-.3t-.725.3t-.3.725t.3.725t.725.3t.725-.3M10.75%2012.8h1.5q0-.75.15-1.05t.95-1.1q.45-.45.75-.975t.3-1.125q0-1.275-.862-1.912T11.5%206q-1.1%200-1.85.613T8.6%208.1l1.4.55q.125-.425.475-.837T11.5%207.4t1.013.375t.337.825q0%20.425-.25.763t-.6.687q-.875.75-1.062%201.188T10.75%2012.8%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.svg?color=%231a73e8&size=48