curly loop emoji
curly-loop from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- curly-loop
- Set
- Twitter Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Twitter Emoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the curly loop emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M18 32.625c-5.09 0-10.5-3.965-10.5-11.312c0-4.877 3.365-9.178 7.591-12.272C12.393 7.739 9.756 7 8 7c-2.708 0-5.499.914-5.527.923a1.5 1.5 0 0 1-.947-2.846C1.658 5.033 4.793 4 8 4c2.695 0 6.449 1.158 10.01 3.162C21.565 5.158 25.31 4 28 4c3.207 0 6.222 1.559 6.344 1.625c.781.422 1.312.699 1.125 1.266c-.182.551-.891.328-1.75.234c-.029-.003-2.156-.391-5.688-.391c-1.752 0-4.41 1.003-7.1 2.304c4.215 3.083 7.568 7.36 7.568 12.212C28.5 28.639 23.09 32.625 18 32.625m.013-21.954c-4.03 2.585-7.513 6.345-7.513 10.642c0 6.056 4.6 8.312 7.5 8.312c2.899 0 7.5-2.273 7.5-8.375c0-4.27-3.468-8.005-7.487-10.579"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiCurlyLoop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M18 32.625c-5.09 0-10.5-3.965-10.5-11.312c0-4.877 3.365-9.178 7.591-12.272C12.393 7.739 9.756 7 8 7c-2.708 0-5.499.914-5.527.923a1.5 1.5 0 0 1-.947-2.846C1.658 5.033 4.793 4 8 4c2.695 0 6.449 1.158 10.01 3.162C21.565 5.158 25.31 4 28 4c3.207 0 6.222 1.559 6.344 1.625c.781.422 1.312.699 1.125 1.266c-.182.551-.891.328-1.75.234c-.029-.003-2.156-.391-5.688-.391c-1.752 0-4.41 1.003-7.1 2.304c4.215 3.083 7.568 7.36 7.568 12.212C28.5 28.639 23.09 32.625 18 32.625m.013-21.954c-4.03 2.585-7.513 6.345-7.513 10.642c0 6.056 4.6 8.312 7.5 8.312c2.899 0 7.5-2.273 7.5-8.375c0-4.27-3.468-8.005-7.487-10.579"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M18 32.625c-5.09 0-10.5-3.965-10.5-11.312c0-4.877 3.365-9.178 7.591-12.272C12.393 7.739 9.756 7 8 7c-2.708 0-5.499.914-5.527.923a1.5 1.5 0 0 1-.947-2.846C1.658 5.033 4.793 4 8 4c2.695 0 6.449 1.158 10.01 3.162C21.565 5.158 25.31 4 28 4c3.207 0 6.222 1.559 6.344 1.625c.781.422 1.312.699 1.125 1.266c-.182.551-.891.328-1.75.234c-.029-.003-2.156-.391-5.688-.391c-1.752 0-4.41 1.003-7.1 2.304c4.215 3.083 7.568 7.36 7.568 12.212C28.5 28.639 23.09 32.625 18 32.625m.013-21.954c-4.03 2.585-7.513 6.345-7.513 10.642c0 6.056 4.6 8.312 7.5 8.312c2.899 0 7.5-2.273 7.5-8.375c0-4.27-3.468-8.005-7.487-10.579"/></svg> </template>
CSS
.icon-curly-loop {
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%2331373d%22%20d%3D%22M18%2032.625c-5.09%200-10.5-3.965-10.5-11.312c0-4.877%203.365-9.178%207.591-12.272C12.393%207.739%209.756%207%208%207c-2.708%200-5.499.914-5.527.923a1.5%201.5%200%200%201-.947-2.846C1.658%205.033%204.793%204%208%204c2.695%200%206.449%201.158%2010.01%203.162C21.565%205.158%2025.31%204%2028%204c3.207%200%206.222%201.559%206.344%201.625c.781.422%201.312.699%201.125%201.266c-.182.551-.891.328-1.75.234c-.029-.003-2.156-.391-5.688-.391c-1.752%200-4.41%201.003-7.1%202.304c4.215%203.083%207.568%207.36%207.568%2012.212C28.5%2028.639%2023.09%2032.625%2018%2032.625m.013-21.954c-4.03%202.585-7.513%206.345-7.513%2010.642c0%206.056%204.6%208.312%207.5%208.312c2.899%200%207.5-2.273%207.5-8.375c0-4.27-3.468-8.005-7.487-10.579%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%2331373d%22%20d%3D%22M18%2032.625c-5.09%200-10.5-3.965-10.5-11.312c0-4.877%203.365-9.178%207.591-12.272C12.393%207.739%209.756%207%208%207c-2.708%200-5.499.914-5.527.923a1.5%201.5%200%200%201-.947-2.846C1.658%205.033%204.793%204%208%204c2.695%200%206.449%201.158%2010.01%203.162C21.565%205.158%2025.31%204%2028%204c3.207%200%206.222%201.559%206.344%201.625c.781.422%201.312.699%201.125%201.266c-.182.551-.891.328-1.75.234c-.029-.003-2.156-.391-5.688-.391c-1.752%200-4.41%201.003-7.1%202.304c4.215%203.083%207.568%207.36%207.568%2012.212C28.5%2028.639%2023.09%2032.625%2018%2032.625m.013-21.954c-4.03%202.585-7.513%206.345-7.513%2010.642c0%206.056%204.6%208.312%207.5%208.312c2.899%200%207.5-2.273%207.5-8.375c0-4.27-3.468-8.005-7.487-10.579%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/curly-loop.svg?color=%231a73e8&size=48