rightangerbubble emoji
rightangerbubble from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- rightangerbubble
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 512×512
- License
- Apache 2.0
More objects icons from Firefox OS Emoji
admissionticketsalienmonsteramericanfootballartistpaletteauberginebabybottlebackofenvelopeballoonballotboldscriptxballotboxboldcheckballotboxwithboldscriptxballottboxwithballottballottboxwithscriptxballottscriptxbananabanknotedollarbanknoteeurobanknotepoundbanknoteyenbarchartbaseballbasketballandhoopbathbathtub
Use the rightangerbubble emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#E3E2DD" d="m409.959 161.001l37.889-88.137c2.256-5.249-3.632-10.256-8.45-7.185l-84.635 53.948c-3.553 2.265-8.259.107-8.862-4.063L333.172 27.53c-.792-5.476-8.07-6.842-10.794-2.026l-52.698 93.168a5.803 5.803 0 0 1-8.562 1.763l-75.485-57.364c-3.857-2.931-9.396-.124-9.313 4.72l1.097 63.706c.072 4.155-4.12 7.036-7.973 5.481L85.35 103.044c-4.944-1.995-9.735 3.173-7.373 7.952l38.975 78.865a5.802 5.802 0 0 1-3.228 8.027l-69.23 25.047c-5.029 1.819-5.128 8.896-.152 10.855l81.784 32.211c3.3 1.3 4.672 5.229 2.899 8.3L9.206 481.828c-3.019 5.228 2.961 11.017 8.088 7.83l212.697-132.203c3.163-1.966 7.332-.486 8.548 3.034l25.589 74.072c1.446 4.187 6.861 5.274 9.812 1.971L342.3 360a5.803 5.803 0 0 1 7.731-.834l83.128 60.198c4.436 3.212 10.444-.944 9.001-6.228l-25.335-92.787a5.8 5.8 0 0 1 4.374-7.2l76.504-16.508c5.179-1.118 6.274-8.022 1.695-10.687l-52.341-30.464c-3.136-1.825-3.846-6.049-1.48-8.799l58.51-68.007c3.236-3.762.564-9.587-4.399-9.587H415.29c-4.168-.002-6.977-4.266-5.331-8.096"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiRightangerbubble(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#E3E2DD" d="m409.959 161.001l37.889-88.137c2.256-5.249-3.632-10.256-8.45-7.185l-84.635 53.948c-3.553 2.265-8.259.107-8.862-4.063L333.172 27.53c-.792-5.476-8.07-6.842-10.794-2.026l-52.698 93.168a5.803 5.803 0 0 1-8.562 1.763l-75.485-57.364c-3.857-2.931-9.396-.124-9.313 4.72l1.097 63.706c.072 4.155-4.12 7.036-7.973 5.481L85.35 103.044c-4.944-1.995-9.735 3.173-7.373 7.952l38.975 78.865a5.802 5.802 0 0 1-3.228 8.027l-69.23 25.047c-5.029 1.819-5.128 8.896-.152 10.855l81.784 32.211c3.3 1.3 4.672 5.229 2.899 8.3L9.206 481.828c-3.019 5.228 2.961 11.017 8.088 7.83l212.697-132.203c3.163-1.966 7.332-.486 8.548 3.034l25.589 74.072c1.446 4.187 6.861 5.274 9.812 1.971L342.3 360a5.803 5.803 0 0 1 7.731-.834l83.128 60.198c4.436 3.212 10.444-.944 9.001-6.228l-25.335-92.787a5.8 5.8 0 0 1 4.374-7.2l76.504-16.508c5.179-1.118 6.274-8.022 1.695-10.687l-52.341-30.464c-3.136-1.825-3.846-6.049-1.48-8.799l58.51-68.007c3.236-3.762.564-9.587-4.399-9.587H415.29c-4.168-.002-6.977-4.266-5.331-8.096"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#E3E2DD" d="m409.959 161.001l37.889-88.137c2.256-5.249-3.632-10.256-8.45-7.185l-84.635 53.948c-3.553 2.265-8.259.107-8.862-4.063L333.172 27.53c-.792-5.476-8.07-6.842-10.794-2.026l-52.698 93.168a5.803 5.803 0 0 1-8.562 1.763l-75.485-57.364c-3.857-2.931-9.396-.124-9.313 4.72l1.097 63.706c.072 4.155-4.12 7.036-7.973 5.481L85.35 103.044c-4.944-1.995-9.735 3.173-7.373 7.952l38.975 78.865a5.802 5.802 0 0 1-3.228 8.027l-69.23 25.047c-5.029 1.819-5.128 8.896-.152 10.855l81.784 32.211c3.3 1.3 4.672 5.229 2.899 8.3L9.206 481.828c-3.019 5.228 2.961 11.017 8.088 7.83l212.697-132.203c3.163-1.966 7.332-.486 8.548 3.034l25.589 74.072c1.446 4.187 6.861 5.274 9.812 1.971L342.3 360a5.803 5.803 0 0 1 7.731-.834l83.128 60.198c4.436 3.212 10.444-.944 9.001-6.228l-25.335-92.787a5.8 5.8 0 0 1 4.374-7.2l76.504-16.508c5.179-1.118 6.274-8.022 1.695-10.687l-52.341-30.464c-3.136-1.825-3.846-6.049-1.48-8.799l58.51-68.007c3.236-3.762.564-9.587-4.399-9.587H415.29c-4.168-.002-6.977-4.266-5.331-8.096"/></svg> </template>
CSS
.icon-rightangerbubble {
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%22%23E3E2DD%22%20d%3D%22m409.959%20161.001l37.889-88.137c2.256-5.249-3.632-10.256-8.45-7.185l-84.635%2053.948c-3.553%202.265-8.259.107-8.862-4.063L333.172%2027.53c-.792-5.476-8.07-6.842-10.794-2.026l-52.698%2093.168a5.803%205.803%200%200%201-8.562%201.763l-75.485-57.364c-3.857-2.931-9.396-.124-9.313%204.72l1.097%2063.706c.072%204.155-4.12%207.036-7.973%205.481L85.35%20103.044c-4.944-1.995-9.735%203.173-7.373%207.952l38.975%2078.865a5.802%205.802%200%200%201-3.228%208.027l-69.23%2025.047c-5.029%201.819-5.128%208.896-.152%2010.855l81.784%2032.211c3.3%201.3%204.672%205.229%202.899%208.3L9.206%20481.828c-3.019%205.228%202.961%2011.017%208.088%207.83l212.697-132.203c3.163-1.966%207.332-.486%208.548%203.034l25.589%2074.072c1.446%204.187%206.861%205.274%209.812%201.971L342.3%20360a5.803%205.803%200%200%201%207.731-.834l83.128%2060.198c4.436%203.212%2010.444-.944%209.001-6.228l-25.335-92.787a5.8%205.8%200%200%201%204.374-7.2l76.504-16.508c5.179-1.118%206.274-8.022%201.695-10.687l-52.341-30.464c-3.136-1.825-3.846-6.049-1.48-8.799l58.51-68.007c3.236-3.762.564-9.587-4.399-9.587H415.29c-4.168-.002-6.977-4.266-5.331-8.096%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%22%23E3E2DD%22%20d%3D%22m409.959%20161.001l37.889-88.137c2.256-5.249-3.632-10.256-8.45-7.185l-84.635%2053.948c-3.553%202.265-8.259.107-8.862-4.063L333.172%2027.53c-.792-5.476-8.07-6.842-10.794-2.026l-52.698%2093.168a5.803%205.803%200%200%201-8.562%201.763l-75.485-57.364c-3.857-2.931-9.396-.124-9.313%204.72l1.097%2063.706c.072%204.155-4.12%207.036-7.973%205.481L85.35%20103.044c-4.944-1.995-9.735%203.173-7.373%207.952l38.975%2078.865a5.802%205.802%200%200%201-3.228%208.027l-69.23%2025.047c-5.029%201.819-5.128%208.896-.152%2010.855l81.784%2032.211c3.3%201.3%204.672%205.229%202.899%208.3L9.206%20481.828c-3.019%205.228%202.961%2011.017%208.088%207.83l212.697-132.203c3.163-1.966%207.332-.486%208.548%203.034l25.589%2074.072c1.446%204.187%206.861%205.274%209.812%201.971L342.3%20360a5.803%205.803%200%200%201%207.731-.834l83.128%2060.198c4.436%203.212%2010.444-.944%209.001-6.228l-25.335-92.787a5.8%205.8%200%200%201%204.374-7.2l76.504-16.508c5.179-1.118%206.274-8.022%201.695-10.687l-52.341-30.464c-3.136-1.825-3.846-6.049-1.48-8.799l58.51-68.007c3.236-3.762.564-9.587-4.399-9.587H415.29c-4.168-.002-6.977-4.266-5.331-8.096%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/rightangerbubble.svg?color=%231a73e8&size=48