hold emoji
hold from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- hold
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More extras openmoji icons from OpenMoji
Use the hold emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M55.624 48.06c0 11.974-7.162 18.307-16.25 18.39c-5.77.053-18.405-.85-16.617-31.153m26.083 2.295a3.5 3.5 0 1 1 6.993.294"/><path fill="#fcea2b" d="M41.842 37.36a3.5 3.5 0 1 1 6.994.293"/><path fill="#fcea2b" d="M41.846 37.225a3.5 3.5 0 1 1 6.978.562m-14.019-.907a3.5 3.5 0 0 1 6.985.449m-18.498 8.856c-2.002-4.561-3.368-5.368-4.792-7.109c-1.95-2.384-1.41-4.103-.563-4.92c1.39-1.343 5.694.783 7.037 2.174m2.831-21.821a3.5 3.5 0 1 1 7 0"/><path fill="none" d="m24.844 36.455l-1.958-2.213m-5.035 4.863l1.821 2.38"/><path fill="#fcea2b" d="m34.915 41.924l-7.063-1.967V14.174h6.953zm0-5.08h20.921V49.07H34.915zm-7.11 3.221l-2.656-.995l.509-3.186l2.164 2.93z"/><path d="M23.649 13.422a7.735 7.735 0 1 1 12.06 6.414c-.78.527-.413-4.99-1.825-7.656c-.823-1.554-3.493-.825-4.083-.825c-1.51 0-1.337 9.37-2.527 8.621a7.73 7.73 0 0 1-3.625-6.554"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M55.816 50.774c0 9.089-7.367 16.456-16.456 16.456s-16.455-7.367-16.455-16.456m32.911.177v-13.05m-6.992-.294a3.5 3.5 0 1 1 6.994.294m-13.991-.526a3.5 3.5 0 1 1 6.994.293"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M41.831 37.24a3.5 3.5 0 1 1 6.978.562m-14.019-.906a3.5 3.5 0 0 1 6.985.448M17.836 39.12a3.5 3.5 0 1 1 5.035-4.863m4.919-19.733a3.5 3.5 0 1 1 7 0m-.001 22.335V14.524m-6.999 0v27.791m-2.961-5.844l-1.958-2.214m-3.268 7.183c1.953 2.143 3.374 5.167 3.302 9.521M17.836 39.12l1.821 2.38"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiHold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M55.624 48.06c0 11.974-7.162 18.307-16.25 18.39c-5.77.053-18.405-.85-16.617-31.153m26.083 2.295a3.5 3.5 0 1 1 6.993.294"/><path fill="#fcea2b" d="M41.842 37.36a3.5 3.5 0 1 1 6.994.293"/><path fill="#fcea2b" d="M41.846 37.225a3.5 3.5 0 1 1 6.978.562m-14.019-.907a3.5 3.5 0 0 1 6.985.449m-18.498 8.856c-2.002-4.561-3.368-5.368-4.792-7.109c-1.95-2.384-1.41-4.103-.563-4.92c1.39-1.343 5.694.783 7.037 2.174m2.831-21.821a3.5 3.5 0 1 1 7 0"/><path fill="none" d="m24.844 36.455l-1.958-2.213m-5.035 4.863l1.821 2.38"/><path fill="#fcea2b" d="m34.915 41.924l-7.063-1.967V14.174h6.953zm0-5.08h20.921V49.07H34.915zm-7.11 3.221l-2.656-.995l.509-3.186l2.164 2.93z"/><path d="M23.649 13.422a7.735 7.735 0 1 1 12.06 6.414c-.78.527-.413-4.99-1.825-7.656c-.823-1.554-3.493-.825-4.083-.825c-1.51 0-1.337 9.37-2.527 8.621a7.73 7.73 0 0 1-3.625-6.554"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M55.816 50.774c0 9.089-7.367 16.456-16.456 16.456s-16.455-7.367-16.455-16.456m32.911.177v-13.05m-6.992-.294a3.5 3.5 0 1 1 6.994.294m-13.991-.526a3.5 3.5 0 1 1 6.994.293"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M41.831 37.24a3.5 3.5 0 1 1 6.978.562m-14.019-.906a3.5 3.5 0 0 1 6.985.448M17.836 39.12a3.5 3.5 0 1 1 5.035-4.863m4.919-19.733a3.5 3.5 0 1 1 7 0m-.001 22.335V14.524m-6.999 0v27.791m-2.961-5.844l-1.958-2.214m-3.268 7.183c1.953 2.143 3.374 5.167 3.302 9.521M17.836 39.12l1.821 2.38"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M55.624 48.06c0 11.974-7.162 18.307-16.25 18.39c-5.77.053-18.405-.85-16.617-31.153m26.083 2.295a3.5 3.5 0 1 1 6.993.294"/><path fill="#fcea2b" d="M41.842 37.36a3.5 3.5 0 1 1 6.994.293"/><path fill="#fcea2b" d="M41.846 37.225a3.5 3.5 0 1 1 6.978.562m-14.019-.907a3.5 3.5 0 0 1 6.985.449m-18.498 8.856c-2.002-4.561-3.368-5.368-4.792-7.109c-1.95-2.384-1.41-4.103-.563-4.92c1.39-1.343 5.694.783 7.037 2.174m2.831-21.821a3.5 3.5 0 1 1 7 0"/><path fill="none" d="m24.844 36.455l-1.958-2.213m-5.035 4.863l1.821 2.38"/><path fill="#fcea2b" d="m34.915 41.924l-7.063-1.967V14.174h6.953zm0-5.08h20.921V49.07H34.915zm-7.11 3.221l-2.656-.995l.509-3.186l2.164 2.93z"/><path d="M23.649 13.422a7.735 7.735 0 1 1 12.06 6.414c-.78.527-.413-4.99-1.825-7.656c-.823-1.554-3.493-.825-4.083-.825c-1.51 0-1.337 9.37-2.527 8.621a7.73 7.73 0 0 1-3.625-6.554"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M55.816 50.774c0 9.089-7.367 16.456-16.456 16.456s-16.455-7.367-16.455-16.456m32.911.177v-13.05m-6.992-.294a3.5 3.5 0 1 1 6.994.294m-13.991-.526a3.5 3.5 0 1 1 6.994.293"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M41.831 37.24a3.5 3.5 0 1 1 6.978.562m-14.019-.906a3.5 3.5 0 0 1 6.985.448M17.836 39.12a3.5 3.5 0 1 1 5.035-4.863m4.919-19.733a3.5 3.5 0 1 1 7 0m-.001 22.335V14.524m-6.999 0v27.791m-2.961-5.844l-1.958-2.214m-3.268 7.183c1.953 2.143 3.374 5.167 3.302 9.521M17.836 39.12l1.821 2.38"/></svg> </template>
CSS
.icon-hold {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M55.624%2048.06c0%2011.974-7.162%2018.307-16.25%2018.39c-5.77.053-18.405-.85-16.617-31.153m26.083%202.295a3.5%203.5%200%201%201%206.993.294%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M41.842%2037.36a3.5%203.5%200%201%201%206.994.293%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M41.846%2037.225a3.5%203.5%200%201%201%206.978.562m-14.019-.907a3.5%203.5%200%200%201%206.985.449m-18.498%208.856c-2.002-4.561-3.368-5.368-4.792-7.109c-1.95-2.384-1.41-4.103-.563-4.92c1.39-1.343%205.694.783%207.037%202.174m2.831-21.821a3.5%203.5%200%201%201%207%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m24.844%2036.455l-1.958-2.213m-5.035%204.863l1.821%202.38%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22m34.915%2041.924l-7.063-1.967V14.174h6.953zm0-5.08h20.921V49.07H34.915zm-7.11%203.221l-2.656-.995l.509-3.186l2.164%202.93z%22%2F%3E%3Cpath%20d%3D%22M23.649%2013.422a7.735%207.735%200%201%201%2012.06%206.414c-.78.527-.413-4.99-1.825-7.656c-.823-1.554-3.493-.825-4.083-.825c-1.51%200-1.337%209.37-2.527%208.621a7.73%207.73%200%200%201-3.625-6.554%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M55.816%2050.774c0%209.089-7.367%2016.456-16.456%2016.456s-16.455-7.367-16.455-16.456m32.911.177v-13.05m-6.992-.294a3.5%203.5%200%201%201%206.994.294m-13.991-.526a3.5%203.5%200%201%201%206.994.293%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M41.831%2037.24a3.5%203.5%200%201%201%206.978.562m-14.019-.906a3.5%203.5%200%200%201%206.985.448M17.836%2039.12a3.5%203.5%200%201%201%205.035-4.863m4.919-19.733a3.5%203.5%200%201%201%207%200m-.001%2022.335V14.524m-6.999%200v27.791m-2.961-5.844l-1.958-2.214m-3.268%207.183c1.953%202.143%203.374%205.167%203.302%209.521M17.836%2039.12l1.821%202.38%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M55.624%2048.06c0%2011.974-7.162%2018.307-16.25%2018.39c-5.77.053-18.405-.85-16.617-31.153m26.083%202.295a3.5%203.5%200%201%201%206.993.294%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M41.842%2037.36a3.5%203.5%200%201%201%206.994.293%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M41.846%2037.225a3.5%203.5%200%201%201%206.978.562m-14.019-.907a3.5%203.5%200%200%201%206.985.449m-18.498%208.856c-2.002-4.561-3.368-5.368-4.792-7.109c-1.95-2.384-1.41-4.103-.563-4.92c1.39-1.343%205.694.783%207.037%202.174m2.831-21.821a3.5%203.5%200%201%201%207%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m24.844%2036.455l-1.958-2.213m-5.035%204.863l1.821%202.38%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22m34.915%2041.924l-7.063-1.967V14.174h6.953zm0-5.08h20.921V49.07H34.915zm-7.11%203.221l-2.656-.995l.509-3.186l2.164%202.93z%22%2F%3E%3Cpath%20d%3D%22M23.649%2013.422a7.735%207.735%200%201%201%2012.06%206.414c-.78.527-.413-4.99-1.825-7.656c-.823-1.554-3.493-.825-4.083-.825c-1.51%200-1.337%209.37-2.527%208.621a7.73%207.73%200%200%201-3.625-6.554%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M55.816%2050.774c0%209.089-7.367%2016.456-16.456%2016.456s-16.455-7.367-16.455-16.456m32.911.177v-13.05m-6.992-.294a3.5%203.5%200%201%201%206.994.294m-13.991-.526a3.5%203.5%200%201%201%206.994.293%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M41.831%2037.24a3.5%203.5%200%201%201%206.978.562m-14.019-.906a3.5%203.5%200%200%201%206.985.448M17.836%2039.12a3.5%203.5%200%201%201%205.035-4.863m4.919-19.733a3.5%203.5%200%201%201%207%200m-.001%2022.335V14.524m-6.999%200v27.791m-2.961-5.844l-1.958-2.214m-3.268%207.183c1.953%202.143%203.374%205.167%203.302%209.521M17.836%2039.12l1.821%202.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/hold.svg?color=%231a73e8&size=48