comic bubble icon
comic-bubble-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- comic-bubble-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the comic bubble icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.7 17.7l-2.15-4.175L18.075 11L16 8.925V6h-2.925L11 3.925L8.925 6H6v2.925L3.925 11L6 13.075V16h2.925L11 18.075l2.5-2.5zm3 3q-.2.2-.513.275t-.637-.1L13.9 18l-2.2 2.2q-.3.3-.7.3t-.7-.3L8.1 18H5q-.425 0-.712-.288T4 17v-3.1l-2.2-2.2q-.3-.3-.3-.7t.3-.7L4 8.1V5q0-.425.288-.712T5 4h3.1l2.2-2.2q.3-.3.7-.3t.7.3L13.9 4H17q.425 0 .713.288T18 5v3.1l2.2 2.2q.3.3.3.7t-.3.7L18 13.9l2.875 5.65q.175.325.1.637t-.275.513M11 11"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsComicBubbleOutlineRounded(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="m17.7 17.7l-2.15-4.175L18.075 11L16 8.925V6h-2.925L11 3.925L8.925 6H6v2.925L3.925 11L6 13.075V16h2.925L11 18.075l2.5-2.5zm3 3q-.2.2-.513.275t-.637-.1L13.9 18l-2.2 2.2q-.3.3-.7.3t-.7-.3L8.1 18H5q-.425 0-.712-.288T4 17v-3.1l-2.2-2.2q-.3-.3-.3-.7t.3-.7L4 8.1V5q0-.425.288-.712T5 4h3.1l2.2-2.2q.3-.3.7-.3t.7.3L13.9 4H17q.425 0 .713.288T18 5v3.1l2.2 2.2q.3.3.3.7t-.3.7L18 13.9l2.875 5.65q.175.325.1.637t-.275.513M11 11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.7 17.7l-2.15-4.175L18.075 11L16 8.925V6h-2.925L11 3.925L8.925 6H6v2.925L3.925 11L6 13.075V16h2.925L11 18.075l2.5-2.5zm3 3q-.2.2-.513.275t-.637-.1L13.9 18l-2.2 2.2q-.3.3-.7.3t-.7-.3L8.1 18H5q-.425 0-.712-.288T4 17v-3.1l-2.2-2.2q-.3-.3-.3-.7t.3-.7L4 8.1V5q0-.425.288-.712T5 4h3.1l2.2-2.2q.3-.3.7-.3t.7.3L13.9 4H17q.425 0 .713.288T18 5v3.1l2.2 2.2q.3.3.3.7t-.3.7L18 13.9l2.875 5.65q.175.325.1.637t-.275.513M11 11"/></svg> </template>
CSS
.icon-comic-bubble-outline-rounded {
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%22m17.7%2017.7l-2.15-4.175L18.075%2011L16%208.925V6h-2.925L11%203.925L8.925%206H6v2.925L3.925%2011L6%2013.075V16h2.925L11%2018.075l2.5-2.5zm3%203q-.2.2-.513.275t-.637-.1L13.9%2018l-2.2%202.2q-.3.3-.7.3t-.7-.3L8.1%2018H5q-.425%200-.712-.288T4%2017v-3.1l-2.2-2.2q-.3-.3-.3-.7t.3-.7L4%208.1V5q0-.425.288-.712T5%204h3.1l2.2-2.2q.3-.3.7-.3t.7.3L13.9%204H17q.425%200%20.713.288T18%205v3.1l2.2%202.2q.3.3.3.7t-.3.7L18%2013.9l2.875%205.65q.175.325.1.637t-.275.513M11%2011%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%22m17.7%2017.7l-2.15-4.175L18.075%2011L16%208.925V6h-2.925L11%203.925L8.925%206H6v2.925L3.925%2011L6%2013.075V16h2.925L11%2018.075l2.5-2.5zm3%203q-.2.2-.513.275t-.637-.1L13.9%2018l-2.2%202.2q-.3.3-.7.3t-.7-.3L8.1%2018H5q-.425%200-.712-.288T4%2017v-3.1l-2.2-2.2q-.3-.3-.3-.7t.3-.7L4%208.1V5q0-.425.288-.712T5%204h3.1l2.2-2.2q.3-.3.7-.3t.7.3L13.9%204H17q.425%200%20.713.288T18%205v3.1l2.2%202.2q.3.3.3.7t-.3.7L18%2013.9l2.875%205.65q.175.325.1.637t-.275.513M11%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/comic-bubble-outline-rounded.svg?color=%231a73e8&size=48