snapchat ghost icon
snapchat-ghost from Unicons Monochrome by Iconscout · Monochrome · Brand Logos · Apache-2.0 Free for personal and commercial use.
- Name
- snapchat-ghost
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- Brand Logos
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More brand logos icons from Unicons Monochrome
Use the snapchat ghost icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.798 16.987c-2.867-.472-4.151-3.401-4.204-3.526l-.006-.011a1.07 1.07 0 0 1-.102-.898c.192-.454.83-.656 1.251-.79c.106-.033.205-.065.283-.096c.763-.3.918-.613.914-.822a.66.66 0 0 0-.5-.543l-.007-.002a1 1 0 0 0-.356-.069a.8.8 0 0 0-.313.063a2.5 2.5 0 0 1-.955.266a.82.82 0 0 1-.53-.178l.032-.53l.004-.065a10.1 10.1 0 0 0-.24-4.035a5.25 5.25 0 0 0-4.874-3.14l-.402.005a5.24 5.24 0 0 0-4.864 3.137a10.1 10.1 0 0 0-.242 4.031q.02.299.036.598a.85.85 0 0 1-.584.178a2.45 2.45 0 0 1-1.014-.268a.6.6 0 0 0-.245-.049a.83.83 0 0 0-.81.533c-.082.43.532.743.906.89c.08.032.178.063.283.096c.422.134 1.06.336 1.252.79a1.07 1.07 0 0 1-.102.898l-.006.011a7 7 0 0 1-1.069 1.663A5.22 5.22 0 0 1 2.2 16.987a.24.24 0 0 0-.2.25a.4.4 0 0 0 .03.13c.177.411 1.059.75 2.553.981c.14.022.198.25.28.622c.032.15.066.305.113.465a.293.293 0 0 0 .32.228a2.5 2.5 0 0 0 .424-.06a5.5 5.5 0 0 1 1.12-.127a5 5 0 0 1 .809.068a3.9 3.9 0 0 1 1.535.784a4.44 4.44 0 0 0 2.69 1.06q.05 0 .1-.004c.04.002.095.004.151.004a4.45 4.45 0 0 0 2.692-1.06a3.9 3.9 0 0 1 1.533-.784a5 5 0 0 1 .808-.068a5.6 5.6 0 0 1 1.12.119a2.4 2.4 0 0 0 .425.053h.024a.28.28 0 0 0 .295-.22a7 7 0 0 0 .114-.462c.081-.371.14-.598.28-.62c1.494-.23 2.377-.57 2.551-.978a.4.4 0 0 0 .032-.13a.24.24 0 0 0-.2-.25Z"/></svg>
React
import type { SVGProps } from "react";
export function UimSnapchatGhost(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="M21.798 16.987c-2.867-.472-4.151-3.401-4.204-3.526l-.006-.011a1.07 1.07 0 0 1-.102-.898c.192-.454.83-.656 1.251-.79c.106-.033.205-.065.283-.096c.763-.3.918-.613.914-.822a.66.66 0 0 0-.5-.543l-.007-.002a1 1 0 0 0-.356-.069a.8.8 0 0 0-.313.063a2.5 2.5 0 0 1-.955.266a.82.82 0 0 1-.53-.178l.032-.53l.004-.065a10.1 10.1 0 0 0-.24-4.035a5.25 5.25 0 0 0-4.874-3.14l-.402.005a5.24 5.24 0 0 0-4.864 3.137a10.1 10.1 0 0 0-.242 4.031q.02.299.036.598a.85.85 0 0 1-.584.178a2.45 2.45 0 0 1-1.014-.268a.6.6 0 0 0-.245-.049a.83.83 0 0 0-.81.533c-.082.43.532.743.906.89c.08.032.178.063.283.096c.422.134 1.06.336 1.252.79a1.07 1.07 0 0 1-.102.898l-.006.011a7 7 0 0 1-1.069 1.663A5.22 5.22 0 0 1 2.2 16.987a.24.24 0 0 0-.2.25a.4.4 0 0 0 .03.13c.177.411 1.059.75 2.553.981c.14.022.198.25.28.622c.032.15.066.305.113.465a.293.293 0 0 0 .32.228a2.5 2.5 0 0 0 .424-.06a5.5 5.5 0 0 1 1.12-.127a5 5 0 0 1 .809.068a3.9 3.9 0 0 1 1.535.784a4.44 4.44 0 0 0 2.69 1.06q.05 0 .1-.004c.04.002.095.004.151.004a4.45 4.45 0 0 0 2.692-1.06a3.9 3.9 0 0 1 1.533-.784a5 5 0 0 1 .808-.068a5.6 5.6 0 0 1 1.12.119a2.4 2.4 0 0 0 .425.053h.024a.28.28 0 0 0 .295-.22a7 7 0 0 0 .114-.462c.081-.371.14-.598.28-.62c1.494-.23 2.377-.57 2.551-.978a.4.4 0 0 0 .032-.13a.24.24 0 0 0-.2-.25Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.798 16.987c-2.867-.472-4.151-3.401-4.204-3.526l-.006-.011a1.07 1.07 0 0 1-.102-.898c.192-.454.83-.656 1.251-.79c.106-.033.205-.065.283-.096c.763-.3.918-.613.914-.822a.66.66 0 0 0-.5-.543l-.007-.002a1 1 0 0 0-.356-.069a.8.8 0 0 0-.313.063a2.5 2.5 0 0 1-.955.266a.82.82 0 0 1-.53-.178l.032-.53l.004-.065a10.1 10.1 0 0 0-.24-4.035a5.25 5.25 0 0 0-4.874-3.14l-.402.005a5.24 5.24 0 0 0-4.864 3.137a10.1 10.1 0 0 0-.242 4.031q.02.299.036.598a.85.85 0 0 1-.584.178a2.45 2.45 0 0 1-1.014-.268a.6.6 0 0 0-.245-.049a.83.83 0 0 0-.81.533c-.082.43.532.743.906.89c.08.032.178.063.283.096c.422.134 1.06.336 1.252.79a1.07 1.07 0 0 1-.102.898l-.006.011a7 7 0 0 1-1.069 1.663A5.22 5.22 0 0 1 2.2 16.987a.24.24 0 0 0-.2.25a.4.4 0 0 0 .03.13c.177.411 1.059.75 2.553.981c.14.022.198.25.28.622c.032.15.066.305.113.465a.293.293 0 0 0 .32.228a2.5 2.5 0 0 0 .424-.06a5.5 5.5 0 0 1 1.12-.127a5 5 0 0 1 .809.068a3.9 3.9 0 0 1 1.535.784a4.44 4.44 0 0 0 2.69 1.06q.05 0 .1-.004c.04.002.095.004.151.004a4.45 4.45 0 0 0 2.692-1.06a3.9 3.9 0 0 1 1.533-.784a5 5 0 0 1 .808-.068a5.6 5.6 0 0 1 1.12.119a2.4 2.4 0 0 0 .425.053h.024a.28.28 0 0 0 .295-.22a7 7 0 0 0 .114-.462c.081-.371.14-.598.28-.62c1.494-.23 2.377-.57 2.551-.978a.4.4 0 0 0 .032-.13a.24.24 0 0 0-.2-.25Z"/></svg> </template>
CSS
.icon-snapchat-ghost {
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%22M21.798%2016.987c-2.867-.472-4.151-3.401-4.204-3.526l-.006-.011a1.07%201.07%200%200%201-.102-.898c.192-.454.83-.656%201.251-.79c.106-.033.205-.065.283-.096c.763-.3.918-.613.914-.822a.66.66%200%200%200-.5-.543l-.007-.002a1%201%200%200%200-.356-.069a.8.8%200%200%200-.313.063a2.5%202.5%200%200%201-.955.266a.82.82%200%200%201-.53-.178l.032-.53l.004-.065a10.1%2010.1%200%200%200-.24-4.035a5.25%205.25%200%200%200-4.874-3.14l-.402.005a5.24%205.24%200%200%200-4.864%203.137a10.1%2010.1%200%200%200-.242%204.031q.02.299.036.598a.85.85%200%200%201-.584.178a2.45%202.45%200%200%201-1.014-.268a.6.6%200%200%200-.245-.049a.83.83%200%200%200-.81.533c-.082.43.532.743.906.89c.08.032.178.063.283.096c.422.134%201.06.336%201.252.79a1.07%201.07%200%200%201-.102.898l-.006.011a7%207%200%200%201-1.069%201.663A5.22%205.22%200%200%201%202.2%2016.987a.24.24%200%200%200-.2.25a.4.4%200%200%200%20.03.13c.177.411%201.059.75%202.553.981c.14.022.198.25.28.622c.032.15.066.305.113.465a.293.293%200%200%200%20.32.228a2.5%202.5%200%200%200%20.424-.06a5.5%205.5%200%200%201%201.12-.127a5%205%200%200%201%20.809.068a3.9%203.9%200%200%201%201.535.784a4.44%204.44%200%200%200%202.69%201.06q.05%200%20.1-.004c.04.002.095.004.151.004a4.45%204.45%200%200%200%202.692-1.06a3.9%203.9%200%200%201%201.533-.784a5%205%200%200%201%20.808-.068a5.6%205.6%200%200%201%201.12.119a2.4%202.4%200%200%200%20.425.053h.024a.28.28%200%200%200%20.295-.22a7%207%200%200%200%20.114-.462c.081-.371.14-.598.28-.62c1.494-.23%202.377-.57%202.551-.978a.4.4%200%200%200%20.032-.13a.24.24%200%200%200-.2-.25Z%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%22M21.798%2016.987c-2.867-.472-4.151-3.401-4.204-3.526l-.006-.011a1.07%201.07%200%200%201-.102-.898c.192-.454.83-.656%201.251-.79c.106-.033.205-.065.283-.096c.763-.3.918-.613.914-.822a.66.66%200%200%200-.5-.543l-.007-.002a1%201%200%200%200-.356-.069a.8.8%200%200%200-.313.063a2.5%202.5%200%200%201-.955.266a.82.82%200%200%201-.53-.178l.032-.53l.004-.065a10.1%2010.1%200%200%200-.24-4.035a5.25%205.25%200%200%200-4.874-3.14l-.402.005a5.24%205.24%200%200%200-4.864%203.137a10.1%2010.1%200%200%200-.242%204.031q.02.299.036.598a.85.85%200%200%201-.584.178a2.45%202.45%200%200%201-1.014-.268a.6.6%200%200%200-.245-.049a.83.83%200%200%200-.81.533c-.082.43.532.743.906.89c.08.032.178.063.283.096c.422.134%201.06.336%201.252.79a1.07%201.07%200%200%201-.102.898l-.006.011a7%207%200%200%201-1.069%201.663A5.22%205.22%200%200%201%202.2%2016.987a.24.24%200%200%200-.2.25a.4.4%200%200%200%20.03.13c.177.411%201.059.75%202.553.981c.14.022.198.25.28.622c.032.15.066.305.113.465a.293.293%200%200%200%20.32.228a2.5%202.5%200%200%200%20.424-.06a5.5%205.5%200%200%201%201.12-.127a5%205%200%200%201%20.809.068a3.9%203.9%200%200%201%201.535.784a4.44%204.44%200%200%200%202.69%201.06q.05%200%20.1-.004c.04.002.095.004.151.004a4.45%204.45%200%200%200%202.692-1.06a3.9%203.9%200%200%201%201.533-.784a5%205%200%200%201%20.808-.068a5.6%205.6%200%200%201%201.12.119a2.4%202.4%200%200%200%20.425.053h.024a.28.28%200%200%200%20.295-.22a7%207%200%200%200%20.114-.462c.081-.371.14-.598.28-.62c1.494-.23%202.377-.57%202.551-.978a.4.4%200%200%200%20.032-.13a.24.24%200%200%200-.2-.25Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/snapchat-ghost.svg?color=%231a73e8&size=48