emoji astonished icon
emoji-astonished-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- emoji-astonished-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
Related icons in Bootstrap Icons
Use the emoji astonished icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-4.884-3.978a2.1 2.1 0 0 1 .53.332a.5.5 0 0 0 .708-.708h-.001v-.001a2 2 0 0 0-.237-.197a3 3 0 0 0-.606-.345a3 3 0 0 0-2.168-.077a.5.5 0 1 0 .316.948a2 2 0 0 1 1.458.048m-4.774-.048a.5.5 0 0 0 .316-.948a3 3 0 0 0-2.167.077a3.1 3.1 0 0 0-.773.478q-.036.03-.07.064l-.002.001a.5.5 0 1 0 .728.689a2 2 0 0 1 .51-.313a2 2 0 0 1 1.458-.048M7 6.5C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5m4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5S9.448 8 10 8s1-.672 1-1.5m-5.247 4.746c-.383.478.08 1.06.687.98q1.56-.202 3.12 0c.606.08 1.07-.502.687-.98C9.747 10.623 8.998 10 8 10s-1.747.623-2.247 1.246"/></svg>
React
import type { SVGProps } from "react";
export function BiEmojiAstonishedFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-4.884-3.978a2.1 2.1 0 0 1 .53.332a.5.5 0 0 0 .708-.708h-.001v-.001a2 2 0 0 0-.237-.197a3 3 0 0 0-.606-.345a3 3 0 0 0-2.168-.077a.5.5 0 1 0 .316.948a2 2 0 0 1 1.458.048m-4.774-.048a.5.5 0 0 0 .316-.948a3 3 0 0 0-2.167.077a3.1 3.1 0 0 0-.773.478q-.036.03-.07.064l-.002.001a.5.5 0 1 0 .728.689a2 2 0 0 1 .51-.313a2 2 0 0 1 1.458-.048M7 6.5C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5m4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5S9.448 8 10 8s1-.672 1-1.5m-5.247 4.746c-.383.478.08 1.06.687.98q1.56-.202 3.12 0c.606.08 1.07-.502.687-.98C9.747 10.623 8.998 10 8 10s-1.747.623-2.247 1.246"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-4.884-3.978a2.1 2.1 0 0 1 .53.332a.5.5 0 0 0 .708-.708h-.001v-.001a2 2 0 0 0-.237-.197a3 3 0 0 0-.606-.345a3 3 0 0 0-2.168-.077a.5.5 0 1 0 .316.948a2 2 0 0 1 1.458.048m-4.774-.048a.5.5 0 0 0 .316-.948a3 3 0 0 0-2.167.077a3.1 3.1 0 0 0-.773.478q-.036.03-.07.064l-.002.001a.5.5 0 1 0 .728.689a2 2 0 0 1 .51-.313a2 2 0 0 1 1.458-.048M7 6.5C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5m4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5S9.448 8 10 8s1-.672 1-1.5m-5.247 4.746c-.383.478.08 1.06.687.98q1.56-.202 3.12 0c.606.08 1.07-.502.687-.98C9.747 10.623 8.998 10 8 10s-1.747.623-2.247 1.246"/></svg> </template>
CSS
.icon-emoji-astonished-fill {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%208A8%208%200%201%201%200%208a8%208%200%200%201%2016%200m-4.884-3.978a2.1%202.1%200%200%201%20.53.332a.5.5%200%200%200%20.708-.708h-.001v-.001a2%202%200%200%200-.237-.197a3%203%200%200%200-.606-.345a3%203%200%200%200-2.168-.077a.5.5%200%201%200%20.316.948a2%202%200%200%201%201.458.048m-4.774-.048a.5.5%200%200%200%20.316-.948a3%203%200%200%200-2.167.077a3.1%203.1%200%200%200-.773.478q-.036.03-.07.064l-.002.001a.5.5%200%201%200%20.728.689a2%202%200%200%201%20.51-.313a2%202%200%200%201%201.458-.048M7%206.5C7%205.672%206.552%205%206%205s-1%20.672-1%201.5S5.448%208%206%208s1-.672%201-1.5m4%200c0-.828-.448-1.5-1-1.5s-1%20.672-1%201.5S9.448%208%2010%208s1-.672%201-1.5m-5.247%204.746c-.383.478.08%201.06.687.98q1.56-.202%203.12%200c.606.08%201.07-.502.687-.98C9.747%2010.623%208.998%2010%208%2010s-1.747.623-2.247%201.246%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%208A8%208%200%201%201%200%208a8%208%200%200%201%2016%200m-4.884-3.978a2.1%202.1%200%200%201%20.53.332a.5.5%200%200%200%20.708-.708h-.001v-.001a2%202%200%200%200-.237-.197a3%203%200%200%200-.606-.345a3%203%200%200%200-2.168-.077a.5.5%200%201%200%20.316.948a2%202%200%200%201%201.458.048m-4.774-.048a.5.5%200%200%200%20.316-.948a3%203%200%200%200-2.167.077a3.1%203.1%200%200%200-.773.478q-.036.03-.07.064l-.002.001a.5.5%200%201%200%20.728.689a2%202%200%200%201%20.51-.313a2%202%200%200%201%201.458-.048M7%206.5C7%205.672%206.552%205%206%205s-1%20.672-1%201.5S5.448%208%206%208s1-.672%201-1.5m4%200c0-.828-.448-1.5-1-1.5s-1%20.672-1%201.5S9.448%208%2010%208s1-.672%201-1.5m-5.247%204.746c-.383.478.08%201.06.687.98q1.56-.202%203.12%200c.606.08%201.07-.502.687-.98C9.747%2010.623%208.998%2010%208%2010s-1.747.623-2.247%201.246%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/emoji-astonished-fill.svg?color=%231a73e8&size=48