support agent icon
support-agent-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- support-agent-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- support-agent-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the support agent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-.425 0-.712-.288T11 20t.288-.712T12 19h7v-7.1q0-2.925-2.037-4.962T12 4.9T7.038 6.938T5 11.9V17q0 .425-.288.713T4 18q-.825 0-1.412-.587T2 16v-2q0-.525.263-.987T3 12.275l.075-1.325q.2-1.7.988-3.15t1.975-2.525T8.762 3.6T12 3t3.225.6t2.725 1.663t1.975 2.512t1 3.15l.075 1.3q.475.225.738.675t.262.95v2.3q0 .5-.262.95t-.738.675V19q0 .825-.587 1.413T19 21zm-3.713-7.287Q8 13.425 8 13t.288-.712T9 12t.713.288T10 13t-.288.713T9 14t-.712-.288m6 0Q14 13.426 14 13t.288-.712T15 12t.713.288T16 13t-.288.713T15 14t-.712-.288M6.025 12.45Q5.85 9.8 7.625 7.9T12.05 6q2.225 0 3.913 1.413T18 11.025Q15.725 11 13.813 9.8t-2.938-3.25q-.4 2-1.687 3.563T6.025 12.45"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSupportAgentRounded(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 21q-.425 0-.712-.288T11 20t.288-.712T12 19h7v-7.1q0-2.925-2.037-4.962T12 4.9T7.038 6.938T5 11.9V17q0 .425-.288.713T4 18q-.825 0-1.412-.587T2 16v-2q0-.525.263-.987T3 12.275l.075-1.325q.2-1.7.988-3.15t1.975-2.525T8.762 3.6T12 3t3.225.6t2.725 1.663t1.975 2.512t1 3.15l.075 1.3q.475.225.738.675t.262.95v2.3q0 .5-.262.95t-.738.675V19q0 .825-.587 1.413T19 21zm-3.713-7.287Q8 13.425 8 13t.288-.712T9 12t.713.288T10 13t-.288.713T9 14t-.712-.288m6 0Q14 13.426 14 13t.288-.712T15 12t.713.288T16 13t-.288.713T15 14t-.712-.288M6.025 12.45Q5.85 9.8 7.625 7.9T12.05 6q2.225 0 3.913 1.413T18 11.025Q15.725 11 13.813 9.8t-2.938-3.25q-.4 2-1.687 3.563T6.025 12.45"/></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 21q-.425 0-.712-.288T11 20t.288-.712T12 19h7v-7.1q0-2.925-2.037-4.962T12 4.9T7.038 6.938T5 11.9V17q0 .425-.288.713T4 18q-.825 0-1.412-.587T2 16v-2q0-.525.263-.987T3 12.275l.075-1.325q.2-1.7.988-3.15t1.975-2.525T8.762 3.6T12 3t3.225.6t2.725 1.663t1.975 2.512t1 3.15l.075 1.3q.475.225.738.675t.262.95v2.3q0 .5-.262.95t-.738.675V19q0 .825-.587 1.413T19 21zm-3.713-7.287Q8 13.425 8 13t.288-.712T9 12t.713.288T10 13t-.288.713T9 14t-.712-.288m6 0Q14 13.426 14 13t.288-.712T15 12t.713.288T16 13t-.288.713T15 14t-.712-.288M6.025 12.45Q5.85 9.8 7.625 7.9T12.05 6q2.225 0 3.913 1.413T18 11.025Q15.725 11 13.813 9.8t-2.938-3.25q-.4 2-1.687 3.563T6.025 12.45"/></svg> </template>
CSS
.icon-support-agent-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%2021q-.425%200-.712-.288T11%2020t.288-.712T12%2019h7v-7.1q0-2.925-2.037-4.962T12%204.9T7.038%206.938T5%2011.9V17q0%20.425-.288.713T4%2018q-.825%200-1.412-.587T2%2016v-2q0-.525.263-.987T3%2012.275l.075-1.325q.2-1.7.988-3.15t1.975-2.525T8.762%203.6T12%203t3.225.6t2.725%201.663t1.975%202.512t1%203.15l.075%201.3q.475.225.738.675t.262.95v2.3q0%20.5-.262.95t-.738.675V19q0%20.825-.587%201.413T19%2021zm-3.713-7.287Q8%2013.425%208%2013t.288-.712T9%2012t.713.288T10%2013t-.288.713T9%2014t-.712-.288m6%200Q14%2013.426%2014%2013t.288-.712T15%2012t.713.288T16%2013t-.288.713T15%2014t-.712-.288M6.025%2012.45Q5.85%209.8%207.625%207.9T12.05%206q2.225%200%203.913%201.413T18%2011.025Q15.725%2011%2013.813%209.8t-2.938-3.25q-.4%202-1.687%203.563T6.025%2012.45%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%2021q-.425%200-.712-.288T11%2020t.288-.712T12%2019h7v-7.1q0-2.925-2.037-4.962T12%204.9T7.038%206.938T5%2011.9V17q0%20.425-.288.713T4%2018q-.825%200-1.412-.587T2%2016v-2q0-.525.263-.987T3%2012.275l.075-1.325q.2-1.7.988-3.15t1.975-2.525T8.762%203.6T12%203t3.225.6t2.725%201.663t1.975%202.512t1%203.15l.075%201.3q.475.225.738.675t.262.95v2.3q0%20.5-.262.95t-.738.675V19q0%20.825-.587%201.413T19%2021zm-3.713-7.287Q8%2013.425%208%2013t.288-.712T9%2012t.713.288T10%2013t-.288.713T9%2014t-.712-.288m6%200Q14%2013.426%2014%2013t.288-.712T15%2012t.713.288T16%2013t-.288.713T15%2014t-.712-.288M6.025%2012.45Q5.85%209.8%207.625%207.9T12.05%206q2.225%200%203.913%201.413T18%2011.025Q15.725%2011%2013.813%209.8t-2.938-3.25q-.4%202-1.687%203.563T6.025%2012.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/support-agent-rounded.svg?color=%231a73e8&size=48