comment medical icon
comment-medical from Font Awesome Solid by Dave Gandy · Solid · Chat · CC-BY-4.0 Attribution required.
- Name
- comment-medical
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Chat
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More chat icons from Font Awesome Solid
Use the comment medical icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 544c141.4 0 256-107.5 256-240S461.4 64 320 64S64 171.5 64 304c0 54.3 19.2 104.3 51.6 144.5l-48.8 92.3c-4.8 9-3.3 20 3.6 27.5s17.8 9.8 27.1 5.8l118.4-50.7c31.8 13.2 67 20.6 104.1 20.6m-38.4-326.4c0-10.6 8.6-19.2 19.2-19.2h38.4c10.6 0 19.2 8.6 19.2 19.2v48h48c10.6 0 19.2 8.6 19.2 19.2v38.4c0 10.6-8.6 19.2-19.2 19.2h-48v48c0 10.6-8.6 19.2-19.2 19.2h-38.4c-10.6 0-19.2-8.6-19.2-19.2v-48h-48c-10.6 0-19.2-8.6-19.2-19.2v-38.4c0-10.6 8.6-19.2 19.2-19.2h48z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidCommentMedical(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 544c141.4 0 256-107.5 256-240S461.4 64 320 64S64 171.5 64 304c0 54.3 19.2 104.3 51.6 144.5l-48.8 92.3c-4.8 9-3.3 20 3.6 27.5s17.8 9.8 27.1 5.8l118.4-50.7c31.8 13.2 67 20.6 104.1 20.6m-38.4-326.4c0-10.6 8.6-19.2 19.2-19.2h38.4c10.6 0 19.2 8.6 19.2 19.2v48h48c10.6 0 19.2 8.6 19.2 19.2v38.4c0 10.6-8.6 19.2-19.2 19.2h-48v48c0 10.6-8.6 19.2-19.2 19.2h-38.4c-10.6 0-19.2-8.6-19.2-19.2v-48h-48c-10.6 0-19.2-8.6-19.2-19.2v-38.4c0-10.6 8.6-19.2 19.2-19.2h48z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 544c141.4 0 256-107.5 256-240S461.4 64 320 64S64 171.5 64 304c0 54.3 19.2 104.3 51.6 144.5l-48.8 92.3c-4.8 9-3.3 20 3.6 27.5s17.8 9.8 27.1 5.8l118.4-50.7c31.8 13.2 67 20.6 104.1 20.6m-38.4-326.4c0-10.6 8.6-19.2 19.2-19.2h38.4c10.6 0 19.2 8.6 19.2 19.2v48h48c10.6 0 19.2 8.6 19.2 19.2v38.4c0 10.6-8.6 19.2-19.2 19.2h-48v48c0 10.6-8.6 19.2-19.2 19.2h-38.4c-10.6 0-19.2-8.6-19.2-19.2v-48h-48c-10.6 0-19.2-8.6-19.2-19.2v-38.4c0-10.6 8.6-19.2 19.2-19.2h48z"/></svg> </template>
CSS
.icon-comment-medical {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20544c141.4%200%20256-107.5%20256-240S461.4%2064%20320%2064S64%20171.5%2064%20304c0%2054.3%2019.2%20104.3%2051.6%20144.5l-48.8%2092.3c-4.8%209-3.3%2020%203.6%2027.5s17.8%209.8%2027.1%205.8l118.4-50.7c31.8%2013.2%2067%2020.6%20104.1%2020.6m-38.4-326.4c0-10.6%208.6-19.2%2019.2-19.2h38.4c10.6%200%2019.2%208.6%2019.2%2019.2v48h48c10.6%200%2019.2%208.6%2019.2%2019.2v38.4c0%2010.6-8.6%2019.2-19.2%2019.2h-48v48c0%2010.6-8.6%2019.2-19.2%2019.2h-38.4c-10.6%200-19.2-8.6-19.2-19.2v-48h-48c-10.6%200-19.2-8.6-19.2-19.2v-38.4c0-10.6%208.6-19.2%2019.2-19.2h48z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20544c141.4%200%20256-107.5%20256-240S461.4%2064%20320%2064S64%20171.5%2064%20304c0%2054.3%2019.2%20104.3%2051.6%20144.5l-48.8%2092.3c-4.8%209-3.3%2020%203.6%2027.5s17.8%209.8%2027.1%205.8l118.4-50.7c31.8%2013.2%2067%2020.6%20104.1%2020.6m-38.4-326.4c0-10.6%208.6-19.2%2019.2-19.2h38.4c10.6%200%2019.2%208.6%2019.2%2019.2v48h48c10.6%200%2019.2%208.6%2019.2%2019.2v38.4c0%2010.6-8.6%2019.2-19.2%2019.2h-48v48c0%2010.6-8.6%2019.2-19.2%2019.2h-38.4c-10.6%200-19.2-8.6-19.2-19.2v-48h-48c-10.6%200-19.2-8.6-19.2-19.2v-38.4c0-10.6%208.6-19.2%2019.2-19.2h48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/comment-medical.svg?color=%231a73e8&size=48