present emoji
present from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- present
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
More objects icons from Firefox OS Emoji
admissionticketsalienmonsteramericanfootballartistpaletteauberginebabybottlebackofenvelopeballoonballotboldscriptxballotboxboldcheckballotboxwithboldscriptxballottboxwithballottballottboxwithscriptxballottscriptxbananabanknotedollarbanknoteeurobanknotepoundbanknoteyenbarchartbaseballbasketballandhoopbathbathtub
Use the present emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M472.469 389.156L273.237 499.735c-9.558 5.305-25.198 5.305-34.755 0L39.249 389.156c-4.779-2.652-7.168-6.149-7.168-9.645h-2.116V132.489h449.673v247.022c0 3.496-2.389 6.993-7.169 9.645"/><path fill="#FF6E83" d="M479.638 132.489v247.022c0 3.497-2.389 6.993-7.168 9.646L273.237 499.735c-4.97 2.758-11.583 4.072-18.132 3.959c.155-123.695 3.671-247.546-.173-371.206h224.706z"/><path fill="#FFA9BA" d="M238.481 252.712L39.249 142.133c-9.558-5.305-9.558-13.985 0-19.29L238.481 12.265c9.558-5.305 25.198-5.305 34.755 0l199.233 110.579c9.558 5.305 9.558 13.985 0 19.29L273.237 252.712c-9.558 5.305-25.198 5.305-34.756 0"/><path fill="#FFD4DE" d="M391.09 74.124a6.5 6.5 0 0 1-3.442 5.681L148.934 207.05a6.5 6.5 0 0 1-1.026.438l-.807.451v237.47a6.5 6.5 0 0 1-9.654 5.684l-40-22.201a6.5 6.5 0 0 1-3.346-5.684V192.123a26.49 26.49 0 0 1 9.913-20.655l.236-.184c.524-.41 1.021-.771 1.532-1.116a27 27 0 0 1 2.352-1.428l231.74-123.528a6.5 6.5 0 0 1 6.212.053l41.659 23.121a6.5 6.5 0 0 1 3.345 5.738m22.013 100.531a26.4 26.4 0 0 0-5.148-4.523c-.125-.085-.25-.17-.397-.266a26 26 0 0 0-1.905-1.129L173.914 45.211a6.5 6.5 0 0 0-6.212.053l-41.659 23.121a6.499 6.499 0 0 0 .097 11.42L364.854 207.05q.5.265 1.027.439l.806.451v237.47a6.5 6.5 0 0 0 9.654 5.684l40-22.201a6.5 6.5 0 0 0 3.346-5.684V192.123a26.5 26.5 0 0 0-6.584-17.468"/><path fill="#FF6E83" d="M335.602 137.083c0 16.311-20.006 28.149-47.569 28.149c-11.241 0-21.222-1.971-29.104-5.409a7.46 7.46 0 0 0-6.345.189c-8.215 4.146-19.108 6.562-31.548 6.562c-27.563 0-47.569-11.838-47.569-28.149c0-8.212 5.072-15.289 13.626-20.294c3.37-1.971 4.785-6.178 3.116-9.707c-6.097-12.894-5.901-24.991 1.577-32.469c3.873-3.873 9.177-5.92 15.34-5.92c4.33 0 9.032 1.023 13.863 2.944a7.61 7.61 0 0 0 9.844-4.142c4.965-11.851 13.18-19.15 23.03-19.15c9.682 0 17.787 7.051 22.776 18.547c1.656 3.816 6.027 5.637 9.872 4.05c5.048-2.083 9.966-3.197 14.482-3.197c7.785 0 12.639 3.219 15.34 5.92c7.351 7.351 7.667 19.164 1.885 31.811c-1.622 3.548-.184 7.746 3.212 9.665c8.882 5.018 14.172 12.217 14.172 20.6"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiPresent(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M472.469 389.156L273.237 499.735c-9.558 5.305-25.198 5.305-34.755 0L39.249 389.156c-4.779-2.652-7.168-6.149-7.168-9.645h-2.116V132.489h449.673v247.022c0 3.496-2.389 6.993-7.169 9.645"/><path fill="#FF6E83" d="M479.638 132.489v247.022c0 3.497-2.389 6.993-7.168 9.646L273.237 499.735c-4.97 2.758-11.583 4.072-18.132 3.959c.155-123.695 3.671-247.546-.173-371.206h224.706z"/><path fill="#FFA9BA" d="M238.481 252.712L39.249 142.133c-9.558-5.305-9.558-13.985 0-19.29L238.481 12.265c9.558-5.305 25.198-5.305 34.755 0l199.233 110.579c9.558 5.305 9.558 13.985 0 19.29L273.237 252.712c-9.558 5.305-25.198 5.305-34.756 0"/><path fill="#FFD4DE" d="M391.09 74.124a6.5 6.5 0 0 1-3.442 5.681L148.934 207.05a6.5 6.5 0 0 1-1.026.438l-.807.451v237.47a6.5 6.5 0 0 1-9.654 5.684l-40-22.201a6.5 6.5 0 0 1-3.346-5.684V192.123a26.49 26.49 0 0 1 9.913-20.655l.236-.184c.524-.41 1.021-.771 1.532-1.116a27 27 0 0 1 2.352-1.428l231.74-123.528a6.5 6.5 0 0 1 6.212.053l41.659 23.121a6.5 6.5 0 0 1 3.345 5.738m22.013 100.531a26.4 26.4 0 0 0-5.148-4.523c-.125-.085-.25-.17-.397-.266a26 26 0 0 0-1.905-1.129L173.914 45.211a6.5 6.5 0 0 0-6.212.053l-41.659 23.121a6.499 6.499 0 0 0 .097 11.42L364.854 207.05q.5.265 1.027.439l.806.451v237.47a6.5 6.5 0 0 0 9.654 5.684l40-22.201a6.5 6.5 0 0 0 3.346-5.684V192.123a26.5 26.5 0 0 0-6.584-17.468"/><path fill="#FF6E83" d="M335.602 137.083c0 16.311-20.006 28.149-47.569 28.149c-11.241 0-21.222-1.971-29.104-5.409a7.46 7.46 0 0 0-6.345.189c-8.215 4.146-19.108 6.562-31.548 6.562c-27.563 0-47.569-11.838-47.569-28.149c0-8.212 5.072-15.289 13.626-20.294c3.37-1.971 4.785-6.178 3.116-9.707c-6.097-12.894-5.901-24.991 1.577-32.469c3.873-3.873 9.177-5.92 15.34-5.92c4.33 0 9.032 1.023 13.863 2.944a7.61 7.61 0 0 0 9.844-4.142c4.965-11.851 13.18-19.15 23.03-19.15c9.682 0 17.787 7.051 22.776 18.547c1.656 3.816 6.027 5.637 9.872 4.05c5.048-2.083 9.966-3.197 14.482-3.197c7.785 0 12.639 3.219 15.34 5.92c7.351 7.351 7.667 19.164 1.885 31.811c-1.622 3.548-.184 7.746 3.212 9.665c8.882 5.018 14.172 12.217 14.172 20.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M472.469 389.156L273.237 499.735c-9.558 5.305-25.198 5.305-34.755 0L39.249 389.156c-4.779-2.652-7.168-6.149-7.168-9.645h-2.116V132.489h449.673v247.022c0 3.496-2.389 6.993-7.169 9.645"/><path fill="#FF6E83" d="M479.638 132.489v247.022c0 3.497-2.389 6.993-7.168 9.646L273.237 499.735c-4.97 2.758-11.583 4.072-18.132 3.959c.155-123.695 3.671-247.546-.173-371.206h224.706z"/><path fill="#FFA9BA" d="M238.481 252.712L39.249 142.133c-9.558-5.305-9.558-13.985 0-19.29L238.481 12.265c9.558-5.305 25.198-5.305 34.755 0l199.233 110.579c9.558 5.305 9.558 13.985 0 19.29L273.237 252.712c-9.558 5.305-25.198 5.305-34.756 0"/><path fill="#FFD4DE" d="M391.09 74.124a6.5 6.5 0 0 1-3.442 5.681L148.934 207.05a6.5 6.5 0 0 1-1.026.438l-.807.451v237.47a6.5 6.5 0 0 1-9.654 5.684l-40-22.201a6.5 6.5 0 0 1-3.346-5.684V192.123a26.49 26.49 0 0 1 9.913-20.655l.236-.184c.524-.41 1.021-.771 1.532-1.116a27 27 0 0 1 2.352-1.428l231.74-123.528a6.5 6.5 0 0 1 6.212.053l41.659 23.121a6.5 6.5 0 0 1 3.345 5.738m22.013 100.531a26.4 26.4 0 0 0-5.148-4.523c-.125-.085-.25-.17-.397-.266a26 26 0 0 0-1.905-1.129L173.914 45.211a6.5 6.5 0 0 0-6.212.053l-41.659 23.121a6.499 6.499 0 0 0 .097 11.42L364.854 207.05q.5.265 1.027.439l.806.451v237.47a6.5 6.5 0 0 0 9.654 5.684l40-22.201a6.5 6.5 0 0 0 3.346-5.684V192.123a26.5 26.5 0 0 0-6.584-17.468"/><path fill="#FF6E83" d="M335.602 137.083c0 16.311-20.006 28.149-47.569 28.149c-11.241 0-21.222-1.971-29.104-5.409a7.46 7.46 0 0 0-6.345.189c-8.215 4.146-19.108 6.562-31.548 6.562c-27.563 0-47.569-11.838-47.569-28.149c0-8.212 5.072-15.289 13.626-20.294c3.37-1.971 4.785-6.178 3.116-9.707c-6.097-12.894-5.901-24.991 1.577-32.469c3.873-3.873 9.177-5.92 15.34-5.92c4.33 0 9.032 1.023 13.863 2.944a7.61 7.61 0 0 0 9.844-4.142c4.965-11.851 13.18-19.15 23.03-19.15c9.682 0 17.787 7.051 22.776 18.547c1.656 3.816 6.027 5.637 9.872 4.05c5.048-2.083 9.966-3.197 14.482-3.197c7.785 0 12.639 3.219 15.34 5.92c7.351 7.351 7.667 19.164 1.885 31.811c-1.622 3.548-.184 7.746 3.212 9.665c8.882 5.018 14.172 12.217 14.172 20.6"/></svg> </template>
CSS
.icon-present {
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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M472.469%20389.156L273.237%20499.735c-9.558%205.305-25.198%205.305-34.755%200L39.249%20389.156c-4.779-2.652-7.168-6.149-7.168-9.645h-2.116V132.489h449.673v247.022c0%203.496-2.389%206.993-7.169%209.645%22%2F%3E%3Cpath%20fill%3D%22%23FF6E83%22%20d%3D%22M479.638%20132.489v247.022c0%203.497-2.389%206.993-7.168%209.646L273.237%20499.735c-4.97%202.758-11.583%204.072-18.132%203.959c.155-123.695%203.671-247.546-.173-371.206h224.706z%22%2F%3E%3Cpath%20fill%3D%22%23FFA9BA%22%20d%3D%22M238.481%20252.712L39.249%20142.133c-9.558-5.305-9.558-13.985%200-19.29L238.481%2012.265c9.558-5.305%2025.198-5.305%2034.755%200l199.233%20110.579c9.558%205.305%209.558%2013.985%200%2019.29L273.237%20252.712c-9.558%205.305-25.198%205.305-34.756%200%22%2F%3E%3Cpath%20fill%3D%22%23FFD4DE%22%20d%3D%22M391.09%2074.124a6.5%206.5%200%200%201-3.442%205.681L148.934%20207.05a6.5%206.5%200%200%201-1.026.438l-.807.451v237.47a6.5%206.5%200%200%201-9.654%205.684l-40-22.201a6.5%206.5%200%200%201-3.346-5.684V192.123a26.49%2026.49%200%200%201%209.913-20.655l.236-.184c.524-.41%201.021-.771%201.532-1.116a27%2027%200%200%201%202.352-1.428l231.74-123.528a6.5%206.5%200%200%201%206.212.053l41.659%2023.121a6.5%206.5%200%200%201%203.345%205.738m22.013%20100.531a26.4%2026.4%200%200%200-5.148-4.523c-.125-.085-.25-.17-.397-.266a26%2026%200%200%200-1.905-1.129L173.914%2045.211a6.5%206.5%200%200%200-6.212.053l-41.659%2023.121a6.499%206.499%200%200%200%20.097%2011.42L364.854%20207.05q.5.265%201.027.439l.806.451v237.47a6.5%206.5%200%200%200%209.654%205.684l40-22.201a6.5%206.5%200%200%200%203.346-5.684V192.123a26.5%2026.5%200%200%200-6.584-17.468%22%2F%3E%3Cpath%20fill%3D%22%23FF6E83%22%20d%3D%22M335.602%20137.083c0%2016.311-20.006%2028.149-47.569%2028.149c-11.241%200-21.222-1.971-29.104-5.409a7.46%207.46%200%200%200-6.345.189c-8.215%204.146-19.108%206.562-31.548%206.562c-27.563%200-47.569-11.838-47.569-28.149c0-8.212%205.072-15.289%2013.626-20.294c3.37-1.971%204.785-6.178%203.116-9.707c-6.097-12.894-5.901-24.991%201.577-32.469c3.873-3.873%209.177-5.92%2015.34-5.92c4.33%200%209.032%201.023%2013.863%202.944a7.61%207.61%200%200%200%209.844-4.142c4.965-11.851%2013.18-19.15%2023.03-19.15c9.682%200%2017.787%207.051%2022.776%2018.547c1.656%203.816%206.027%205.637%209.872%204.05c5.048-2.083%209.966-3.197%2014.482-3.197c7.785%200%2012.639%203.219%2015.34%205.92c7.351%207.351%207.667%2019.164%201.885%2031.811c-1.622%203.548-.184%207.746%203.212%209.665c8.882%205.018%2014.172%2012.217%2014.172%2020.6%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M472.469%20389.156L273.237%20499.735c-9.558%205.305-25.198%205.305-34.755%200L39.249%20389.156c-4.779-2.652-7.168-6.149-7.168-9.645h-2.116V132.489h449.673v247.022c0%203.496-2.389%206.993-7.169%209.645%22%2F%3E%3Cpath%20fill%3D%22%23FF6E83%22%20d%3D%22M479.638%20132.489v247.022c0%203.497-2.389%206.993-7.168%209.646L273.237%20499.735c-4.97%202.758-11.583%204.072-18.132%203.959c.155-123.695%203.671-247.546-.173-371.206h224.706z%22%2F%3E%3Cpath%20fill%3D%22%23FFA9BA%22%20d%3D%22M238.481%20252.712L39.249%20142.133c-9.558-5.305-9.558-13.985%200-19.29L238.481%2012.265c9.558-5.305%2025.198-5.305%2034.755%200l199.233%20110.579c9.558%205.305%209.558%2013.985%200%2019.29L273.237%20252.712c-9.558%205.305-25.198%205.305-34.756%200%22%2F%3E%3Cpath%20fill%3D%22%23FFD4DE%22%20d%3D%22M391.09%2074.124a6.5%206.5%200%200%201-3.442%205.681L148.934%20207.05a6.5%206.5%200%200%201-1.026.438l-.807.451v237.47a6.5%206.5%200%200%201-9.654%205.684l-40-22.201a6.5%206.5%200%200%201-3.346-5.684V192.123a26.49%2026.49%200%200%201%209.913-20.655l.236-.184c.524-.41%201.021-.771%201.532-1.116a27%2027%200%200%201%202.352-1.428l231.74-123.528a6.5%206.5%200%200%201%206.212.053l41.659%2023.121a6.5%206.5%200%200%201%203.345%205.738m22.013%20100.531a26.4%2026.4%200%200%200-5.148-4.523c-.125-.085-.25-.17-.397-.266a26%2026%200%200%200-1.905-1.129L173.914%2045.211a6.5%206.5%200%200%200-6.212.053l-41.659%2023.121a6.499%206.499%200%200%200%20.097%2011.42L364.854%20207.05q.5.265%201.027.439l.806.451v237.47a6.5%206.5%200%200%200%209.654%205.684l40-22.201a6.5%206.5%200%200%200%203.346-5.684V192.123a26.5%2026.5%200%200%200-6.584-17.468%22%2F%3E%3Cpath%20fill%3D%22%23FF6E83%22%20d%3D%22M335.602%20137.083c0%2016.311-20.006%2028.149-47.569%2028.149c-11.241%200-21.222-1.971-29.104-5.409a7.46%207.46%200%200%200-6.345.189c-8.215%204.146-19.108%206.562-31.548%206.562c-27.563%200-47.569-11.838-47.569-28.149c0-8.212%205.072-15.289%2013.626-20.294c3.37-1.971%204.785-6.178%203.116-9.707c-6.097-12.894-5.901-24.991%201.577-32.469c3.873-3.873%209.177-5.92%2015.34-5.92c4.33%200%209.032%201.023%2013.863%202.944a7.61%207.61%200%200%200%209.844-4.142c4.965-11.851%2013.18-19.15%2023.03-19.15c9.682%200%2017.787%207.051%2022.776%2018.547c1.656%203.816%206.027%205.637%209.872%204.05c5.048-2.083%209.966-3.197%2014.482-3.197c7.785%200%2012.639%203.219%2015.34%205.92c7.351%207.351%207.667%2019.164%201.885%2031.811c-1.622%203.548-.184%207.746%203.212%209.665c8.882%205.018%2014.172%2012.217%2014.172%2020.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/present.svg?color=%231a73e8&size=48