jack o lantern emoji

jack-o-lantern from Fluent Emoji Flat by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.

Name
jack-o-lantern
Set
Fluent Emoji Flat
Style
Default
Category
Activities
Viewbox
32×32
License
MIT

The same emoji in other sets

More activities icons from Fluent Emoji Flat

Use the jack o lantern emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#86d72f" d="M13.743 8h3.507c.407 0 .75-.272.75-.614V4.612c0-.535-.793-.816-1.265-.439l-3.506 2.783c-.483.377-.15 1.044.514 1.044"/><path fill="#ff8257" d="M21.438 29h-10.87c-5.718 0-9.83-5.574-8.215-11.137l1.344-4.628C4.77 9.543 8.11 7 11.91 7h8.234c3.83 0 7.2 2.583 8.243 6.337l1.284 4.627C31.216 23.508 27.115 29 21.438 29"/><path fill="#321b41" d="M9.413 15h2.172c.353 0 .545-.434.315-.715l-1.113-1.132a.402.402 0 0 0-.637.008l-1.06 1.132c-.214.281-.023.707.323.707m11 0h2.172c.353 0 .545-.434.315-.715l-1.113-1.132a.402.402 0 0 0-.637.008l-1.06 1.132c-.214.281-.023.707.323.707m.97 2H24c0 3.366-2.548 6.194-5.997 7c-.397-.51-1.12-1.226-2.043-1.226c-1.09 0-1.754.689-2.091 1.19C10.489 23.123 8 20.321 8 17h2.607c.417.501 1.11 1.146 1.983 1.146c1.06 0 1.715-.645 2.062-1.146h2.686c.417.501 1.11 1.146 1.983 1.146c1.06 0 1.715-.645 2.062-1.146"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatJackOLantern(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#86d72f" d="M13.743 8h3.507c.407 0 .75-.272.75-.614V4.612c0-.535-.793-.816-1.265-.439l-3.506 2.783c-.483.377-.15 1.044.514 1.044"/><path fill="#ff8257" d="M21.438 29h-10.87c-5.718 0-9.83-5.574-8.215-11.137l1.344-4.628C4.77 9.543 8.11 7 11.91 7h8.234c3.83 0 7.2 2.583 8.243 6.337l1.284 4.627C31.216 23.508 27.115 29 21.438 29"/><path fill="#321b41" d="M9.413 15h2.172c.353 0 .545-.434.315-.715l-1.113-1.132a.402.402 0 0 0-.637.008l-1.06 1.132c-.214.281-.023.707.323.707m11 0h2.172c.353 0 .545-.434.315-.715l-1.113-1.132a.402.402 0 0 0-.637.008l-1.06 1.132c-.214.281-.023.707.323.707m.97 2H24c0 3.366-2.548 6.194-5.997 7c-.397-.51-1.12-1.226-2.043-1.226c-1.09 0-1.754.689-2.091 1.19C10.489 23.123 8 20.321 8 17h2.607c.417.501 1.11 1.146 1.983 1.146c1.06 0 1.715-.645 2.062-1.146h2.686c.417.501 1.11 1.146 1.983 1.146c1.06 0 1.715-.645 2.062-1.146"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#86d72f" d="M13.743 8h3.507c.407 0 .75-.272.75-.614V4.612c0-.535-.793-.816-1.265-.439l-3.506 2.783c-.483.377-.15 1.044.514 1.044"/><path fill="#ff8257" d="M21.438 29h-10.87c-5.718 0-9.83-5.574-8.215-11.137l1.344-4.628C4.77 9.543 8.11 7 11.91 7h8.234c3.83 0 7.2 2.583 8.243 6.337l1.284 4.627C31.216 23.508 27.115 29 21.438 29"/><path fill="#321b41" d="M9.413 15h2.172c.353 0 .545-.434.315-.715l-1.113-1.132a.402.402 0 0 0-.637.008l-1.06 1.132c-.214.281-.023.707.323.707m11 0h2.172c.353 0 .545-.434.315-.715l-1.113-1.132a.402.402 0 0 0-.637.008l-1.06 1.132c-.214.281-.023.707.323.707m.97 2H24c0 3.366-2.548 6.194-5.997 7c-.397-.51-1.12-1.226-2.043-1.226c-1.09 0-1.754.689-2.091 1.19C10.489 23.123 8 20.321 8 17h2.607c.417.501 1.11 1.146 1.983 1.146c1.06 0 1.715-.645 2.062-1.146h2.686c.417.501 1.11 1.146 1.983 1.146c1.06 0 1.715-.645 2.062-1.146"/></g></svg>
</template>

CSS

.icon-jack-o-lantern {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2386d72f%22%20d%3D%22M13.743%208h3.507c.407%200%20.75-.272.75-.614V4.612c0-.535-.793-.816-1.265-.439l-3.506%202.783c-.483.377-.15%201.044.514%201.044%22%2F%3E%3Cpath%20fill%3D%22%23ff8257%22%20d%3D%22M21.438%2029h-10.87c-5.718%200-9.83-5.574-8.215-11.137l1.344-4.628C4.77%209.543%208.11%207%2011.91%207h8.234c3.83%200%207.2%202.583%208.243%206.337l1.284%204.627C31.216%2023.508%2027.115%2029%2021.438%2029%22%2F%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M9.413%2015h2.172c.353%200%20.545-.434.315-.715l-1.113-1.132a.402.402%200%200%200-.637.008l-1.06%201.132c-.214.281-.023.707.323.707m11%200h2.172c.353%200%20.545-.434.315-.715l-1.113-1.132a.402.402%200%200%200-.637.008l-1.06%201.132c-.214.281-.023.707.323.707m.97%202H24c0%203.366-2.548%206.194-5.997%207c-.397-.51-1.12-1.226-2.043-1.226c-1.09%200-1.754.689-2.091%201.19C10.489%2023.123%208%2020.321%208%2017h2.607c.417.501%201.11%201.146%201.983%201.146c1.06%200%201.715-.645%202.062-1.146h2.686c.417.501%201.11%201.146%201.983%201.146c1.06%200%201.715-.645%202.062-1.146%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2386d72f%22%20d%3D%22M13.743%208h3.507c.407%200%20.75-.272.75-.614V4.612c0-.535-.793-.816-1.265-.439l-3.506%202.783c-.483.377-.15%201.044.514%201.044%22%2F%3E%3Cpath%20fill%3D%22%23ff8257%22%20d%3D%22M21.438%2029h-10.87c-5.718%200-9.83-5.574-8.215-11.137l1.344-4.628C4.77%209.543%208.11%207%2011.91%207h8.234c3.83%200%207.2%202.583%208.243%206.337l1.284%204.627C31.216%2023.508%2027.115%2029%2021.438%2029%22%2F%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M9.413%2015h2.172c.353%200%20.545-.434.315-.715l-1.113-1.132a.402.402%200%200%200-.637.008l-1.06%201.132c-.214.281-.023.707.323.707m11%200h2.172c.353%200%20.545-.434.315-.715l-1.113-1.132a.402.402%200%200%200-.637.008l-1.06%201.132c-.214.281-.023.707.323.707m.97%202H24c0%203.366-2.548%206.194-5.997%207c-.397-.51-1.12-1.226-2.043-1.226c-1.09%200-1.754.689-2.091%201.19C10.489%2023.123%208%2020.321%208%2017h2.607c.417.501%201.11%201.146%201.983%201.146c1.06%200%201.715-.645%202.062-1.146h2.686c.417.501%201.11%201.146%201.983%201.146c1.06%200%201.715-.645%202.062-1.146%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/jack-o-lantern.svg?color=%231a73e8&size=48