bubble icon
bubble from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- bubble
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All bubble icons →More newicons icons from Reicon
Use the 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-miterlimit="10" stroke-width="1.5" d="M15.59 12.26a5.13 5.13 0 1 0 0-10.26a5.13 5.13 0 0 0 0 10.26m-9.23 7.18a3.08 3.08 0 1 0 0-6.16a3.08 3.08 0 0 0 0 6.16M16.62 22a2.56 2.56 0 1 0 0-5.12a2.56 2.56 0 0 0 0 5.12"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBubble(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" strokeMiterlimit="10" strokeWidth="1.5" d="M15.59 12.26a5.13 5.13 0 1 0 0-10.26a5.13 5.13 0 0 0 0 10.26m-9.23 7.18a3.08 3.08 0 1 0 0-6.16a3.08 3.08 0 0 0 0 6.16M16.62 22a2.56 2.56 0 1 0 0-5.12a2.56 2.56 0 0 0 0 5.12"/></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-miterlimit="10" stroke-width="1.5" d="M15.59 12.26a5.13 5.13 0 1 0 0-10.26a5.13 5.13 0 0 0 0 10.26m-9.23 7.18a3.08 3.08 0 1 0 0-6.16a3.08 3.08 0 0 0 0 6.16M16.62 22a2.56 2.56 0 1 0 0-5.12a2.56 2.56 0 0 0 0 5.12"/></svg> </template>
CSS
.icon-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-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%20d%3D%22M15.59%2012.26a5.13%205.13%200%201%200%200-10.26a5.13%205.13%200%200%200%200%2010.26m-9.23%207.18a3.08%203.08%200%201%200%200-6.16a3.08%203.08%200%200%200%200%206.16M16.62%2022a2.56%202.56%200%201%200%200-5.12a2.56%202.56%200%200%200%200%205.12%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-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%20d%3D%22M15.59%2012.26a5.13%205.13%200%201%200%200-10.26a5.13%205.13%200%200%200%200%2010.26m-9.23%207.18a3.08%203.08%200%201%200%200-6.16a3.08%203.08%200%200%200%200%206.16M16.62%2022a2.56%202.56%200%201%200%200-5.12a2.56%202.56%200%200%200%200%205.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bubble.svg?color=%231a73e8&size=48