comment share icon

comment-share from Unicons by Iconscout · Line · Chat · Apache-2.0 Free for personal and commercial use.

Name
comment-share
Set
Unicons
Style
Line
Category
Chat
Viewbox
24×24
License
Apache 2.0

More chat icons from Unicons

Use the comment share icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.06 13.51a1 1 0 0 0-1.11.87A7 7 0 0 1 11 20.5H5.41l.64-.63a1 1 0 0 0 0-1.41a7 7 0 0 1 3.2-11.74a1 1 0 0 0-.5-1.94A9 9 0 0 0 4 19.12l-1.71 1.67a1 1 0 0 0-.21 1.09a1 1 0 0 0 .92.62h8a9 9 0 0 0 8.93-7.88a1 1 0 0 0-.87-1.11M19 7.5a2 2 0 0 0-1.18.39l-1.75-.8L18 6.21a2 2 0 0 0 1 .29a2 2 0 1 0-2-2l-1.9.87A2 2 0 0 0 14 5a2 2 0 0 0 0 4a2 2 0 0 0 .93-.24l2.09 1A2 2 0 1 0 19 7.5"/></svg>

React

import type { SVGProps } from "react";

export function UilCommentShare(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="M19.06 13.51a1 1 0 0 0-1.11.87A7 7 0 0 1 11 20.5H5.41l.64-.63a1 1 0 0 0 0-1.41a7 7 0 0 1 3.2-11.74a1 1 0 0 0-.5-1.94A9 9 0 0 0 4 19.12l-1.71 1.67a1 1 0 0 0-.21 1.09a1 1 0 0 0 .92.62h8a9 9 0 0 0 8.93-7.88a1 1 0 0 0-.87-1.11M19 7.5a2 2 0 0 0-1.18.39l-1.75-.8L18 6.21a2 2 0 0 0 1 .29a2 2 0 1 0-2-2l-1.9.87A2 2 0 0 0 14 5a2 2 0 0 0 0 4a2 2 0 0 0 .93-.24l2.09 1A2 2 0 1 0 19 7.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.06 13.51a1 1 0 0 0-1.11.87A7 7 0 0 1 11 20.5H5.41l.64-.63a1 1 0 0 0 0-1.41a7 7 0 0 1 3.2-11.74a1 1 0 0 0-.5-1.94A9 9 0 0 0 4 19.12l-1.71 1.67a1 1 0 0 0-.21 1.09a1 1 0 0 0 .92.62h8a9 9 0 0 0 8.93-7.88a1 1 0 0 0-.87-1.11M19 7.5a2 2 0 0 0-1.18.39l-1.75-.8L18 6.21a2 2 0 0 0 1 .29a2 2 0 1 0-2-2l-1.9.87A2 2 0 0 0 14 5a2 2 0 0 0 0 4a2 2 0 0 0 .93-.24l2.09 1A2 2 0 1 0 19 7.5"/></svg>
</template>

CSS

.icon-comment-share {
  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%22M19.06%2013.51a1%201%200%200%200-1.11.87A7%207%200%200%201%2011%2020.5H5.41l.64-.63a1%201%200%200%200%200-1.41a7%207%200%200%201%203.2-11.74a1%201%200%200%200-.5-1.94A9%209%200%200%200%204%2019.12l-1.71%201.67a1%201%200%200%200-.21%201.09a1%201%200%200%200%20.92.62h8a9%209%200%200%200%208.93-7.88a1%201%200%200%200-.87-1.11M19%207.5a2%202%200%200%200-1.18.39l-1.75-.8L18%206.21a2%202%200%200%200%201%20.29a2%202%200%201%200-2-2l-1.9.87A2%202%200%200%200%2014%205a2%202%200%200%200%200%204a2%202%200%200%200%20.93-.24l2.09%201A2%202%200%201%200%2019%207.5%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%22M19.06%2013.51a1%201%200%200%200-1.11.87A7%207%200%200%201%2011%2020.5H5.41l.64-.63a1%201%200%200%200%200-1.41a7%207%200%200%201%203.2-11.74a1%201%200%200%200-.5-1.94A9%209%200%200%200%204%2019.12l-1.71%201.67a1%201%200%200%200-.21%201.09a1%201%200%200%200%20.92.62h8a9%209%200%200%200%208.93-7.88a1%201%200%200%200-.87-1.11M19%207.5a2%202%200%200%200-1.18.39l-1.75-.8L18%206.21a2%202%200%200%200%201%20.29a2%202%200%201%200-2-2l-1.9.87A2%202%200%200%200%2014%205a2%202%200%200%200%200%204a2%202%200%200%200%20.93-.24l2.09%201A2%202%200%201%200%2019%207.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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