face smile2 icon

face-smile2-filled from Reicon by REICON · Filled · Like · MIT Free for personal and commercial use.

Name
face-smile2-filled
Set
Reicon
Style
Filled
Category
Like
Viewbox
24×24
License
MIT

1 other variant in Reicon

More like icons from Reicon

Use the face smile2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.333C6.119 1.333 1.333 6.12 1.333 12S6.12 22.667 12 22.667S22.667 17.88 22.667 12S17.88 1.333 12 1.333M6.667 12a1.334 1.334 0 1 1 2.667 0a1.334 1.334 0 0 1-2.667 0m9.178 4.213c-.841 1.328-2.279 2.12-3.845 2.12s-3.004-.793-3.845-2.12a1 1 0 0 1 1.689-1.07c.472.745 1.277 1.19 2.155 1.19s1.682-.445 2.154-1.19a1 1 0 1 1 1.69 1.07Zm.155-2.88a1.334 1.334 0 1 1 0-2.667a1.334 1.334 0 0 1 0 2.667"/></svg>

React

import type { SVGProps } from "react";

export function ReiconFaceSmile2Filled(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="M12 1.333C6.119 1.333 1.333 6.12 1.333 12S6.12 22.667 12 22.667S22.667 17.88 22.667 12S17.88 1.333 12 1.333M6.667 12a1.334 1.334 0 1 1 2.667 0a1.334 1.334 0 0 1-2.667 0m9.178 4.213c-.841 1.328-2.279 2.12-3.845 2.12s-3.004-.793-3.845-2.12a1 1 0 0 1 1.689-1.07c.472.745 1.277 1.19 2.155 1.19s1.682-.445 2.154-1.19a1 1 0 1 1 1.69 1.07Zm.155-2.88a1.334 1.334 0 1 1 0-2.667a1.334 1.334 0 0 1 0 2.667"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.333C6.119 1.333 1.333 6.12 1.333 12S6.12 22.667 12 22.667S22.667 17.88 22.667 12S17.88 1.333 12 1.333M6.667 12a1.334 1.334 0 1 1 2.667 0a1.334 1.334 0 0 1-2.667 0m9.178 4.213c-.841 1.328-2.279 2.12-3.845 2.12s-3.004-.793-3.845-2.12a1 1 0 0 1 1.689-1.07c.472.745 1.277 1.19 2.155 1.19s1.682-.445 2.154-1.19a1 1 0 1 1 1.69 1.07Zm.155-2.88a1.334 1.334 0 1 1 0-2.667a1.334 1.334 0 0 1 0 2.667"/></svg>
</template>

CSS

.icon-face-smile2-filled {
  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%22M12%201.333C6.119%201.333%201.333%206.12%201.333%2012S6.12%2022.667%2012%2022.667S22.667%2017.88%2022.667%2012S17.88%201.333%2012%201.333M6.667%2012a1.334%201.334%200%201%201%202.667%200a1.334%201.334%200%200%201-2.667%200m9.178%204.213c-.841%201.328-2.279%202.12-3.845%202.12s-3.004-.793-3.845-2.12a1%201%200%200%201%201.689-1.07c.472.745%201.277%201.19%202.155%201.19s1.682-.445%202.154-1.19a1%201%200%201%201%201.69%201.07Zm.155-2.88a1.334%201.334%200%201%201%200-2.667a1.334%201.334%200%200%201%200%202.667%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%22M12%201.333C6.119%201.333%201.333%206.12%201.333%2012S6.12%2022.667%2012%2022.667S22.667%2017.88%2022.667%2012S17.88%201.333%2012%201.333M6.667%2012a1.334%201.334%200%201%201%202.667%200a1.334%201.334%200%200%201-2.667%200m9.178%204.213c-.841%201.328-2.279%202.12-3.845%202.12s-3.004-.793-3.845-2.12a1%201%200%200%201%201.689-1.07c.472.745%201.277%201.19%202.155%201.19s1.682-.445%202.154-1.19a1%201%200%201%201%201.69%201.07Zm.155-2.88a1.334%201.334%200%201%201%200-2.667a1.334%201.334%200%200%201%200%202.667%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/face-smile2-filled.svg?color=%231a73e8&size=48