chat private icon
chat-private-line from Remix Icon by Remix Design · Line · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- chat-private-line
- Set
- Remix Icon
- Style
- Line
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
More communication icons from Remix Icon
chat-1-fillchat-2-fillchat-3-fillchat-4-fillchat-ai-2-fillchat-ai-3-fillchat-ai-4-fillchat-ai-fillchat-check-fillchat-delete-fillchat-download-fillchat-follow-up-fillchat-forward-fillchat-heart-fillchat-history-fillchat-new-fillchat-off-fillchat-poll-fillchat-quote-fillchat-search-fillchat-settings-fillchat-smile-2-fillchat-smile-3-fillchat-smile-ai-3-fill
Use the chat private icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.96 9.96 0 0 1-4.708-1.175L2 22l1.176-5.29A9.96 9.96 0 0 1 2 12C2 6.477 6.477 2 12 2m0 2a8 8 0 0 0-8 8c0 1.335.326 2.618.94 3.766l.35.654l-.656 2.946l2.948-.654l.653.349A7.96 7.96 0 0 0 12 20a8 8 0 1 0 0-16m0 3a3 3 0 0 1 3 3v1h1v5H8v-5h1v-1a3 3 0 0 1 3-3m2 6h-4v1h4zm-2-4c-.552 0-1 .45-1 1v1h2v-1a1 1 0 0 0-1-1"/></svg>
React
import type { SVGProps } from "react";
export function RiChatPrivateLine(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 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.96 9.96 0 0 1-4.708-1.175L2 22l1.176-5.29A9.96 9.96 0 0 1 2 12C2 6.477 6.477 2 12 2m0 2a8 8 0 0 0-8 8c0 1.335.326 2.618.94 3.766l.35.654l-.656 2.946l2.948-.654l.653.349A7.96 7.96 0 0 0 12 20a8 8 0 1 0 0-16m0 3a3 3 0 0 1 3 3v1h1v5H8v-5h1v-1a3 3 0 0 1 3-3m2 6h-4v1h4zm-2-4c-.552 0-1 .45-1 1v1h2v-1a1 1 0 0 0-1-1"/></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 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.96 9.96 0 0 1-4.708-1.175L2 22l1.176-5.29A9.96 9.96 0 0 1 2 12C2 6.477 6.477 2 12 2m0 2a8 8 0 0 0-8 8c0 1.335.326 2.618.94 3.766l.35.654l-.656 2.946l2.948-.654l.653.349A7.96 7.96 0 0 0 12 20a8 8 0 1 0 0-16m0 3a3 3 0 0 1 3 3v1h1v5H8v-5h1v-1a3 3 0 0 1 3-3m2 6h-4v1h4zm-2-4c-.552 0-1 .45-1 1v1h2v-1a1 1 0 0 0-1-1"/></svg> </template>
CSS
.icon-chat-private-line {
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%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010a9.96%209.96%200%200%201-4.708-1.175L2%2022l1.176-5.29A9.96%209.96%200%200%201%202%2012C2%206.477%206.477%202%2012%202m0%202a8%208%200%200%200-8%208c0%201.335.326%202.618.94%203.766l.35.654l-.656%202.946l2.948-.654l.653.349A7.96%207.96%200%200%200%2012%2020a8%208%200%201%200%200-16m0%203a3%203%200%200%201%203%203v1h1v5H8v-5h1v-1a3%203%200%200%201%203-3m2%206h-4v1h4zm-2-4c-.552%200-1%20.45-1%201v1h2v-1a1%201%200%200%200-1-1%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%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010a9.96%209.96%200%200%201-4.708-1.175L2%2022l1.176-5.29A9.96%209.96%200%200%201%202%2012C2%206.477%206.477%202%2012%202m0%202a8%208%200%200%200-8%208c0%201.335.326%202.618.94%203.766l.35.654l-.656%202.946l2.948-.654l.653.349A7.96%207.96%200%200%200%2012%2020a8%208%200%201%200%200-16m0%203a3%203%200%200%201%203%203v1h1v5H8v-5h1v-1a3%203%200%200%201%203-3m2%206h-4v1h4zm-2-4c-.552%200-1%20.45-1%201v1h2v-1a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/chat-private-line.svg?color=%231a73e8&size=48