wink tongue icon
wink-tongue from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- wink-tongue
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-wink-tongue
The same icon in other sets
Related icons in BoxIcons v2
Use the wink tongue icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 9c-2 0-2.5 2-2.5 2h5s-.501-2-2.5-2"/><path fill="currentColor" d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10s10-4.486 10-10S17.514 2 12 2m-2 16v-3h4v3c0 1.103-.897 2-2 2s-2-.897-2-2m5.856 1.005c.085-.323.144-.656.144-1.005v-1.499C17.589 15.028 18 13 18 13H6s.412 2.028 2 3.501V18c0 .349.059.682.144 1.005A8 8 0 0 1 4 12c0-4.411 3.589-8 8-8s8 3.589 8 8a8 8 0 0 1-4.144 7.005"/><circle cx="8.5" cy="9.5" r="1.5" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxWinkTongue(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="M15.5 9c-2 0-2.5 2-2.5 2h5s-.501-2-2.5-2"/><path fill="currentColor" d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10s10-4.486 10-10S17.514 2 12 2m-2 16v-3h4v3c0 1.103-.897 2-2 2s-2-.897-2-2m5.856 1.005c.085-.323.144-.656.144-1.005v-1.499C17.589 15.028 18 13 18 13H6s.412 2.028 2 3.501V18c0 .349.059.682.144 1.005A8 8 0 0 1 4 12c0-4.411 3.589-8 8-8s8 3.589 8 8a8 8 0 0 1-4.144 7.005"/><circle cx="8.5" cy="9.5" r="1.5" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 9c-2 0-2.5 2-2.5 2h5s-.501-2-2.5-2"/><path fill="currentColor" d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10s10-4.486 10-10S17.514 2 12 2m-2 16v-3h4v3c0 1.103-.897 2-2 2s-2-.897-2-2m5.856 1.005c.085-.323.144-.656.144-1.005v-1.499C17.589 15.028 18 13 18 13H6s.412 2.028 2 3.501V18c0 .349.059.682.144 1.005A8 8 0 0 1 4 12c0-4.411 3.589-8 8-8s8 3.589 8 8a8 8 0 0 1-4.144 7.005"/><circle cx="8.5" cy="9.5" r="1.5" fill="currentColor"/></svg> </template>
CSS
.icon-wink-tongue {
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%22M15.5%209c-2%200-2.5%202-2.5%202h5s-.501-2-2.5-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.486%202%202%206.486%202%2012s4.486%2010%2010%2010s10-4.486%2010-10S17.514%202%2012%202m-2%2016v-3h4v3c0%201.103-.897%202-2%202s-2-.897-2-2m5.856%201.005c.085-.323.144-.656.144-1.005v-1.499C17.589%2015.028%2018%2013%2018%2013H6s.412%202.028%202%203.501V18c0%20.349.059.682.144%201.005A8%208%200%200%201%204%2012c0-4.411%203.589-8%208-8s8%203.589%208%208a8%208%200%200%201-4.144%207.005%22%2F%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%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%22M15.5%209c-2%200-2.5%202-2.5%202h5s-.501-2-2.5-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.486%202%202%206.486%202%2012s4.486%2010%2010%2010s10-4.486%2010-10S17.514%202%2012%202m-2%2016v-3h4v3c0%201.103-.897%202-2%202s-2-.897-2-2m5.856%201.005c.085-.323.144-.656.144-1.005v-1.499C17.589%2015.028%2018%2013%2018%2013H6s.412%202.028%202%203.501V18c0%20.349.059.682.144%201.005A8%208%200%200%201%204%2012c0-4.411%203.589-8%208-8s8%203.589%208%208a8%208%200%200%201-4.144%207.005%22%2F%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/wink-tongue.svg?color=%231a73e8&size=48