face grin stars icon
face-grin-stars-outline from Flowbite Icons by Themesberg · Outline · Emoji · MIT Free for personal and commercial use.
- Name
- face-grin-stars-outline
- Set
- Flowbite Icons
- Style
- Outline
- Category
- Emoji
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
The same icon in other sets
More emoji icons from Flowbite Icons
Use the face grin stars icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 13c0 2.038-2.239 4.5-5 4.5S7 15.038 7 13c0 1.444 10 1.444 10 0"/><path fill="currentColor" d="m9 6.811l.618 1.253l1.382.2l-1 .975l.236 1.377L9 9.966l-1.236.65L8 9.239l-1-.975l1.382-.2zm6 0l.618 1.253l1.382.2l-1 .975l.236 1.377L15 9.966l-1.236.65L14 9.239l-1-.975l1.382-.2z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m9 6.811l.618 1.253l1.382.2l-1 .975l.236 1.377L9 9.966l-1.236.65L8 9.239l-1-.975l1.382-.2zm6 0l.618 1.253l1.382.2l-1 .975l.236 1.377L15 9.966l-1.236.65L14 9.239l-1-.975l1.382-.2z"/></g></svg>
React
import type { SVGProps } from "react";
export function FlowbiteFaceGrinStarsOutline(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"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M17 13c0 2.038-2.239 4.5-5 4.5S7 15.038 7 13c0 1.444 10 1.444 10 0"/><path fill="currentColor" d="m9 6.811l.618 1.253l1.382.2l-1 .975l.236 1.377L9 9.966l-1.236.65L8 9.239l-1-.975l1.382-.2zm6 0l.618 1.253l1.382.2l-1 .975l.236 1.377L15 9.966l-1.236.65L14 9.239l-1-.975l1.382-.2z"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" d="m9 6.811l.618 1.253l1.382.2l-1 .975l.236 1.377L9 9.966l-1.236.65L8 9.239l-1-.975l1.382-.2zm6 0l.618 1.253l1.382.2l-1 .975l.236 1.377L15 9.966l-1.236.65L14 9.239l-1-.975l1.382-.2z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 13c0 2.038-2.239 4.5-5 4.5S7 15.038 7 13c0 1.444 10 1.444 10 0"/><path fill="currentColor" d="m9 6.811l.618 1.253l1.382.2l-1 .975l.236 1.377L9 9.966l-1.236.65L8 9.239l-1-.975l1.382-.2zm6 0l.618 1.253l1.382.2l-1 .975l.236 1.377L15 9.966l-1.236.65L14 9.239l-1-.975l1.382-.2z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m9 6.811l.618 1.253l1.382.2l-1 .975l.236 1.377L9 9.966l-1.236.65L8 9.239l-1-.975l1.382-.2zm6 0l.618 1.253l1.382.2l-1 .975l.236 1.377L15 9.966l-1.236.65L14 9.239l-1-.975l1.382-.2z"/></g></svg> </template>
CSS
.icon-face-grin-stars-outline {
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%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2021a9%209%200%201%200%200-18a9%209%200%200%200%200%2018%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17%2013c0%202.038-2.239%204.5-5%204.5S7%2015.038%207%2013c0%201.444%2010%201.444%2010%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9%206.811l.618%201.253l1.382.2l-1%20.975l.236%201.377L9%209.966l-1.236.65L8%209.239l-1-.975l1.382-.2zm6%200l.618%201.253l1.382.2l-1%20.975l.236%201.377L15%209.966l-1.236.65L14%209.239l-1-.975l1.382-.2z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%206.811l.618%201.253l1.382.2l-1%20.975l.236%201.377L9%209.966l-1.236.65L8%209.239l-1-.975l1.382-.2zm6%200l.618%201.253l1.382.2l-1%20.975l.236%201.377L15%209.966l-1.236.65L14%209.239l-1-.975l1.382-.2z%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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2021a9%209%200%201%200%200-18a9%209%200%200%200%200%2018%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17%2013c0%202.038-2.239%204.5-5%204.5S7%2015.038%207%2013c0%201.444%2010%201.444%2010%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9%206.811l.618%201.253l1.382.2l-1%20.975l.236%201.377L9%209.966l-1.236.65L8%209.239l-1-.975l1.382-.2zm6%200l.618%201.253l1.382.2l-1%20.975l.236%201.377L15%209.966l-1.236.65L14%209.239l-1-.975l1.382-.2z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%206.811l.618%201.253l1.382.2l-1%20.975l.236%201.377L9%209.966l-1.236.65L8%209.239l-1-.975l1.382-.2zm6%200l.618%201.253l1.382.2l-1%20.975l.236%201.377L15%209.966l-1.236.65L14%209.239l-1-.975l1.382-.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/face-grin-stars-outline.svg?color=%231a73e8&size=48