jack o lantern emoji
jack-o-lantern from Twitter Emoji by Twitter · Default · Activities · CC-BY-4.0 Attribution required.
- Name
- jack-o-lantern
- Set
- Twitter Emoji
- Style
- Default
- Category
- Activities
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More activities icons from Twitter Emoji
Use the jack o lantern emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M32.664 8.519C29.364 5.134 23.42 4.75 18 4.75S6.636 5.134 3.336 8.519C.582 11.344 0 15.751 0 19.791c0 5.263 1.982 11.311 6.357 14.244C9.364 36.051 13.95 35.871 18 35.871s8.636.18 11.643-1.836C34.018 31.101 36 25.054 36 19.791c0-4.04-.582-8.447-3.336-11.272"/><path fill="#3f7123" d="M20.783 5.444a.637.637 0 0 1-.647.764h-4.451a.636.636 0 0 1-.647-.764l.745-4.472a.95.95 0 0 1 .902-.764h2.451c.426 0 .832.344.901.764z"/><path fill="#642116" d="m20.654 21.159l-1.598-2.596c-.291-.542-.673-.813-1.057-.817c-.383.004-.766.275-1.057.817l-1.598 2.596c-.587 1.093.873 1.716 2.654 1.716s3.243-.624 2.656-1.716m9.508 3.192a.25.25 0 0 0-.214-.121h-.841a.25.25 0 0 0-.181.077l-2.231 2.334l-2.698-2.169a.26.26 0 0 0-.185-.053a.25.25 0 0 0-.168.094l-2.408 3.062l-3.054-3.266c-.013-.014-.033-.017-.048-.028s-.025-.027-.043-.034l-.019-.002c-.024-.007-.047-.005-.072-.005s-.048-.002-.072.006c-.006.002-.013-.001-.02.002c-.018.007-.027.024-.043.034s-.035.013-.048.027l-3.053 3.266l-2.409-3.062a.25.25 0 0 0-.168-.094a.26.26 0 0 0-.185.053l-2.698 2.169l-2.23-2.334a.25.25 0 0 0-.181-.077h-.841a.25.25 0 0 0-.221.366l2.754 5.219a.25.25 0 0 0 .367.087l2.034-1.458l3.004 3.633a.25.25 0 0 0 .174.09l.019.001a.25.25 0 0 0 .167-.063L18 28.836l3.65 3.268a.25.25 0 0 0 .167.063l.019-.001a.25.25 0 0 0 .174-.09l3.005-3.633l2.034 1.458c.06.043.133.06.203.04a.25.25 0 0 0 .163-.126l2.755-5.219a.25.25 0 0 0-.008-.245m-2.186-8.93c.129 2.127-.784 3.806-3.205 3.953c-2.42.146-3.529-1.411-3.658-3.537s1.232-5.12 3.127-5.234c1.896-.116 3.608 2.691 3.736 4.818m-19.952 0c-.129 2.127.784 3.806 3.205 3.953c2.42.146 3.529-1.411 3.658-3.537s-1.232-5.12-3.127-5.234s-3.608 2.691-3.736 4.818"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiJackOLantern(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M32.664 8.519C29.364 5.134 23.42 4.75 18 4.75S6.636 5.134 3.336 8.519C.582 11.344 0 15.751 0 19.791c0 5.263 1.982 11.311 6.357 14.244C9.364 36.051 13.95 35.871 18 35.871s8.636.18 11.643-1.836C34.018 31.101 36 25.054 36 19.791c0-4.04-.582-8.447-3.336-11.272"/><path fill="#3f7123" d="M20.783 5.444a.637.637 0 0 1-.647.764h-4.451a.636.636 0 0 1-.647-.764l.745-4.472a.95.95 0 0 1 .902-.764h2.451c.426 0 .832.344.901.764z"/><path fill="#642116" d="m20.654 21.159l-1.598-2.596c-.291-.542-.673-.813-1.057-.817c-.383.004-.766.275-1.057.817l-1.598 2.596c-.587 1.093.873 1.716 2.654 1.716s3.243-.624 2.656-1.716m9.508 3.192a.25.25 0 0 0-.214-.121h-.841a.25.25 0 0 0-.181.077l-2.231 2.334l-2.698-2.169a.26.26 0 0 0-.185-.053a.25.25 0 0 0-.168.094l-2.408 3.062l-3.054-3.266c-.013-.014-.033-.017-.048-.028s-.025-.027-.043-.034l-.019-.002c-.024-.007-.047-.005-.072-.005s-.048-.002-.072.006c-.006.002-.013-.001-.02.002c-.018.007-.027.024-.043.034s-.035.013-.048.027l-3.053 3.266l-2.409-3.062a.25.25 0 0 0-.168-.094a.26.26 0 0 0-.185.053l-2.698 2.169l-2.23-2.334a.25.25 0 0 0-.181-.077h-.841a.25.25 0 0 0-.221.366l2.754 5.219a.25.25 0 0 0 .367.087l2.034-1.458l3.004 3.633a.25.25 0 0 0 .174.09l.019.001a.25.25 0 0 0 .167-.063L18 28.836l3.65 3.268a.25.25 0 0 0 .167.063l.019-.001a.25.25 0 0 0 .174-.09l3.005-3.633l2.034 1.458c.06.043.133.06.203.04a.25.25 0 0 0 .163-.126l2.755-5.219a.25.25 0 0 0-.008-.245m-2.186-8.93c.129 2.127-.784 3.806-3.205 3.953c-2.42.146-3.529-1.411-3.658-3.537s1.232-5.12 3.127-5.234c1.896-.116 3.608 2.691 3.736 4.818m-19.952 0c-.129 2.127.784 3.806 3.205 3.953c2.42.146 3.529-1.411 3.658-3.537s-1.232-5.12-3.127-5.234s-3.608 2.691-3.736 4.818"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M32.664 8.519C29.364 5.134 23.42 4.75 18 4.75S6.636 5.134 3.336 8.519C.582 11.344 0 15.751 0 19.791c0 5.263 1.982 11.311 6.357 14.244C9.364 36.051 13.95 35.871 18 35.871s8.636.18 11.643-1.836C34.018 31.101 36 25.054 36 19.791c0-4.04-.582-8.447-3.336-11.272"/><path fill="#3f7123" d="M20.783 5.444a.637.637 0 0 1-.647.764h-4.451a.636.636 0 0 1-.647-.764l.745-4.472a.95.95 0 0 1 .902-.764h2.451c.426 0 .832.344.901.764z"/><path fill="#642116" d="m20.654 21.159l-1.598-2.596c-.291-.542-.673-.813-1.057-.817c-.383.004-.766.275-1.057.817l-1.598 2.596c-.587 1.093.873 1.716 2.654 1.716s3.243-.624 2.656-1.716m9.508 3.192a.25.25 0 0 0-.214-.121h-.841a.25.25 0 0 0-.181.077l-2.231 2.334l-2.698-2.169a.26.26 0 0 0-.185-.053a.25.25 0 0 0-.168.094l-2.408 3.062l-3.054-3.266c-.013-.014-.033-.017-.048-.028s-.025-.027-.043-.034l-.019-.002c-.024-.007-.047-.005-.072-.005s-.048-.002-.072.006c-.006.002-.013-.001-.02.002c-.018.007-.027.024-.043.034s-.035.013-.048.027l-3.053 3.266l-2.409-3.062a.25.25 0 0 0-.168-.094a.26.26 0 0 0-.185.053l-2.698 2.169l-2.23-2.334a.25.25 0 0 0-.181-.077h-.841a.25.25 0 0 0-.221.366l2.754 5.219a.25.25 0 0 0 .367.087l2.034-1.458l3.004 3.633a.25.25 0 0 0 .174.09l.019.001a.25.25 0 0 0 .167-.063L18 28.836l3.65 3.268a.25.25 0 0 0 .167.063l.019-.001a.25.25 0 0 0 .174-.09l3.005-3.633l2.034 1.458c.06.043.133.06.203.04a.25.25 0 0 0 .163-.126l2.755-5.219a.25.25 0 0 0-.008-.245m-2.186-8.93c.129 2.127-.784 3.806-3.205 3.953c-2.42.146-3.529-1.411-3.658-3.537s1.232-5.12 3.127-5.234c1.896-.116 3.608 2.691 3.736 4.818m-19.952 0c-.129 2.127.784 3.806 3.205 3.953c2.42.146 3.529-1.411 3.658-3.537s-1.232-5.12-3.127-5.234s-3.608 2.691-3.736 4.818"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M32.664%208.519C29.364%205.134%2023.42%204.75%2018%204.75S6.636%205.134%203.336%208.519C.582%2011.344%200%2015.751%200%2019.791c0%205.263%201.982%2011.311%206.357%2014.244C9.364%2036.051%2013.95%2035.871%2018%2035.871s8.636.18%2011.643-1.836C34.018%2031.101%2036%2025.054%2036%2019.791c0-4.04-.582-8.447-3.336-11.272%22%2F%3E%3Cpath%20fill%3D%22%233f7123%22%20d%3D%22M20.783%205.444a.637.637%200%200%201-.647.764h-4.451a.636.636%200%200%201-.647-.764l.745-4.472a.95.95%200%200%201%20.902-.764h2.451c.426%200%20.832.344.901.764z%22%2F%3E%3Cpath%20fill%3D%22%23642116%22%20d%3D%22m20.654%2021.159l-1.598-2.596c-.291-.542-.673-.813-1.057-.817c-.383.004-.766.275-1.057.817l-1.598%202.596c-.587%201.093.873%201.716%202.654%201.716s3.243-.624%202.656-1.716m9.508%203.192a.25.25%200%200%200-.214-.121h-.841a.25.25%200%200%200-.181.077l-2.231%202.334l-2.698-2.169a.26.26%200%200%200-.185-.053a.25.25%200%200%200-.168.094l-2.408%203.062l-3.054-3.266c-.013-.014-.033-.017-.048-.028s-.025-.027-.043-.034l-.019-.002c-.024-.007-.047-.005-.072-.005s-.048-.002-.072.006c-.006.002-.013-.001-.02.002c-.018.007-.027.024-.043.034s-.035.013-.048.027l-3.053%203.266l-2.409-3.062a.25.25%200%200%200-.168-.094a.26.26%200%200%200-.185.053l-2.698%202.169l-2.23-2.334a.25.25%200%200%200-.181-.077h-.841a.25.25%200%200%200-.221.366l2.754%205.219a.25.25%200%200%200%20.367.087l2.034-1.458l3.004%203.633a.25.25%200%200%200%20.174.09l.019.001a.25.25%200%200%200%20.167-.063L18%2028.836l3.65%203.268a.25.25%200%200%200%20.167.063l.019-.001a.25.25%200%200%200%20.174-.09l3.005-3.633l2.034%201.458c.06.043.133.06.203.04a.25.25%200%200%200%20.163-.126l2.755-5.219a.25.25%200%200%200-.008-.245m-2.186-8.93c.129%202.127-.784%203.806-3.205%203.953c-2.42.146-3.529-1.411-3.658-3.537s1.232-5.12%203.127-5.234c1.896-.116%203.608%202.691%203.736%204.818m-19.952%200c-.129%202.127.784%203.806%203.205%203.953c2.42.146%203.529-1.411%203.658-3.537s-1.232-5.12-3.127-5.234s-3.608%202.691-3.736%204.818%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M32.664%208.519C29.364%205.134%2023.42%204.75%2018%204.75S6.636%205.134%203.336%208.519C.582%2011.344%200%2015.751%200%2019.791c0%205.263%201.982%2011.311%206.357%2014.244C9.364%2036.051%2013.95%2035.871%2018%2035.871s8.636.18%2011.643-1.836C34.018%2031.101%2036%2025.054%2036%2019.791c0-4.04-.582-8.447-3.336-11.272%22%2F%3E%3Cpath%20fill%3D%22%233f7123%22%20d%3D%22M20.783%205.444a.637.637%200%200%201-.647.764h-4.451a.636.636%200%200%201-.647-.764l.745-4.472a.95.95%200%200%201%20.902-.764h2.451c.426%200%20.832.344.901.764z%22%2F%3E%3Cpath%20fill%3D%22%23642116%22%20d%3D%22m20.654%2021.159l-1.598-2.596c-.291-.542-.673-.813-1.057-.817c-.383.004-.766.275-1.057.817l-1.598%202.596c-.587%201.093.873%201.716%202.654%201.716s3.243-.624%202.656-1.716m9.508%203.192a.25.25%200%200%200-.214-.121h-.841a.25.25%200%200%200-.181.077l-2.231%202.334l-2.698-2.169a.26.26%200%200%200-.185-.053a.25.25%200%200%200-.168.094l-2.408%203.062l-3.054-3.266c-.013-.014-.033-.017-.048-.028s-.025-.027-.043-.034l-.019-.002c-.024-.007-.047-.005-.072-.005s-.048-.002-.072.006c-.006.002-.013-.001-.02.002c-.018.007-.027.024-.043.034s-.035.013-.048.027l-3.053%203.266l-2.409-3.062a.25.25%200%200%200-.168-.094a.26.26%200%200%200-.185.053l-2.698%202.169l-2.23-2.334a.25.25%200%200%200-.181-.077h-.841a.25.25%200%200%200-.221.366l2.754%205.219a.25.25%200%200%200%20.367.087l2.034-1.458l3.004%203.633a.25.25%200%200%200%20.174.09l.019.001a.25.25%200%200%200%20.167-.063L18%2028.836l3.65%203.268a.25.25%200%200%200%20.167.063l.019-.001a.25.25%200%200%200%20.174-.09l3.005-3.633l2.034%201.458c.06.043.133.06.203.04a.25.25%200%200%200%20.163-.126l2.755-5.219a.25.25%200%200%200-.008-.245m-2.186-8.93c.129%202.127-.784%203.806-3.205%203.953c-2.42.146-3.529-1.411-3.658-3.537s1.232-5.12%203.127-5.234c1.896-.116%203.608%202.691%203.736%204.818m-19.952%200c-.129%202.127.784%203.806%203.205%203.953c2.42.146%203.529-1.411%203.658-3.537s-1.232-5.12-3.127-5.234s-3.608%202.691-3.736%204.818%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/jack-o-lantern.svg?color=%231a73e8&size=48