emoji sticker icon

emoji-sticker-line from Remix Icon by Remix Design · Line · Communication · Apache-2.0 Free for personal and commercial use.

Name
emoji-sticker-line
Set
Remix Icon
Style
Line
Category
Communication
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More communication icons from Remix Icon

Use the emoji sticker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.52 19.863a10 10 0 0 1 .826-3.395a6.98 6.98 0 0 1-4.013-1.753l1.334-1.49a4.98 4.98 0 0 0 3.854 1.246a9.99 9.99 0 0 1 7.342-3.951a8 8 0 1 0-9.343 9.343m8.503-7.227a8.01 8.01 0 0 0-6.387 6.387zM22 12q0 .251-.012.5L12.5 21.988A10 10 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-12-2a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m7 0a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>

React

import type { SVGProps } from "react";

export function RiEmojiStickerLine(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="M10.52 19.863a10 10 0 0 1 .826-3.395a6.98 6.98 0 0 1-4.013-1.753l1.334-1.49a4.98 4.98 0 0 0 3.854 1.246a9.99 9.99 0 0 1 7.342-3.951a8 8 0 1 0-9.343 9.343m8.503-7.227a8.01 8.01 0 0 0-6.387 6.387zM22 12q0 .251-.012.5L12.5 21.988A10 10 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-12-2a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m7 0a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.52 19.863a10 10 0 0 1 .826-3.395a6.98 6.98 0 0 1-4.013-1.753l1.334-1.49a4.98 4.98 0 0 0 3.854 1.246a9.99 9.99 0 0 1 7.342-3.951a8 8 0 1 0-9.343 9.343m8.503-7.227a8.01 8.01 0 0 0-6.387 6.387zM22 12q0 .251-.012.5L12.5 21.988A10 10 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-12-2a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m7 0a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
</template>

CSS

.icon-emoji-sticker-line {
  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%22M10.52%2019.863a10%2010%200%200%201%20.826-3.395a6.98%206.98%200%200%201-4.013-1.753l1.334-1.49a4.98%204.98%200%200%200%203.854%201.246a9.99%209.99%200%200%201%207.342-3.951a8%208%200%201%200-9.343%209.343m8.503-7.227a8.01%208.01%200%200%200-6.387%206.387zM22%2012q0%20.251-.012.5L12.5%2021.988A10%2010%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010m-12-2a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m7%200a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%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%22M10.52%2019.863a10%2010%200%200%201%20.826-3.395a6.98%206.98%200%200%201-4.013-1.753l1.334-1.49a4.98%204.98%200%200%200%203.854%201.246a9.99%209.99%200%200%201%207.342-3.951a8%208%200%201%200-9.343%209.343m8.503-7.227a8.01%208.01%200%200%200-6.387%206.387zM22%2012q0%20.251-.012.5L12.5%2021.988A10%2010%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010m-12-2a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m7%200a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/emoji-sticker-line.svg?color=%231a73e8&size=48