smileys icon
smileys from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- smileys
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the smileys icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14 6.2V10c-2.79.05-3.95 1.21-4 4H6.2C3.2 14 2 12.8 2 9.8V6.2C2 3.2 3.2 2 6.2 2h3.6c3 0 4.2 1.2 4.2 4.2"/><path stroke-miterlimit="10" d="M6.96 5.87c-.53-.36-1.23-.36-1.76.02m5.76-.02c-.53-.36-1.23-.36-1.76.02m-1.04 5.53H5.84c-.3 0-.54-.24-.54-.54c0-1.49 1.21-2.7 2.7-2.7c.64 0 1.23.22 1.69.59"/><path d="M22 14.2v3.6c0 3-1.2 4.2-4.2 4.2h-3.6c-3 0-4.2-1.2-4.2-4.2V14c.05-2.79 1.21-3.95 4-4h3.8c3 0 4.2 1.2 4.2 4.2"/><path stroke-miterlimit="10" d="M14.96 13.62c-.53.36-1.23.36-1.76-.02m5.76.02c-.53.36-1.23.36-1.76-.02m-3.36 2.58h4.32c.3 0 .54.24.54.54c0 1.49-1.21 2.7-2.7 2.7s-2.7-1.21-2.7-2.7c0-.3.24-.54.54-.54"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSmileys(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M14 6.2V10c-2.79.05-3.95 1.21-4 4H6.2C3.2 14 2 12.8 2 9.8V6.2C2 3.2 3.2 2 6.2 2h3.6c3 0 4.2 1.2 4.2 4.2"/><path strokeMiterlimit="10" d="M6.96 5.87c-.53-.36-1.23-.36-1.76.02m5.76-.02c-.53-.36-1.23-.36-1.76.02m-1.04 5.53H5.84c-.3 0-.54-.24-.54-.54c0-1.49 1.21-2.7 2.7-2.7c.64 0 1.23.22 1.69.59"/><path d="M22 14.2v3.6c0 3-1.2 4.2-4.2 4.2h-3.6c-3 0-4.2-1.2-4.2-4.2V14c.05-2.79 1.21-3.95 4-4h3.8c3 0 4.2 1.2 4.2 4.2"/><path strokeMiterlimit="10" d="M14.96 13.62c-.53.36-1.23.36-1.76-.02m5.76.02c-.53.36-1.23.36-1.76-.02m-3.36 2.58h4.32c.3 0 .54.24.54.54c0 1.49-1.21 2.7-2.7 2.7s-2.7-1.21-2.7-2.7c0-.3.24-.54.54-.54"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14 6.2V10c-2.79.05-3.95 1.21-4 4H6.2C3.2 14 2 12.8 2 9.8V6.2C2 3.2 3.2 2 6.2 2h3.6c3 0 4.2 1.2 4.2 4.2"/><path stroke-miterlimit="10" d="M6.96 5.87c-.53-.36-1.23-.36-1.76.02m5.76-.02c-.53-.36-1.23-.36-1.76.02m-1.04 5.53H5.84c-.3 0-.54-.24-.54-.54c0-1.49 1.21-2.7 2.7-2.7c.64 0 1.23.22 1.69.59"/><path d="M22 14.2v3.6c0 3-1.2 4.2-4.2 4.2h-3.6c-3 0-4.2-1.2-4.2-4.2V14c.05-2.79 1.21-3.95 4-4h3.8c3 0 4.2 1.2 4.2 4.2"/><path stroke-miterlimit="10" d="M14.96 13.62c-.53.36-1.23.36-1.76-.02m5.76.02c-.53.36-1.23.36-1.76-.02m-3.36 2.58h4.32c.3 0 .54.24.54.54c0 1.49-1.21 2.7-2.7 2.7s-2.7-1.21-2.7-2.7c0-.3.24-.54.54-.54"/></g></svg> </template>
CSS
.icon-smileys {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%206.2V10c-2.79.05-3.95%201.21-4%204H6.2C3.2%2014%202%2012.8%202%209.8V6.2C2%203.2%203.2%202%206.2%202h3.6c3%200%204.2%201.2%204.2%204.2%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M6.96%205.87c-.53-.36-1.23-.36-1.76.02m5.76-.02c-.53-.36-1.23-.36-1.76.02m-1.04%205.53H5.84c-.3%200-.54-.24-.54-.54c0-1.49%201.21-2.7%202.7-2.7c.64%200%201.23.22%201.69.59%22%2F%3E%3Cpath%20d%3D%22M22%2014.2v3.6c0%203-1.2%204.2-4.2%204.2h-3.6c-3%200-4.2-1.2-4.2-4.2V14c.05-2.79%201.21-3.95%204-4h3.8c3%200%204.2%201.2%204.2%204.2%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M14.96%2013.62c-.53.36-1.23.36-1.76-.02m5.76.02c-.53.36-1.23.36-1.76-.02m-3.36%202.58h4.32c.3%200%20.54.24.54.54c0%201.49-1.21%202.7-2.7%202.7s-2.7-1.21-2.7-2.7c0-.3.24-.54.54-.54%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%206.2V10c-2.79.05-3.95%201.21-4%204H6.2C3.2%2014%202%2012.8%202%209.8V6.2C2%203.2%203.2%202%206.2%202h3.6c3%200%204.2%201.2%204.2%204.2%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M6.96%205.87c-.53-.36-1.23-.36-1.76.02m5.76-.02c-.53-.36-1.23-.36-1.76.02m-1.04%205.53H5.84c-.3%200-.54-.24-.54-.54c0-1.49%201.21-2.7%202.7-2.7c.64%200%201.23.22%201.69.59%22%2F%3E%3Cpath%20d%3D%22M22%2014.2v3.6c0%203-1.2%204.2-4.2%204.2h-3.6c-3%200-4.2-1.2-4.2-4.2V14c.05-2.79%201.21-3.95%204-4h3.8c3%200%204.2%201.2%204.2%204.2%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M14.96%2013.62c-.53.36-1.23.36-1.76-.02m5.76.02c-.53.36-1.23.36-1.76-.02m-3.36%202.58h4.32c.3%200%20.54.24.54.54c0%201.49-1.21%202.7-2.7%202.7s-2.7-1.21-2.7-2.7c0-.3.24-.54.54-.54%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/smileys.svg?color=%231a73e8&size=48