wink tongue icon
wink-tongue from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- wink-tongue
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in BoxIcons v2 Solid
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="M14 19v-4h-4v4c0 1.103.897 2 2 2s2-.897 2-2"/><path fill="currentColor" d="M12 2C6.486 2 2 6.486 2 12c0 4.434 2.903 8.198 6.906 9.505A3.97 3.97 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-10m-3.5 9a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 8.5 11m4.5 0s.5-2 2.5-2s2.5 2 2.5 2z"/></svg>
React
import type { SVGProps } from "react";
export function BxsWinkTongue(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="M14 19v-4h-4v4c0 1.103.897 2 2 2s2-.897 2-2"/><path fill="currentColor" d="M12 2C6.486 2 2 6.486 2 12c0 4.434 2.903 8.198 6.906 9.505A3.97 3.97 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-10m-3.5 9a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 8.5 11m4.5 0s.5-2 2.5-2s2.5 2 2.5 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 19v-4h-4v4c0 1.103.897 2 2 2s2-.897 2-2"/><path fill="currentColor" d="M12 2C6.486 2 2 6.486 2 12c0 4.434 2.903 8.198 6.906 9.505A3.97 3.97 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-10m-3.5 9a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 8.5 11m4.5 0s.5-2 2.5-2s2.5 2 2.5 2z"/></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%22M14%2019v-4h-4v4c0%201.103.897%202%202%202s2-.897%202-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.486%202%202%206.486%202%2012c0%204.434%202.903%208.198%206.906%209.505A3.97%203.97%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-10m-3.5%209a1.5%201.5%200%201%201%20.001-3.001A1.5%201.5%200%200%201%208.5%2011m4.5%200s.5-2%202.5-2s2.5%202%202.5%202z%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%22M14%2019v-4h-4v4c0%201.103.897%202%202%202s2-.897%202-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.486%202%202%206.486%202%2012c0%204.434%202.903%208.198%206.906%209.505A3.97%203.97%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-10m-3.5%209a1.5%201.5%200%201%201%20.001-3.001A1.5%201.5%200%200%201%208.5%2011m4.5%200s.5-2%202.5-2s2.5%202%202.5%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/wink-tongue.svg?color=%231a73e8&size=48