emoji wink icon
emoji-wink-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- emoji-wink-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 wink icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M7 6.5C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5M4.285 9.567a.5.5 0 0 0-.183.683A4.5 4.5 0 0 0 8 12.5a4.5 4.5 0 0 0 3.898-2.25a.5.5 0 1 0-.866-.5A3.5 3.5 0 0 1 8 11.5a3.5 3.5 0 0 1-3.032-1.75a.5.5 0 0 0-.683-.183m5.152-3.31a.5.5 0 0 0-.874.486c.33.595.958 1.007 1.687 1.007s1.356-.412 1.687-1.007a.5.5 0 0 0-.874-.486a.93.93 0 0 1-.813.493a.93.93 0 0 1-.813-.493"/></svg>
React
import type { SVGProps } from "react";
export function BiEmojiWinkFill(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="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M7 6.5C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5M4.285 9.567a.5.5 0 0 0-.183.683A4.5 4.5 0 0 0 8 12.5a4.5 4.5 0 0 0 3.898-2.25a.5.5 0 1 0-.866-.5A3.5 3.5 0 0 1 8 11.5a3.5 3.5 0 0 1-3.032-1.75a.5.5 0 0 0-.683-.183m5.152-3.31a.5.5 0 0 0-.874.486c.33.595.958 1.007 1.687 1.007s1.356-.412 1.687-1.007a.5.5 0 0 0-.874-.486a.93.93 0 0 1-.813.493a.93.93 0 0 1-.813-.493"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M7 6.5C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5M4.285 9.567a.5.5 0 0 0-.183.683A4.5 4.5 0 0 0 8 12.5a4.5 4.5 0 0 0 3.898-2.25a.5.5 0 1 0-.866-.5A3.5 3.5 0 0 1 8 11.5a3.5 3.5 0 0 1-3.032-1.75a.5.5 0 0 0-.683-.183m5.152-3.31a.5.5 0 0 0-.874.486c.33.595.958 1.007 1.687 1.007s1.356-.412 1.687-1.007a.5.5 0 0 0-.874-.486a.93.93 0 0 1-.813.493a.93.93 0 0 1-.813-.493"/></svg> </template>
CSS
.icon-emoji-wink-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%22M8%200a8%208%200%201%201%200%2016A8%208%200%200%201%208%200M7%206.5C7%205.672%206.552%205%206%205s-1%20.672-1%201.5S5.448%208%206%208s1-.672%201-1.5M4.285%209.567a.5.5%200%200%200-.183.683A4.5%204.5%200%200%200%208%2012.5a4.5%204.5%200%200%200%203.898-2.25a.5.5%200%201%200-.866-.5A3.5%203.5%200%200%201%208%2011.5a3.5%203.5%200%200%201-3.032-1.75a.5.5%200%200%200-.683-.183m5.152-3.31a.5.5%200%200%200-.874.486c.33.595.958%201.007%201.687%201.007s1.356-.412%201.687-1.007a.5.5%200%200%200-.874-.486a.93.93%200%200%201-.813.493a.93.93%200%200%201-.813-.493%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%22M8%200a8%208%200%201%201%200%2016A8%208%200%200%201%208%200M7%206.5C7%205.672%206.552%205%206%205s-1%20.672-1%201.5S5.448%208%206%208s1-.672%201-1.5M4.285%209.567a.5.5%200%200%200-.183.683A4.5%204.5%200%200%200%208%2012.5a4.5%204.5%200%200%200%203.898-2.25a.5.5%200%201%200-.866-.5A3.5%203.5%200%200%201%208%2011.5a3.5%203.5%200%200%201-3.032-1.75a.5.5%200%200%200-.683-.183m5.152-3.31a.5.5%200%200%200-.874.486c.33.595.958%201.007%201.687%201.007s1.356-.412%201.687-1.007a.5.5%200%200%200-.874-.486a.93.93%200%200%201-.813.493a.93.93%200%200%201-.813-.493%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/emoji-wink-fill.svg?color=%231a73e8&size=48