ghost smile icon
ghost-smile-linear from Solar by 480 Design · Linear · UI · CC-BY-4.0 Attribution required.
- Name
- ghost-smile-linear
- Set
- Solar
- Style
- Linear
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
Use the ghost smile icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-width="1.5" d="M9 15C9.85038 15.6303 10.8846 16 12 16C13.1154 16 14.1496 15.6303 15 15"/><path stroke-width="1.5" d="M22 19.723V12.3006C22 6.61173 17.5228 2 12 2C6.47715 2 2 6.61173 2 12.3006V19.723C2 21.0453 3.35098 21.9054 4.4992 21.314C5.42726 20.836 6.5328 20.9069 7.39614 21.4998C8.36736 22.1667 9.63264 22.1667 10.6039 21.4998L10.9565 21.2576C11.5884 20.8237 12.4116 20.8237 13.0435 21.2576L13.3961 21.4998C14.3674 22.1667 15.6326 22.1667 16.6039 21.4998C17.4672 20.9069 18.5727 20.836 19.5008 21.314C20.649 21.9054 22 21.0453 22 19.723Z"/><path d="M15.5 9.5C15.5 10.0523 15.2761 10.5 15 10.5C14.7239 10.5 14.5 10.0523 14.5 9.5C14.5 8.94772 14.7239 8.5 15 8.5C15.2761 8.5 15.5 8.94772 15.5 9.5Z"/><ellipse cx="9" cy="9.5" rx=".5" ry="1"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarGhostSmileLinear(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"><path strokeLinecap="round" strokeWidth="1.5" d="M9 15C9.85038 15.6303 10.8846 16 12 16C13.1154 16 14.1496 15.6303 15 15"/><path strokeWidth="1.5" d="M22 19.723V12.3006C22 6.61173 17.5228 2 12 2C6.47715 2 2 6.61173 2 12.3006V19.723C2 21.0453 3.35098 21.9054 4.4992 21.314C5.42726 20.836 6.5328 20.9069 7.39614 21.4998C8.36736 22.1667 9.63264 22.1667 10.6039 21.4998L10.9565 21.2576C11.5884 20.8237 12.4116 20.8237 13.0435 21.2576L13.3961 21.4998C14.3674 22.1667 15.6326 22.1667 16.6039 21.4998C17.4672 20.9069 18.5727 20.836 19.5008 21.314C20.649 21.9054 22 21.0453 22 19.723Z"/><path d="M15.5 9.5C15.5 10.0523 15.2761 10.5 15 10.5C14.7239 10.5 14.5 10.0523 14.5 9.5C14.5 8.94772 14.7239 8.5 15 8.5C15.2761 8.5 15.5 8.94772 15.5 9.5Z"/><ellipse cx="9" cy="9.5" rx=".5" ry="1"/></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"><path stroke-linecap="round" stroke-width="1.5" d="M9 15C9.85038 15.6303 10.8846 16 12 16C13.1154 16 14.1496 15.6303 15 15"/><path stroke-width="1.5" d="M22 19.723V12.3006C22 6.61173 17.5228 2 12 2C6.47715 2 2 6.61173 2 12.3006V19.723C2 21.0453 3.35098 21.9054 4.4992 21.314C5.42726 20.836 6.5328 20.9069 7.39614 21.4998C8.36736 22.1667 9.63264 22.1667 10.6039 21.4998L10.9565 21.2576C11.5884 20.8237 12.4116 20.8237 13.0435 21.2576L13.3961 21.4998C14.3674 22.1667 15.6326 22.1667 16.6039 21.4998C17.4672 20.9069 18.5727 20.836 19.5008 21.314C20.649 21.9054 22 21.0453 22 19.723Z"/><path d="M15.5 9.5C15.5 10.0523 15.2761 10.5 15 10.5C14.7239 10.5 14.5 10.0523 14.5 9.5C14.5 8.94772 14.7239 8.5 15 8.5C15.2761 8.5 15.5 8.94772 15.5 9.5Z"/><ellipse cx="9" cy="9.5" rx=".5" ry="1"/></g></svg> </template>
CSS
.icon-ghost-smile-linear {
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%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9%2015C9.85038%2015.6303%2010.8846%2016%2012%2016C13.1154%2016%2014.1496%2015.6303%2015%2015%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M22%2019.723V12.3006C22%206.61173%2017.5228%202%2012%202C6.47715%202%202%206.61173%202%2012.3006V19.723C2%2021.0453%203.35098%2021.9054%204.4992%2021.314C5.42726%2020.836%206.5328%2020.9069%207.39614%2021.4998C8.36736%2022.1667%209.63264%2022.1667%2010.6039%2021.4998L10.9565%2021.2576C11.5884%2020.8237%2012.4116%2020.8237%2013.0435%2021.2576L13.3961%2021.4998C14.3674%2022.1667%2015.6326%2022.1667%2016.6039%2021.4998C17.4672%2020.9069%2018.5727%2020.836%2019.5008%2021.314C20.649%2021.9054%2022%2021.0453%2022%2019.723Z%22%2F%3E%3Cpath%20d%3D%22M15.5%209.5C15.5%2010.0523%2015.2761%2010.5%2015%2010.5C14.7239%2010.5%2014.5%2010.0523%2014.5%209.5C14.5%208.94772%2014.7239%208.5%2015%208.5C15.2761%208.5%2015.5%208.94772%2015.5%209.5Z%22%2F%3E%3Cellipse%20cx%3D%229%22%20cy%3D%229.5%22%20rx%3D%22.5%22%20ry%3D%221%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%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9%2015C9.85038%2015.6303%2010.8846%2016%2012%2016C13.1154%2016%2014.1496%2015.6303%2015%2015%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M22%2019.723V12.3006C22%206.61173%2017.5228%202%2012%202C6.47715%202%202%206.61173%202%2012.3006V19.723C2%2021.0453%203.35098%2021.9054%204.4992%2021.314C5.42726%2020.836%206.5328%2020.9069%207.39614%2021.4998C8.36736%2022.1667%209.63264%2022.1667%2010.6039%2021.4998L10.9565%2021.2576C11.5884%2020.8237%2012.4116%2020.8237%2013.0435%2021.2576L13.3961%2021.4998C14.3674%2022.1667%2015.6326%2022.1667%2016.6039%2021.4998C17.4672%2020.9069%2018.5727%2020.836%2019.5008%2021.314C20.649%2021.9054%2022%2021.0453%2022%2019.723Z%22%2F%3E%3Cpath%20d%3D%22M15.5%209.5C15.5%2010.0523%2015.2761%2010.5%2015%2010.5C14.7239%2010.5%2014.5%2010.0523%2014.5%209.5C14.5%208.94772%2014.7239%208.5%2015%208.5C15.2761%208.5%2015.5%208.94772%2015.5%209.5Z%22%2F%3E%3Cellipse%20cx%3D%229%22%20cy%3D%229.5%22%20rx%3D%22.5%22%20ry%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/ghost-smile-linear.svg?color=%231a73e8&size=48