thought bubble icon
thought-bubble from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- thought-bubble
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the thought bubble icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.21 4.504a4 4 0 0 0-6.23-1.61a1.5 1.5 0 0 1-1.348.268A4 4 0 0 0 5.5 7a.164.164 0 0 1-.118.158a4.002 4.002 0 0 0 .128 7.719a1.57 1.57 0 0 1 1.113 1.113a4.002 4.002 0 0 0 6.563 1.973a1.67 1.67 0 0 1 1.733-.288a4 4 0 0 0 5.418-4.808a1.49 1.49 0 0 1 .27-1.348a4 4 0 0 0-1.611-6.23a1.43 1.43 0 0 1-.786-.785M5.5 20.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsThoughtBubble(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M18.21 4.504a4 4 0 0 0-6.23-1.61a1.5 1.5 0 0 1-1.348.268A4 4 0 0 0 5.5 7a.164.164 0 0 1-.118.158a4.002 4.002 0 0 0 .128 7.719a1.57 1.57 0 0 1 1.113 1.113a4.002 4.002 0 0 0 6.563 1.973a1.67 1.67 0 0 1 1.733-.288a4 4 0 0 0 5.418-4.808a1.49 1.49 0 0 1 .27-1.348a4 4 0 0 0-1.611-6.23a1.43 1.43 0 0 1-.786-.785M5.5 20.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.21 4.504a4 4 0 0 0-6.23-1.61a1.5 1.5 0 0 1-1.348.268A4 4 0 0 0 5.5 7a.164.164 0 0 1-.118.158a4.002 4.002 0 0 0 .128 7.719a1.57 1.57 0 0 1 1.113 1.113a4.002 4.002 0 0 0 6.563 1.973a1.67 1.67 0 0 1 1.733-.288a4 4 0 0 0 5.418-4.808a1.49 1.49 0 0 1 .27-1.348a4 4 0 0 0-1.611-6.23a1.43 1.43 0 0 1-.786-.785M5.5 20.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg> </template>
CSS
.icon-thought-bubble {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.21%204.504a4%204%200%200%200-6.23-1.61a1.5%201.5%200%200%201-1.348.268A4%204%200%200%200%205.5%207a.164.164%200%200%201-.118.158a4.002%204.002%200%200%200%20.128%207.719a1.57%201.57%200%200%201%201.113%201.113a4.002%204.002%200%200%200%206.563%201.973a1.67%201.67%200%200%201%201.733-.288a4%204%200%200%200%205.418-4.808a1.49%201.49%200%200%201%20.27-1.348a4%204%200%200%200-1.611-6.23a1.43%201.43%200%200%201-.786-.785M5.5%2020.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.21%204.504a4%204%200%200%200-6.23-1.61a1.5%201.5%200%200%201-1.348.268A4%204%200%200%200%205.5%207a.164.164%200%200%201-.118.158a4.002%204.002%200%200%200%20.128%207.719a1.57%201.57%200%200%201%201.113%201.113a4.002%204.002%200%200%200%206.563%201.973a1.67%201.67%200%200%201%201.733-.288a4%204%200%200%200%205.418-4.808a1.49%201.49%200%200%201%20.27-1.348a4%204%200%200%200-1.611-6.23a1.43%201.43%200%200%201-.786-.785M5.5%2020.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/thought-bubble.svg?color=%231a73e8&size=48