curlyloop emoji
curlyloop from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- curlyloop
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 512×512
- License
- Apache 2.0
More symbols icons from Firefox OS Emoji
alarmclockantennawithbarsanticlockwiseupwardsanddownwardsarrowsaquariusariesarrowrightwardsdownwardsarrowrightwardsupwardsautomatedtellermachinebabysymbolbackwithleftwardsarrowbaggageclaimballotboxwithcheckblackclubsuitblackdiamondsuitblackdownpointingdoublearrowblackheartsuitblacklargesquareblackleftpointingarrowblackleftpointingdoublearrowblackmediumsmallsquareblackmediumsquareblackquestionmarkblackrightpointingarrowblackrightpointingdoublearrow
Use the curlyloop emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#2B3B47" d="M478.479 61.375c-55.278 0-108.521 8.66-158.25 25.738c-22.84 7.844-44.622 17.345-65.213 28.401c-20.026-10.522-41.174-19.587-63.313-27.116C142.007 71.5 88.788 62.931 33.522 62.931c-15.803 0-28.614 12.811-28.614 28.614s12.811 28.614 28.614 28.614c58.48 0 114.81 11.113 164.91 32.007c-64.631 50.071-105.018 114.785-105.978 169.69a29 29 0 0 0-.077 1.997c0 90.229 73.406 163.635 163.634 163.635h.054c90.228 0 163.634-73.406 163.634-163.635c0-.67-.031-1.332-.077-1.99c-.964-55.156-41.865-120.042-107.24-169.868c-.149-.114-.302-.223-.452-.337c50.529-21.572 107.453-33.054 166.548-33.054c15.803 0 28.614-12.811 28.614-28.614s-12.811-28.615-28.613-28.615M277.692 197.511c58.527 44.607 84.725 95.598 84.725 126.343c0 58.664-47.719 106.391-106.379 106.406c-58.66-.015-106.379-47.742-106.379-106.406c0-30.871 26.215-82.173 84.78-127.192a339 339 0 0 1 20.866-14.79c7.701 4.941 15.18 10.146 22.387 15.639"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiCurlyloop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#2B3B47" d="M478.479 61.375c-55.278 0-108.521 8.66-158.25 25.738c-22.84 7.844-44.622 17.345-65.213 28.401c-20.026-10.522-41.174-19.587-63.313-27.116C142.007 71.5 88.788 62.931 33.522 62.931c-15.803 0-28.614 12.811-28.614 28.614s12.811 28.614 28.614 28.614c58.48 0 114.81 11.113 164.91 32.007c-64.631 50.071-105.018 114.785-105.978 169.69a29 29 0 0 0-.077 1.997c0 90.229 73.406 163.635 163.634 163.635h.054c90.228 0 163.634-73.406 163.634-163.635c0-.67-.031-1.332-.077-1.99c-.964-55.156-41.865-120.042-107.24-169.868c-.149-.114-.302-.223-.452-.337c50.529-21.572 107.453-33.054 166.548-33.054c15.803 0 28.614-12.811 28.614-28.614s-12.811-28.615-28.613-28.615M277.692 197.511c58.527 44.607 84.725 95.598 84.725 126.343c0 58.664-47.719 106.391-106.379 106.406c-58.66-.015-106.379-47.742-106.379-106.406c0-30.871 26.215-82.173 84.78-127.192a339 339 0 0 1 20.866-14.79c7.701 4.941 15.18 10.146 22.387 15.639"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#2B3B47" d="M478.479 61.375c-55.278 0-108.521 8.66-158.25 25.738c-22.84 7.844-44.622 17.345-65.213 28.401c-20.026-10.522-41.174-19.587-63.313-27.116C142.007 71.5 88.788 62.931 33.522 62.931c-15.803 0-28.614 12.811-28.614 28.614s12.811 28.614 28.614 28.614c58.48 0 114.81 11.113 164.91 32.007c-64.631 50.071-105.018 114.785-105.978 169.69a29 29 0 0 0-.077 1.997c0 90.229 73.406 163.635 163.634 163.635h.054c90.228 0 163.634-73.406 163.634-163.635c0-.67-.031-1.332-.077-1.99c-.964-55.156-41.865-120.042-107.24-169.868c-.149-.114-.302-.223-.452-.337c50.529-21.572 107.453-33.054 166.548-33.054c15.803 0 28.614-12.811 28.614-28.614s-12.811-28.615-28.613-28.615M277.692 197.511c58.527 44.607 84.725 95.598 84.725 126.343c0 58.664-47.719 106.391-106.379 106.406c-58.66-.015-106.379-47.742-106.379-106.406c0-30.871 26.215-82.173 84.78-127.192a339 339 0 0 1 20.866-14.79c7.701 4.941 15.18 10.146 22.387 15.639"/></svg> </template>
CSS
.icon-curlyloop {
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%232B3B47%22%20d%3D%22M478.479%2061.375c-55.278%200-108.521%208.66-158.25%2025.738c-22.84%207.844-44.622%2017.345-65.213%2028.401c-20.026-10.522-41.174-19.587-63.313-27.116C142.007%2071.5%2088.788%2062.931%2033.522%2062.931c-15.803%200-28.614%2012.811-28.614%2028.614s12.811%2028.614%2028.614%2028.614c58.48%200%20114.81%2011.113%20164.91%2032.007c-64.631%2050.071-105.018%20114.785-105.978%20169.69a29%2029%200%200%200-.077%201.997c0%2090.229%2073.406%20163.635%20163.634%20163.635h.054c90.228%200%20163.634-73.406%20163.634-163.635c0-.67-.031-1.332-.077-1.99c-.964-55.156-41.865-120.042-107.24-169.868c-.149-.114-.302-.223-.452-.337c50.529-21.572%20107.453-33.054%20166.548-33.054c15.803%200%2028.614-12.811%2028.614-28.614s-12.811-28.615-28.613-28.615M277.692%20197.511c58.527%2044.607%2084.725%2095.598%2084.725%20126.343c0%2058.664-47.719%20106.391-106.379%20106.406c-58.66-.015-106.379-47.742-106.379-106.406c0-30.871%2026.215-82.173%2084.78-127.192a339%20339%200%200%201%2020.866-14.79c7.701%204.941%2015.18%2010.146%2022.387%2015.639%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%232B3B47%22%20d%3D%22M478.479%2061.375c-55.278%200-108.521%208.66-158.25%2025.738c-22.84%207.844-44.622%2017.345-65.213%2028.401c-20.026-10.522-41.174-19.587-63.313-27.116C142.007%2071.5%2088.788%2062.931%2033.522%2062.931c-15.803%200-28.614%2012.811-28.614%2028.614s12.811%2028.614%2028.614%2028.614c58.48%200%20114.81%2011.113%20164.91%2032.007c-64.631%2050.071-105.018%20114.785-105.978%20169.69a29%2029%200%200%200-.077%201.997c0%2090.229%2073.406%20163.635%20163.634%20163.635h.054c90.228%200%20163.634-73.406%20163.634-163.635c0-.67-.031-1.332-.077-1.99c-.964-55.156-41.865-120.042-107.24-169.868c-.149-.114-.302-.223-.452-.337c50.529-21.572%20107.453-33.054%20166.548-33.054c15.803%200%2028.614-12.811%2028.614-28.614s-12.811-28.615-28.613-28.615M277.692%20197.511c58.527%2044.607%2084.725%2095.598%2084.725%20126.343c0%2058.664-47.719%20106.391-106.379%20106.406c-58.66-.015-106.379-47.742-106.379-106.406c0-30.871%2026.215-82.173%2084.78-127.192a339%20339%200%200%201%2020.866-14.79c7.701%204.941%2015.18%2010.146%2022.387%2015.639%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/curlyloop.svg?color=%231a73e8&size=48