bxs wink tongue icon
bxs-wink-tongue from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxs-wink-tongue
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
bxs-add-to-queuebxs-adjustbxs-adjust-altbxs-alarmbxs-alarm-addbxs-alarm-exclamationbxs-alarm-offbxs-alarm-snoozebxs-albumbxs-ambulancebxs-analysebxs-angrybxs-archbxs-archivebxs-archive-inbxs-archive-outbxs-areabxs-arrow-from-bottombxs-arrow-from-leftbxs-arrow-from-rightbxs-arrow-from-topbxs-arrow-to-bottombxs-arrow-to-leftbxs-arrow-to-right
Use the bxs wink tongue icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M14 19v-4h-4v4c0 1.103.897 2 2 2s2-.897 2-2z" fill="currentColor"/><path d="M12 2C6.486 2 2 6.486 2 12c0 4.434 2.903 8.198 6.906 9.505A3.969 3.969 0 0 1 8 19v-2.499C6.412 15.027 6 13 6 13h12s-.411 2.027-2 3.501V19c0 .953-.349 1.816-.906 2.504C19.097 20.197 22 16.434 22 12c0-5.514-4.486-10-10-10zm-3.5 9a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 8.5 11zm4.5 0s.5-2 2.5-2c1.999 0 2.5 2 2.5 2h-5z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxsWinkTongue(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M14 19v-4h-4v4c0 1.103.897 2 2 2s2-.897 2-2z" fill="currentColor"/><path d="M12 2C6.486 2 2 6.486 2 12c0 4.434 2.903 8.198 6.906 9.505A3.969 3.969 0 0 1 8 19v-2.499C6.412 15.027 6 13 6 13h12s-.411 2.027-2 3.501V19c0 .953-.349 1.816-.906 2.504C19.097 20.197 22 16.434 22 12c0-5.514-4.486-10-10-10zm-3.5 9a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 8.5 11zm4.5 0s.5-2 2.5-2c1.999 0 2.5 2 2.5 2h-5z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M14 19v-4h-4v4c0 1.103.897 2 2 2s2-.897 2-2z" fill="currentColor"/><path d="M12 2C6.486 2 2 6.486 2 12c0 4.434 2.903 8.198 6.906 9.505A3.969 3.969 0 0 1 8 19v-2.499C6.412 15.027 6 13 6 13h12s-.411 2.027-2 3.501V19c0 .953-.349 1.816-.906 2.504C19.097 20.197 22 16.434 22 12c0-5.514-4.486-10-10-10zm-3.5 9a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 8.5 11zm4.5 0s.5-2 2.5-2c1.999 0 2.5 2 2.5 2h-5z" fill="currentColor"/></svg> </template>
CSS
.icon-bxs-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%20d%3D%22M14%2019v-4h-4v4c0%201.103.897%202%202%202s2-.897%202-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12%202C6.486%202%202%206.486%202%2012c0%204.434%202.903%208.198%206.906%209.505A3.969%203.969%200%200%201%208%2019v-2.499C6.412%2015.027%206%2013%206%2013h12s-.411%202.027-2%203.501V19c0%20.953-.349%201.816-.906%202.504C19.097%2020.197%2022%2016.434%2022%2012c0-5.514-4.486-10-10-10zm-3.5%209a1.5%201.5%200%201%201%20.001-3.001A1.5%201.5%200%200%201%208.5%2011zm4.5%200s.5-2%202.5-2c1.999%200%202.5%202%202.5%202h-5z%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%20d%3D%22M14%2019v-4h-4v4c0%201.103.897%202%202%202s2-.897%202-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12%202C6.486%202%202%206.486%202%2012c0%204.434%202.903%208.198%206.906%209.505A3.969%203.969%200%200%201%208%2019v-2.499C6.412%2015.027%206%2013%206%2013h12s-.411%202.027-2%203.501V19c0%20.953-.349%201.816-.906%202.504C19.097%2020.197%2022%2016.434%2022%2012c0-5.514-4.486-10-10-10zm-3.5%209a1.5%201.5%200%201%201%20.001-3.001A1.5%201.5%200%200%201%208.5%2011zm4.5%200s.5-2%202.5-2c1.999%200%202.5%202%202.5%202h-5z%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/bxs-wink-tongue.svg?color=%231a73e8&size=48