chatbubbles icon
chatbubbles-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- chatbubbles-sharp
- Set
- IonIcons
- Style
- Sharp
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
Use the chatbubbles icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M448 312.43c.77-1.11 1.51-2.26 2.27-3.34A174.55 174.55 0 0 0 480 211.85C480.32 112.55 396.54 32 292.94 32c-90.36 0-165.74 61.49-183.4 143.12a172.8 172.8 0 0 0-4 36.83c0 99.4 80.56 182.11 184.16 182.11c16.47 0 38.66-4.95 50.83-8.29s24.23-7.75 27.35-8.94s8-2.41 11.89-1.29l77.42 22.38a4 4 0 0 0 5-4.86l-17.72-67.49c-1.23-5-1.39-5.94 3.53-13.14"/><path fill="currentColor" d="M312.54 415.38a165 165 0 0 1-23.26 2.05c-42.43 0-82.5-11.2-115-32.2a184.1 184.1 0 0 1-53.09-49.32c-26.08-34.57-40.3-78.51-40.3-124.49c0-3.13.11-6.14.22-9.16a4.34 4.34 0 0 0-7.54-3.12a158.76 158.76 0 0 0-14.86 195.24c2.47 3.77 3.87 6.68 3.44 8.62l-14.09 72.26a4 4 0 0 0 5.22 4.53l68-24.24a16.85 16.85 0 0 1 12.92.22c20.35 8 42.86 12.92 65.37 12.92a169.45 169.45 0 0 0 116.63-46a4.29 4.29 0 0 0-3.66-7.31"/></svg>
React
import type { SVGProps } from "react";
export function IonChatbubblesSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M448 312.43c.77-1.11 1.51-2.26 2.27-3.34A174.55 174.55 0 0 0 480 211.85C480.32 112.55 396.54 32 292.94 32c-90.36 0-165.74 61.49-183.4 143.12a172.8 172.8 0 0 0-4 36.83c0 99.4 80.56 182.11 184.16 182.11c16.47 0 38.66-4.95 50.83-8.29s24.23-7.75 27.35-8.94s8-2.41 11.89-1.29l77.42 22.38a4 4 0 0 0 5-4.86l-17.72-67.49c-1.23-5-1.39-5.94 3.53-13.14"/><path fill="currentColor" d="M312.54 415.38a165 165 0 0 1-23.26 2.05c-42.43 0-82.5-11.2-115-32.2a184.1 184.1 0 0 1-53.09-49.32c-26.08-34.57-40.3-78.51-40.3-124.49c0-3.13.11-6.14.22-9.16a4.34 4.34 0 0 0-7.54-3.12a158.76 158.76 0 0 0-14.86 195.24c2.47 3.77 3.87 6.68 3.44 8.62l-14.09 72.26a4 4 0 0 0 5.22 4.53l68-24.24a16.85 16.85 0 0 1 12.92.22c20.35 8 42.86 12.92 65.37 12.92a169.45 169.45 0 0 0 116.63-46a4.29 4.29 0 0 0-3.66-7.31"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M448 312.43c.77-1.11 1.51-2.26 2.27-3.34A174.55 174.55 0 0 0 480 211.85C480.32 112.55 396.54 32 292.94 32c-90.36 0-165.74 61.49-183.4 143.12a172.8 172.8 0 0 0-4 36.83c0 99.4 80.56 182.11 184.16 182.11c16.47 0 38.66-4.95 50.83-8.29s24.23-7.75 27.35-8.94s8-2.41 11.89-1.29l77.42 22.38a4 4 0 0 0 5-4.86l-17.72-67.49c-1.23-5-1.39-5.94 3.53-13.14"/><path fill="currentColor" d="M312.54 415.38a165 165 0 0 1-23.26 2.05c-42.43 0-82.5-11.2-115-32.2a184.1 184.1 0 0 1-53.09-49.32c-26.08-34.57-40.3-78.51-40.3-124.49c0-3.13.11-6.14.22-9.16a4.34 4.34 0 0 0-7.54-3.12a158.76 158.76 0 0 0-14.86 195.24c2.47 3.77 3.87 6.68 3.44 8.62l-14.09 72.26a4 4 0 0 0 5.22 4.53l68-24.24a16.85 16.85 0 0 1 12.92.22c20.35 8 42.86 12.92 65.37 12.92a169.45 169.45 0 0 0 116.63-46a4.29 4.29 0 0 0-3.66-7.31"/></svg> </template>
CSS
.icon-chatbubbles-sharp {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20312.43c.77-1.11%201.51-2.26%202.27-3.34A174.55%20174.55%200%200%200%20480%20211.85C480.32%20112.55%20396.54%2032%20292.94%2032c-90.36%200-165.74%2061.49-183.4%20143.12a172.8%20172.8%200%200%200-4%2036.83c0%2099.4%2080.56%20182.11%20184.16%20182.11c16.47%200%2038.66-4.95%2050.83-8.29s24.23-7.75%2027.35-8.94s8-2.41%2011.89-1.29l77.42%2022.38a4%204%200%200%200%205-4.86l-17.72-67.49c-1.23-5-1.39-5.94%203.53-13.14%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M312.54%20415.38a165%20165%200%200%201-23.26%202.05c-42.43%200-82.5-11.2-115-32.2a184.1%20184.1%200%200%201-53.09-49.32c-26.08-34.57-40.3-78.51-40.3-124.49c0-3.13.11-6.14.22-9.16a4.34%204.34%200%200%200-7.54-3.12a158.76%20158.76%200%200%200-14.86%20195.24c2.47%203.77%203.87%206.68%203.44%208.62l-14.09%2072.26a4%204%200%200%200%205.22%204.53l68-24.24a16.85%2016.85%200%200%201%2012.92.22c20.35%208%2042.86%2012.92%2065.37%2012.92a169.45%20169.45%200%200%200%20116.63-46a4.29%204.29%200%200%200-3.66-7.31%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20312.43c.77-1.11%201.51-2.26%202.27-3.34A174.55%20174.55%200%200%200%20480%20211.85C480.32%20112.55%20396.54%2032%20292.94%2032c-90.36%200-165.74%2061.49-183.4%20143.12a172.8%20172.8%200%200%200-4%2036.83c0%2099.4%2080.56%20182.11%20184.16%20182.11c16.47%200%2038.66-4.95%2050.83-8.29s24.23-7.75%2027.35-8.94s8-2.41%2011.89-1.29l77.42%2022.38a4%204%200%200%200%205-4.86l-17.72-67.49c-1.23-5-1.39-5.94%203.53-13.14%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M312.54%20415.38a165%20165%200%200%201-23.26%202.05c-42.43%200-82.5-11.2-115-32.2a184.1%20184.1%200%200%201-53.09-49.32c-26.08-34.57-40.3-78.51-40.3-124.49c0-3.13.11-6.14.22-9.16a4.34%204.34%200%200%200-7.54-3.12a158.76%20158.76%200%200%200-14.86%20195.24c2.47%203.77%203.87%206.68%203.44%208.62l-14.09%2072.26a4%204%200%200%200%205.22%204.53l68-24.24a16.85%2016.85%200%200%201%2012.92.22c20.35%208%2042.86%2012.92%2065.37%2012.92a169.45%20169.45%200%200%200%20116.63-46a4.29%204.29%200%200%200-3.66-7.31%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/chatbubbles-sharp.svg?color=%231a73e8&size=48