face smile icon
face-smile from Reicon by REICON · Outline · Faces · MIT Free for personal and commercial use.
- Name
- face-smile
- Set
- Reicon
- Style
- Outline
- Category
- Faces
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All face smile icons →More faces icons from Reicon
confused-circleconfused-squareemoji-circleemoji-squareface-frownface-scan-circleface-scan-squaremask-circlemask-squaremeh-circlemeh-squaresad-circlesad-squaresleeping-circlesleeping-squaresmile-circlesmile-squaresticker-circlesticker-smilesticker-smile2sticker-smile3sticker-squareface-plusface-smile2
Use the face smile icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" clip-path="url(#SVGBgS7qSkY23)"><path d="M8.6 14.55a.75.75 0 1 0-1.2.9a5.74 5.74 0 0 0 4.6 2.3a5.74 5.74 0 0 0 4.6-2.3a.75.75 0 1 0-1.2-.9a4.24 4.24 0 0 1-3.4 1.7a4.24 4.24 0 0 1-3.4-1.7m.4-3.3c.575 0 .894-.447 1.024-.707c.153-.306.226-.676.226-1.043s-.073-.737-.226-1.043c-.13-.26-.449-.707-1.024-.707s-.894.447-1.024.707A2.4 2.4 0 0 0 7.75 9.5c0 .367.073.737.226 1.043c.13.26.449.707 1.024.707m6 0c.575 0 .894-.447 1.024-.707c.153-.306.226-.676.226-1.043s-.073-.737-.226-1.043c-.13-.26-.449-.707-1.024-.707s-.894.447-1.024.707A2.4 2.4 0 0 0 13.75 9.5c0 .367.073.737.226 1.043c.13.26.449.707 1.024.707"/><path fill-rule="evenodd" d="M12 .25C5.51.25.25 5.51.25 12S5.51 23.75 12 23.75S23.75 18.49 23.75 12S18.49.25 12 .25M1.75 12C1.75 6.34 6.34 1.75 12 1.75S22.25 6.34 22.25 12S17.66 22.25 12 22.25S1.75 17.66 1.75 12" clip-rule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY23"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFaceSmile(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"><g fill="currentColor" clipPath="url(#SVGBgS7qSkY23)"><path d="M8.6 14.55a.75.75 0 1 0-1.2.9a5.74 5.74 0 0 0 4.6 2.3a5.74 5.74 0 0 0 4.6-2.3a.75.75 0 1 0-1.2-.9a4.24 4.24 0 0 1-3.4 1.7a4.24 4.24 0 0 1-3.4-1.7m.4-3.3c.575 0 .894-.447 1.024-.707c.153-.306.226-.676.226-1.043s-.073-.737-.226-1.043c-.13-.26-.449-.707-1.024-.707s-.894.447-1.024.707A2.4 2.4 0 0 0 7.75 9.5c0 .367.073.737.226 1.043c.13.26.449.707 1.024.707m6 0c.575 0 .894-.447 1.024-.707c.153-.306.226-.676.226-1.043s-.073-.737-.226-1.043c-.13-.26-.449-.707-1.024-.707s-.894.447-1.024.707A2.4 2.4 0 0 0 13.75 9.5c0 .367.073.737.226 1.043c.13.26.449.707 1.024.707"/><path fillRule="evenodd" d="M12 .25C5.51.25.25 5.51.25 12S5.51 23.75 12 23.75S23.75 18.49 23.75 12S18.49.25 12 .25M1.75 12C1.75 6.34 6.34 1.75 12 1.75S22.25 6.34 22.25 12S17.66 22.25 12 22.25S1.75 17.66 1.75 12" clipRule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY23"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" clip-path="url(#SVGBgS7qSkY23)"><path d="M8.6 14.55a.75.75 0 1 0-1.2.9a5.74 5.74 0 0 0 4.6 2.3a5.74 5.74 0 0 0 4.6-2.3a.75.75 0 1 0-1.2-.9a4.24 4.24 0 0 1-3.4 1.7a4.24 4.24 0 0 1-3.4-1.7m.4-3.3c.575 0 .894-.447 1.024-.707c.153-.306.226-.676.226-1.043s-.073-.737-.226-1.043c-.13-.26-.449-.707-1.024-.707s-.894.447-1.024.707A2.4 2.4 0 0 0 7.75 9.5c0 .367.073.737.226 1.043c.13.26.449.707 1.024.707m6 0c.575 0 .894-.447 1.024-.707c.153-.306.226-.676.226-1.043s-.073-.737-.226-1.043c-.13-.26-.449-.707-1.024-.707s-.894.447-1.024.707A2.4 2.4 0 0 0 13.75 9.5c0 .367.073.737.226 1.043c.13.26.449.707 1.024.707"/><path fill-rule="evenodd" d="M12 .25C5.51.25.25 5.51.25 12S5.51 23.75 12 23.75S23.75 18.49 23.75 12S18.49.25 12 .25M1.75 12C1.75 6.34 6.34 1.75 12 1.75S22.25 6.34 22.25 12S17.66 22.25 12 22.25S1.75 17.66 1.75 12" clip-rule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY23"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-face-smile {
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%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23SVGBgS7qSkY23)%22%3E%3Cpath%20d%3D%22M8.6%2014.55a.75.75%200%201%200-1.2.9a5.74%205.74%200%200%200%204.6%202.3a5.74%205.74%200%200%200%204.6-2.3a.75.75%200%201%200-1.2-.9a4.24%204.24%200%200%201-3.4%201.7a4.24%204.24%200%200%201-3.4-1.7m.4-3.3c.575%200%20.894-.447%201.024-.707c.153-.306.226-.676.226-1.043s-.073-.737-.226-1.043c-.13-.26-.449-.707-1.024-.707s-.894.447-1.024.707A2.4%202.4%200%200%200%207.75%209.5c0%20.367.073.737.226%201.043c.13.26.449.707%201.024.707m6%200c.575%200%20.894-.447%201.024-.707c.153-.306.226-.676.226-1.043s-.073-.737-.226-1.043c-.13-.26-.449-.707-1.024-.707s-.894.447-1.024.707A2.4%202.4%200%200%200%2013.75%209.5c0%20.367.073.737.226%201.043c.13.26.449.707%201.024.707%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%20.25C5.51.25.25%205.51.25%2012S5.51%2023.75%2012%2023.75S23.75%2018.49%2023.75%2012S18.49.25%2012%20.25M1.75%2012C1.75%206.34%206.34%201.75%2012%201.75S22.25%206.34%2022.25%2012S17.66%2022.25%2012%2022.25S1.75%2017.66%201.75%2012%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY23%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23SVGBgS7qSkY23)%22%3E%3Cpath%20d%3D%22M8.6%2014.55a.75.75%200%201%200-1.2.9a5.74%205.74%200%200%200%204.6%202.3a5.74%205.74%200%200%200%204.6-2.3a.75.75%200%201%200-1.2-.9a4.24%204.24%200%200%201-3.4%201.7a4.24%204.24%200%200%201-3.4-1.7m.4-3.3c.575%200%20.894-.447%201.024-.707c.153-.306.226-.676.226-1.043s-.073-.737-.226-1.043c-.13-.26-.449-.707-1.024-.707s-.894.447-1.024.707A2.4%202.4%200%200%200%207.75%209.5c0%20.367.073.737.226%201.043c.13.26.449.707%201.024.707m6%200c.575%200%20.894-.447%201.024-.707c.153-.306.226-.676.226-1.043s-.073-.737-.226-1.043c-.13-.26-.449-.707-1.024-.707s-.894.447-1.024.707A2.4%202.4%200%200%200%2013.75%209.5c0%20.367.073.737.226%201.043c.13.26.449.707%201.024.707%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%20.25C5.51.25.25%205.51.25%2012S5.51%2023.75%2012%2023.75S23.75%2018.49%2023.75%2012S18.49.25%2012%20.25M1.75%2012C1.75%206.34%206.34%201.75%2012%201.75S22.25%206.34%2022.25%2012S17.66%2022.25%2012%2022.25S1.75%2017.66%201.75%2012%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY23%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/face-smile.svg?color=%231a73e8&size=48