comment alt share icon
comment-alt-share from Unicons by Iconscout · Line · Chat · Apache-2.0 Free for personal and commercial use.
- Name
- comment-alt-share
- Set
- Unicons
- Style
- Line
- Category
- Chat
- Viewbox
- 24×24
- License
- Apache 2.0
More chat icons from Unicons
chatchat-bubble-userchat-infocommentcomment-addcomment-altcomment-alt-blockcomment-alt-chart-linescomment-alt-checkcomment-alt-dotscomment-alt-downloadcomment-alt-editcomment-alt-exclamationcomment-alt-heartcomment-alt-imagecomment-alt-infocomment-alt-linescomment-alt-lockcomment-alt-medicalcomment-alt-messagecomment-alt-notescomment-alt-pluscomment-alt-questioncomment-alt-redo
Use the comment alt 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.5 6.5h-5a1 1 0 0 0 0 2h5a1 1 0 0 1 1 1v9.72l-1.57-1.45a1 1 0 0 0-.68-.27H9.5a1 1 0 0 1-1-1v-2a1 1 0 0 0-2 0v2a3 3 0 0 0 3 3h8.36l3 2.73a1 1 0 0 0 .68.27a1.1 1.1 0 0 0 .4-.08a1 1 0 0 0 .6-.92v-12a3 3 0 0 0-3.04-3m-10 5a2 2 0 1 0-1.18-3.61l-1.75-.8l1.91-.88a2 2 0 0 0 1 .29a2 2 0 1 0-2-2l-1.9.87A2 2 0 0 0 4.5 5a2 2 0 0 0 0 4a2 2 0 0 0 .93-.24l2.09 1A2 2 0 0 0 9.5 11.5"/></svg>
React
import type { SVGProps } from "react";
export function UilCommentAltShare(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.5 6.5h-5a1 1 0 0 0 0 2h5a1 1 0 0 1 1 1v9.72l-1.57-1.45a1 1 0 0 0-.68-.27H9.5a1 1 0 0 1-1-1v-2a1 1 0 0 0-2 0v2a3 3 0 0 0 3 3h8.36l3 2.73a1 1 0 0 0 .68.27a1.1 1.1 0 0 0 .4-.08a1 1 0 0 0 .6-.92v-12a3 3 0 0 0-3.04-3m-10 5a2 2 0 1 0-1.18-3.61l-1.75-.8l1.91-.88a2 2 0 0 0 1 .29a2 2 0 1 0-2-2l-1.9.87A2 2 0 0 0 4.5 5a2 2 0 0 0 0 4a2 2 0 0 0 .93-.24l2.09 1A2 2 0 0 0 9.5 11.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.5 6.5h-5a1 1 0 0 0 0 2h5a1 1 0 0 1 1 1v9.72l-1.57-1.45a1 1 0 0 0-.68-.27H9.5a1 1 0 0 1-1-1v-2a1 1 0 0 0-2 0v2a3 3 0 0 0 3 3h8.36l3 2.73a1 1 0 0 0 .68.27a1.1 1.1 0 0 0 .4-.08a1 1 0 0 0 .6-.92v-12a3 3 0 0 0-3.04-3m-10 5a2 2 0 1 0-1.18-3.61l-1.75-.8l1.91-.88a2 2 0 0 0 1 .29a2 2 0 1 0-2-2l-1.9.87A2 2 0 0 0 4.5 5a2 2 0 0 0 0 4a2 2 0 0 0 .93-.24l2.09 1A2 2 0 0 0 9.5 11.5"/></svg> </template>
CSS
.icon-comment-alt-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.5%206.5h-5a1%201%200%200%200%200%202h5a1%201%200%200%201%201%201v9.72l-1.57-1.45a1%201%200%200%200-.68-.27H9.5a1%201%200%200%201-1-1v-2a1%201%200%200%200-2%200v2a3%203%200%200%200%203%203h8.36l3%202.73a1%201%200%200%200%20.68.27a1.1%201.1%200%200%200%20.4-.08a1%201%200%200%200%20.6-.92v-12a3%203%200%200%200-3.04-3m-10%205a2%202%200%201%200-1.18-3.61l-1.75-.8l1.91-.88a2%202%200%200%200%201%20.29a2%202%200%201%200-2-2l-1.9.87A2%202%200%200%200%204.5%205a2%202%200%200%200%200%204a2%202%200%200%200%20.93-.24l2.09%201A2%202%200%200%200%209.5%2011.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.5%206.5h-5a1%201%200%200%200%200%202h5a1%201%200%200%201%201%201v9.72l-1.57-1.45a1%201%200%200%200-.68-.27H9.5a1%201%200%200%201-1-1v-2a1%201%200%200%200-2%200v2a3%203%200%200%200%203%203h8.36l3%202.73a1%201%200%200%200%20.68.27a1.1%201.1%200%200%200%20.4-.08a1%201%200%200%200%20.6-.92v-12a3%203%200%200%200-3.04-3m-10%205a2%202%200%201%200-1.18-3.61l-1.75-.8l1.91-.88a2%202%200%200%200%201%20.29a2%202%200%201%200-2-2l-1.9.87A2%202%200%200%200%204.5%205a2%202%200%200%200%200%204a2%202%200%200%200%20.93-.24l2.09%201A2%202%200%200%200%209.5%2011.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/comment-alt-share.svg?color=%231a73e8&size=48