comment-slash from Font Awesome Solid by Dave Gandy · Solid · Chat · CC-BY-4.0 Attribution required.

Name
comment-slash
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 slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39c-9.4-9.3-24.6-9.3-34 0s-9.3 24.6 0 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-96.6-96.6c44.4-43.2 71.6-101.8 71.6-166.5c0-132.5-114.6-240-256-240c-63 0-120.8 21.4-165.4 56.8zm19.4 155C74.2 227 64 264.3 64 303.9c0 54.3 19.2 104.3 51.6 144.5l-48.8 92.3c-4.8 9-3.3 20 3.6 27.5s17.7 9.8 27.1 5.8l118.4-50.7C247.7 536.6 283 544 320 544c36.4 0 70.9-7.1 102.3-19.9l-330-330z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidCommentSlash(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="M73 39c-9.4-9.3-24.6-9.3-34 0s-9.3 24.6 0 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-96.6-96.6c44.4-43.2 71.6-101.8 71.6-166.5c0-132.5-114.6-240-256-240c-63 0-120.8 21.4-165.4 56.8zm19.4 155C74.2 227 64 264.3 64 303.9c0 54.3 19.2 104.3 51.6 144.5l-48.8 92.3c-4.8 9-3.3 20 3.6 27.5s17.7 9.8 27.1 5.8l118.4-50.7C247.7 536.6 283 544 320 544c36.4 0 70.9-7.1 102.3-19.9l-330-330z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39c-9.4-9.3-24.6-9.3-34 0s-9.3 24.6 0 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-96.6-96.6c44.4-43.2 71.6-101.8 71.6-166.5c0-132.5-114.6-240-256-240c-63 0-120.8 21.4-165.4 56.8zm19.4 155C74.2 227 64 264.3 64 303.9c0 54.3 19.2 104.3 51.6 144.5l-48.8 92.3c-4.8 9-3.3 20 3.6 27.5s17.7 9.8 27.1 5.8l118.4-50.7C247.7 536.6 283 544 320 544c36.4 0 70.9-7.1 102.3-19.9l-330-330z"/></svg>
</template>

CSS

.icon-comment-slash {
  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%22M73%2039c-9.4-9.3-24.6-9.3-34%200s-9.3%2024.6%200%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-96.6-96.6c44.4-43.2%2071.6-101.8%2071.6-166.5c0-132.5-114.6-240-256-240c-63%200-120.8%2021.4-165.4%2056.8zm19.4%20155C74.2%20227%2064%20264.3%2064%20303.9c0%2054.3%2019.2%20104.3%2051.6%20144.5l-48.8%2092.3c-4.8%209-3.3%2020%203.6%2027.5s17.7%209.8%2027.1%205.8l118.4-50.7C247.7%20536.6%20283%20544%20320%20544c36.4%200%2070.9-7.1%20102.3-19.9l-330-330z%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%22M73%2039c-9.4-9.3-24.6-9.3-34%200s-9.3%2024.6%200%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-96.6-96.6c44.4-43.2%2071.6-101.8%2071.6-166.5c0-132.5-114.6-240-256-240c-63%200-120.8%2021.4-165.4%2056.8zm19.4%20155C74.2%20227%2064%20264.3%2064%20303.9c0%2054.3%2019.2%20104.3%2051.6%20144.5l-48.8%2092.3c-4.8%209-3.3%2020%203.6%2027.5s17.7%209.8%2027.1%205.8l118.4-50.7C247.7%20536.6%20283%20544%20320%20544c36.4%200%2070.9-7.1%20102.3-19.9l-330-330z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/comment-slash.svg?color=%231a73e8&size=48