smile icon
smile from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- smile
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the smile icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22c5.514 0 10-4.486 10-10S17.514 2 12 2S2 6.486 2 12s4.486 10 10 10m3.493-13a1.494 1.494 0 1 1-.001 2.987A1.494 1.494 0 0 1 15.493 9m-4.301 6.919a4.1 4.1 0 0 0 1.616 0q.381-.079.75-.233c.234-.1.464-.224.679-.368q.313-.214.591-.489q.275-.274.489-.592l1.658 1.117a6 6 0 0 1-1.619 1.621a6 6 0 0 1-2.149.904a6.1 6.1 0 0 1-2.414-.001a5.9 5.9 0 0 1-2.148-.903a6.1 6.1 0 0 1-1.621-1.622l1.658-1.117q.216.318.488.59a4 4 0 0 0 2.022 1.093M8.5 9a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 8.5 9"/></svg>
React
import type { SVGProps } from "react";
export function BxsSmile(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 22c5.514 0 10-4.486 10-10S17.514 2 12 2S2 6.486 2 12s4.486 10 10 10m3.493-13a1.494 1.494 0 1 1-.001 2.987A1.494 1.494 0 0 1 15.493 9m-4.301 6.919a4.1 4.1 0 0 0 1.616 0q.381-.079.75-.233c.234-.1.464-.224.679-.368q.313-.214.591-.489q.275-.274.489-.592l1.658 1.117a6 6 0 0 1-1.619 1.621a6 6 0 0 1-2.149.904a6.1 6.1 0 0 1-2.414-.001a5.9 5.9 0 0 1-2.148-.903a6.1 6.1 0 0 1-1.621-1.622l1.658-1.117q.216.318.488.59a4 4 0 0 0 2.022 1.093M8.5 9a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 8.5 9"/></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 22c5.514 0 10-4.486 10-10S17.514 2 12 2S2 6.486 2 12s4.486 10 10 10m3.493-13a1.494 1.494 0 1 1-.001 2.987A1.494 1.494 0 0 1 15.493 9m-4.301 6.919a4.1 4.1 0 0 0 1.616 0q.381-.079.75-.233c.234-.1.464-.224.679-.368q.313-.214.591-.489q.275-.274.489-.592l1.658 1.117a6 6 0 0 1-1.619 1.621a6 6 0 0 1-2.149.904a6.1 6.1 0 0 1-2.414-.001a5.9 5.9 0 0 1-2.148-.903a6.1 6.1 0 0 1-1.621-1.622l1.658-1.117q.216.318.488.59a4 4 0 0 0 2.022 1.093M8.5 9a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 8.5 9"/></svg> </template>
CSS
.icon-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2022c5.514%200%2010-4.486%2010-10S17.514%202%2012%202S2%206.486%202%2012s4.486%2010%2010%2010m3.493-13a1.494%201.494%200%201%201-.001%202.987A1.494%201.494%200%200%201%2015.493%209m-4.301%206.919a4.1%204.1%200%200%200%201.616%200q.381-.079.75-.233c.234-.1.464-.224.679-.368q.313-.214.591-.489q.275-.274.489-.592l1.658%201.117a6%206%200%200%201-1.619%201.621a6%206%200%200%201-2.149.904a6.1%206.1%200%200%201-2.414-.001a5.9%205.9%200%200%201-2.148-.903a6.1%206.1%200%200%201-1.621-1.622l1.658-1.117q.216.318.488.59a4%204%200%200%200%202.022%201.093M8.5%209a1.5%201.5%200%201%201-.001%203.001A1.5%201.5%200%200%201%208.5%209%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%2022c5.514%200%2010-4.486%2010-10S17.514%202%2012%202S2%206.486%202%2012s4.486%2010%2010%2010m3.493-13a1.494%201.494%200%201%201-.001%202.987A1.494%201.494%200%200%201%2015.493%209m-4.301%206.919a4.1%204.1%200%200%200%201.616%200q.381-.079.75-.233c.234-.1.464-.224.679-.368q.313-.214.591-.489q.275-.274.489-.592l1.658%201.117a6%206%200%200%201-1.619%201.621a6%206%200%200%201-2.149.904a6.1%206.1%200%200%201-2.414-.001a5.9%205.9%200%200%201-2.148-.903a6.1%206.1%200%200%201-1.621-1.622l1.658-1.117q.216.318.488.59a4%204%200%200%200%202.022%201.093M8.5%209a1.5%201.5%200%201%201-.001%203.001A1.5%201.5%200%200%201%208.5%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/smile.svg?color=%231a73e8&size=48