curling stone emoji
curling-stone from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.
- Name
- curling-stone
- Set
- OpenMoji
- Style
- Default
- Category
- Activities
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More activities icons from OpenMoji
Use the curling stone emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="M30 17h16v3H30zm-2 0h2v6h-4v-4a2 2 0 0 1 2-2m-4 8h25v3H24z"/><path fill="#9b9b9a" d="m15.024 45.317l43.782-.015A5.1 5.1 0 0 1 59 47.931a6.67 6.67 0 0 1-3 3.899a12.8 12.8 0 0 1-4.46 2.11c-6.418 1.59-14.579.957-22.54.814a197 197 0 0 0-7 0a11.77 11.77 0 0 1-6-2.924c-1.957-1.84-3.823-5.016-2.899-6.127c.414-.497 1.297-.47 1.922-.387M59 40H13a5.28 5.28 0 0 1-1-3.385c.224-2.978 3.408-5.721 8-6.771c4.221-.455 8.91-.778 14-.846a149 149 0 0 1 18 .846c4.98 1.589 8.173 4.656 8 7.617A4.67 4.67 0 0 1 59 40"/><path fill="#3f3f3f" d="M47.154 28A14.06 14.06 0 0 0 41 29.42a13.332 13.332 0 0 1 0 24.16A14.06 14.06 0 0 0 47.154 55a13.504 13.504 0 1 0 0-27"/><path fill="#9b9b9a" d="M60 42.5a14.3 14.3 0 0 0-.227-2.5H48.446a13.9 13.9 0 0 1 0 5h11.327A14.3 14.3 0 0 0 60 42.5"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M26 17h4v7h-4z"/><rect width="48" height="25.6" x="12" y="29.067" rx="12"/><rect width="48" height="5" x="12" y="40" rx="2.5"/><rect width="26" height="4" x="23" y="25" rx="2"/><path d="M44.5 20H30v-3h14.5a1.5 1.5 0 0 1 0 3"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiCurlingStone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="M30 17h16v3H30zm-2 0h2v6h-4v-4a2 2 0 0 1 2-2m-4 8h25v3H24z"/><path fill="#9b9b9a" d="m15.024 45.317l43.782-.015A5.1 5.1 0 0 1 59 47.931a6.67 6.67 0 0 1-3 3.899a12.8 12.8 0 0 1-4.46 2.11c-6.418 1.59-14.579.957-22.54.814a197 197 0 0 0-7 0a11.77 11.77 0 0 1-6-2.924c-1.957-1.84-3.823-5.016-2.899-6.127c.414-.497 1.297-.47 1.922-.387M59 40H13a5.28 5.28 0 0 1-1-3.385c.224-2.978 3.408-5.721 8-6.771c4.221-.455 8.91-.778 14-.846a149 149 0 0 1 18 .846c4.98 1.589 8.173 4.656 8 7.617A4.67 4.67 0 0 1 59 40"/><path fill="#3f3f3f" d="M47.154 28A14.06 14.06 0 0 0 41 29.42a13.332 13.332 0 0 1 0 24.16A14.06 14.06 0 0 0 47.154 55a13.504 13.504 0 1 0 0-27"/><path fill="#9b9b9a" d="M60 42.5a14.3 14.3 0 0 0-.227-2.5H48.446a13.9 13.9 0 0 1 0 5h11.327A14.3 14.3 0 0 0 60 42.5"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M26 17h4v7h-4z"/><rect width="48" height="25.6" x="12" y="29.067" rx="12"/><rect width="48" height="5" x="12" y="40" rx="2.5"/><rect width="26" height="4" x="23" y="25" rx="2"/><path d="M44.5 20H30v-3h14.5a1.5 1.5 0 0 1 0 3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="M30 17h16v3H30zm-2 0h2v6h-4v-4a2 2 0 0 1 2-2m-4 8h25v3H24z"/><path fill="#9b9b9a" d="m15.024 45.317l43.782-.015A5.1 5.1 0 0 1 59 47.931a6.67 6.67 0 0 1-3 3.899a12.8 12.8 0 0 1-4.46 2.11c-6.418 1.59-14.579.957-22.54.814a197 197 0 0 0-7 0a11.77 11.77 0 0 1-6-2.924c-1.957-1.84-3.823-5.016-2.899-6.127c.414-.497 1.297-.47 1.922-.387M59 40H13a5.28 5.28 0 0 1-1-3.385c.224-2.978 3.408-5.721 8-6.771c4.221-.455 8.91-.778 14-.846a149 149 0 0 1 18 .846c4.98 1.589 8.173 4.656 8 7.617A4.67 4.67 0 0 1 59 40"/><path fill="#3f3f3f" d="M47.154 28A14.06 14.06 0 0 0 41 29.42a13.332 13.332 0 0 1 0 24.16A14.06 14.06 0 0 0 47.154 55a13.504 13.504 0 1 0 0-27"/><path fill="#9b9b9a" d="M60 42.5a14.3 14.3 0 0 0-.227-2.5H48.446a13.9 13.9 0 0 1 0 5h11.327A14.3 14.3 0 0 0 60 42.5"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M26 17h4v7h-4z"/><rect width="48" height="25.6" x="12" y="29.067" rx="12"/><rect width="48" height="5" x="12" y="40" rx="2.5"/><rect width="26" height="4" x="23" y="25" rx="2"/><path d="M44.5 20H30v-3h14.5a1.5 1.5 0 0 1 0 3"/></g></svg> </template>
CSS
.icon-curling-stone {
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%23d22f27%22%20d%3D%22M30%2017h16v3H30zm-2%200h2v6h-4v-4a2%202%200%200%201%202-2m-4%208h25v3H24z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m15.024%2045.317l43.782-.015A5.1%205.1%200%200%201%2059%2047.931a6.67%206.67%200%200%201-3%203.899a12.8%2012.8%200%200%201-4.46%202.11c-6.418%201.59-14.579.957-22.54.814a197%20197%200%200%200-7%200a11.77%2011.77%200%200%201-6-2.924c-1.957-1.84-3.823-5.016-2.899-6.127c.414-.497%201.297-.47%201.922-.387M59%2040H13a5.28%205.28%200%200%201-1-3.385c.224-2.978%203.408-5.721%208-6.771c4.221-.455%208.91-.778%2014-.846a149%20149%200%200%201%2018%20.846c4.98%201.589%208.173%204.656%208%207.617A4.67%204.67%200%200%201%2059%2040%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M47.154%2028A14.06%2014.06%200%200%200%2041%2029.42a13.332%2013.332%200%200%201%200%2024.16A14.06%2014.06%200%200%200%2047.154%2055a13.504%2013.504%200%201%200%200-27%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M60%2042.5a14.3%2014.3%200%200%200-.227-2.5H48.446a13.9%2013.9%200%200%201%200%205h11.327A14.3%2014.3%200%200%200%2060%2042.5%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M26%2017h4v7h-4z%22%2F%3E%3Crect%20width%3D%2248%22%20height%3D%2225.6%22%20x%3D%2212%22%20y%3D%2229.067%22%20rx%3D%2212%22%2F%3E%3Crect%20width%3D%2248%22%20height%3D%225%22%20x%3D%2212%22%20y%3D%2240%22%20rx%3D%222.5%22%2F%3E%3Crect%20width%3D%2226%22%20height%3D%224%22%20x%3D%2223%22%20y%3D%2225%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M44.5%2020H30v-3h14.5a1.5%201.5%200%200%201%200%203%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M30%2017h16v3H30zm-2%200h2v6h-4v-4a2%202%200%200%201%202-2m-4%208h25v3H24z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m15.024%2045.317l43.782-.015A5.1%205.1%200%200%201%2059%2047.931a6.67%206.67%200%200%201-3%203.899a12.8%2012.8%200%200%201-4.46%202.11c-6.418%201.59-14.579.957-22.54.814a197%20197%200%200%200-7%200a11.77%2011.77%200%200%201-6-2.924c-1.957-1.84-3.823-5.016-2.899-6.127c.414-.497%201.297-.47%201.922-.387M59%2040H13a5.28%205.28%200%200%201-1-3.385c.224-2.978%203.408-5.721%208-6.771c4.221-.455%208.91-.778%2014-.846a149%20149%200%200%201%2018%20.846c4.98%201.589%208.173%204.656%208%207.617A4.67%204.67%200%200%201%2059%2040%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M47.154%2028A14.06%2014.06%200%200%200%2041%2029.42a13.332%2013.332%200%200%201%200%2024.16A14.06%2014.06%200%200%200%2047.154%2055a13.504%2013.504%200%201%200%200-27%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M60%2042.5a14.3%2014.3%200%200%200-.227-2.5H48.446a13.9%2013.9%200%200%201%200%205h11.327A14.3%2014.3%200%200%200%2060%2042.5%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M26%2017h4v7h-4z%22%2F%3E%3Crect%20width%3D%2248%22%20height%3D%2225.6%22%20x%3D%2212%22%20y%3D%2229.067%22%20rx%3D%2212%22%2F%3E%3Crect%20width%3D%2248%22%20height%3D%225%22%20x%3D%2212%22%20y%3D%2240%22%20rx%3D%222.5%22%2F%3E%3Crect%20width%3D%2226%22%20height%3D%224%22%20x%3D%2223%22%20y%3D%2225%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M44.5%2020H30v-3h14.5a1.5%201.5%200%200%201%200%203%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/curling-stone.svg?color=%231a73e8&size=48