arrow circle up sparkle icon

arrow-circle-up-sparkle from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
arrow-circle-up-sparkle
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the arrow circle up sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.72 8.77c.1-.07.18-.15.25-.25C14.7 12.14 11.69 15 8 15s-7-3.13-7-7s3.13-7 7-7c.45 0 .88.05 1.31.13l-.44.14c-.26.09-.47.26-.63.48c-.06.08-.09.17-.13.26H8c-3.31 0-6 2.69-6 6s2.69 6 6 6A5.99 5.99 0 0 0 13.91 9c.03 0 .05.01.08.01c.26 0 .5-.08.72-.23zM8 11.5c.28 0 .5-.22.5-.5V6.21l1.65 1.65c.2.2.51.2.71 0s.2-.51 0-.71l-2.5-2.5c-.2-.2-.51-.2-.71 0l-2.5 2.5c-.2.2-.2.51 0 .71s.51.2.71 0l1.65-1.65V11c0 .28.22.5.5.5zm1.05-9.18a.27.27 0 0 0 0 .34c.04.05.09.09.15.11l.77.25l.08.03c.06.03.12.05.18.09c.13.07.24.16.34.26c.15.15.27.34.35.54c.01.03.02.05.03.08l.25.77c.02.06.06.11.11.15a.27.27 0 0 0 .34 0c.03-.02.06-.05.08-.09l.03-.06l.25-.77c.08-.23.21-.44.38-.62s.39-.3.62-.38l.77-.25c.06-.02.11-.06.15-.11a.27.27 0 0 0 0-.34a.33.33 0 0 0-.15-.11h-.02l-.77-.25c-.16-.05-.31-.13-.44-.23l-.18-.15c-.17-.17-.3-.39-.38-.62l-.25-.77a.33.33 0 0 0-.11-.15a.3.3 0 0 0-.16-.05h-.01c-.06 0-.12.02-.18.05c-.05.04-.09.09-.11.15l-.25.77a1.5 1.5 0 0 1-.46.68c-.15.14-.34.24-.53.31l-.6.19l-.17.05c-.06.02-.11.06-.15.11zm6.91 3.54s-.07-.07-.12-.09h-.01l-.61-.2c-.19-.06-.36-.16-.49-.3c-.14-.14-.24-.31-.3-.49l-.2-.61s-.05-.09-.09-.12a.23.23 0 0 0-.14-.04c-.05 0-.1.01-.14.04q-.06.045-.09.12l-.2.61c-.06.18-.16.35-.3.49s-.3.24-.49.31l-.61.2s-.09.05-.12.09a.23.23 0 0 0-.04.14c0 .05.02.1.04.14q.045.06.12.09l.58.19l.02.01a1.23 1.23 0 0 1 .79.79l.2.61s.05.09.09.12s.09.04.14.04s.1-.02.14-.04s.07-.07.09-.12l.2-.61c.06-.19.17-.35.3-.49s.31-.24.49-.31l.61-.2s.09-.05.12-.09a.23.23 0 0 0 .04-.14c0-.05-.02-.1-.04-.14z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconArrowCircleUpSparkle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.72 8.77c.1-.07.18-.15.25-.25C14.7 12.14 11.69 15 8 15s-7-3.13-7-7s3.13-7 7-7c.45 0 .88.05 1.31.13l-.44.14c-.26.09-.47.26-.63.48c-.06.08-.09.17-.13.26H8c-3.31 0-6 2.69-6 6s2.69 6 6 6A5.99 5.99 0 0 0 13.91 9c.03 0 .05.01.08.01c.26 0 .5-.08.72-.23zM8 11.5c.28 0 .5-.22.5-.5V6.21l1.65 1.65c.2.2.51.2.71 0s.2-.51 0-.71l-2.5-2.5c-.2-.2-.51-.2-.71 0l-2.5 2.5c-.2.2-.2.51 0 .71s.51.2.71 0l1.65-1.65V11c0 .28.22.5.5.5zm1.05-9.18a.27.27 0 0 0 0 .34c.04.05.09.09.15.11l.77.25l.08.03c.06.03.12.05.18.09c.13.07.24.16.34.26c.15.15.27.34.35.54c.01.03.02.05.03.08l.25.77c.02.06.06.11.11.15a.27.27 0 0 0 .34 0c.03-.02.06-.05.08-.09l.03-.06l.25-.77c.08-.23.21-.44.38-.62s.39-.3.62-.38l.77-.25c.06-.02.11-.06.15-.11a.27.27 0 0 0 0-.34a.33.33 0 0 0-.15-.11h-.02l-.77-.25c-.16-.05-.31-.13-.44-.23l-.18-.15c-.17-.17-.3-.39-.38-.62l-.25-.77a.33.33 0 0 0-.11-.15a.3.3 0 0 0-.16-.05h-.01c-.06 0-.12.02-.18.05c-.05.04-.09.09-.11.15l-.25.77a1.5 1.5 0 0 1-.46.68c-.15.14-.34.24-.53.31l-.6.19l-.17.05c-.06.02-.11.06-.15.11zm6.91 3.54s-.07-.07-.12-.09h-.01l-.61-.2c-.19-.06-.36-.16-.49-.3c-.14-.14-.24-.31-.3-.49l-.2-.61s-.05-.09-.09-.12a.23.23 0 0 0-.14-.04c-.05 0-.1.01-.14.04q-.06.045-.09.12l-.2.61c-.06.18-.16.35-.3.49s-.3.24-.49.31l-.61.2s-.09.05-.12.09a.23.23 0 0 0-.04.14c0 .05.02.1.04.14q.045.06.12.09l.58.19l.02.01a1.23 1.23 0 0 1 .79.79l.2.61s.05.09.09.12s.09.04.14.04s.1-.02.14-.04s.07-.07.09-.12l.2-.61c.06-.19.17-.35.3-.49s.31-.24.49-.31l.61-.2s.09-.05.12-.09a.23.23 0 0 0 .04-.14c0-.05-.02-.1-.04-.14z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.72 8.77c.1-.07.18-.15.25-.25C14.7 12.14 11.69 15 8 15s-7-3.13-7-7s3.13-7 7-7c.45 0 .88.05 1.31.13l-.44.14c-.26.09-.47.26-.63.48c-.06.08-.09.17-.13.26H8c-3.31 0-6 2.69-6 6s2.69 6 6 6A5.99 5.99 0 0 0 13.91 9c.03 0 .05.01.08.01c.26 0 .5-.08.72-.23zM8 11.5c.28 0 .5-.22.5-.5V6.21l1.65 1.65c.2.2.51.2.71 0s.2-.51 0-.71l-2.5-2.5c-.2-.2-.51-.2-.71 0l-2.5 2.5c-.2.2-.2.51 0 .71s.51.2.71 0l1.65-1.65V11c0 .28.22.5.5.5zm1.05-9.18a.27.27 0 0 0 0 .34c.04.05.09.09.15.11l.77.25l.08.03c.06.03.12.05.18.09c.13.07.24.16.34.26c.15.15.27.34.35.54c.01.03.02.05.03.08l.25.77c.02.06.06.11.11.15a.27.27 0 0 0 .34 0c.03-.02.06-.05.08-.09l.03-.06l.25-.77c.08-.23.21-.44.38-.62s.39-.3.62-.38l.77-.25c.06-.02.11-.06.15-.11a.27.27 0 0 0 0-.34a.33.33 0 0 0-.15-.11h-.02l-.77-.25c-.16-.05-.31-.13-.44-.23l-.18-.15c-.17-.17-.3-.39-.38-.62l-.25-.77a.33.33 0 0 0-.11-.15a.3.3 0 0 0-.16-.05h-.01c-.06 0-.12.02-.18.05c-.05.04-.09.09-.11.15l-.25.77a1.5 1.5 0 0 1-.46.68c-.15.14-.34.24-.53.31l-.6.19l-.17.05c-.06.02-.11.06-.15.11zm6.91 3.54s-.07-.07-.12-.09h-.01l-.61-.2c-.19-.06-.36-.16-.49-.3c-.14-.14-.24-.31-.3-.49l-.2-.61s-.05-.09-.09-.12a.23.23 0 0 0-.14-.04c-.05 0-.1.01-.14.04q-.06.045-.09.12l-.2.61c-.06.18-.16.35-.3.49s-.3.24-.49.31l-.61.2s-.09.05-.12.09a.23.23 0 0 0-.04.14c0 .05.02.1.04.14q.045.06.12.09l.58.19l.02.01a1.23 1.23 0 0 1 .79.79l.2.61s.05.09.09.12s.09.04.14.04s.1-.02.14-.04s.07-.07.09-.12l.2-.61c.06-.19.17-.35.3-.49s.31-.24.49-.31l.61-.2s.09-.05.12-.09a.23.23 0 0 0 .04-.14c0-.05-.02-.1-.04-.14z"/></svg>
</template>

CSS

.icon-arrow-circle-up-sparkle {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.72%208.77c.1-.07.18-.15.25-.25C14.7%2012.14%2011.69%2015%208%2015s-7-3.13-7-7s3.13-7%207-7c.45%200%20.88.05%201.31.13l-.44.14c-.26.09-.47.26-.63.48c-.06.08-.09.17-.13.26H8c-3.31%200-6%202.69-6%206s2.69%206%206%206A5.99%205.99%200%200%200%2013.91%209c.03%200%20.05.01.08.01c.26%200%20.5-.08.72-.23zM8%2011.5c.28%200%20.5-.22.5-.5V6.21l1.65%201.65c.2.2.51.2.71%200s.2-.51%200-.71l-2.5-2.5c-.2-.2-.51-.2-.71%200l-2.5%202.5c-.2.2-.2.51%200%20.71s.51.2.71%200l1.65-1.65V11c0%20.28.22.5.5.5zm1.05-9.18a.27.27%200%200%200%200%20.34c.04.05.09.09.15.11l.77.25l.08.03c.06.03.12.05.18.09c.13.07.24.16.34.26c.15.15.27.34.35.54c.01.03.02.05.03.08l.25.77c.02.06.06.11.11.15a.27.27%200%200%200%20.34%200c.03-.02.06-.05.08-.09l.03-.06l.25-.77c.08-.23.21-.44.38-.62s.39-.3.62-.38l.77-.25c.06-.02.11-.06.15-.11a.27.27%200%200%200%200-.34a.33.33%200%200%200-.15-.11h-.02l-.77-.25c-.16-.05-.31-.13-.44-.23l-.18-.15c-.17-.17-.3-.39-.38-.62l-.25-.77a.33.33%200%200%200-.11-.15a.3.3%200%200%200-.16-.05h-.01c-.06%200-.12.02-.18.05c-.05.04-.09.09-.11.15l-.25.77a1.5%201.5%200%200%201-.46.68c-.15.14-.34.24-.53.31l-.6.19l-.17.05c-.06.02-.11.06-.15.11zm6.91%203.54s-.07-.07-.12-.09h-.01l-.61-.2c-.19-.06-.36-.16-.49-.3c-.14-.14-.24-.31-.3-.49l-.2-.61s-.05-.09-.09-.12a.23.23%200%200%200-.14-.04c-.05%200-.1.01-.14.04q-.06.045-.09.12l-.2.61c-.06.18-.16.35-.3.49s-.3.24-.49.31l-.61.2s-.09.05-.12.09a.23.23%200%200%200-.04.14c0%20.05.02.1.04.14q.045.06.12.09l.58.19l.02.01a1.23%201.23%200%200%201%20.79.79l.2.61s.05.09.09.12s.09.04.14.04s.1-.02.14-.04s.07-.07.09-.12l.2-.61c.06-.19.17-.35.3-.49s.31-.24.49-.31l.61-.2s.09-.05.12-.09a.23.23%200%200%200%20.04-.14c0-.05-.02-.1-.04-.14z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.72%208.77c.1-.07.18-.15.25-.25C14.7%2012.14%2011.69%2015%208%2015s-7-3.13-7-7s3.13-7%207-7c.45%200%20.88.05%201.31.13l-.44.14c-.26.09-.47.26-.63.48c-.06.08-.09.17-.13.26H8c-3.31%200-6%202.69-6%206s2.69%206%206%206A5.99%205.99%200%200%200%2013.91%209c.03%200%20.05.01.08.01c.26%200%20.5-.08.72-.23zM8%2011.5c.28%200%20.5-.22.5-.5V6.21l1.65%201.65c.2.2.51.2.71%200s.2-.51%200-.71l-2.5-2.5c-.2-.2-.51-.2-.71%200l-2.5%202.5c-.2.2-.2.51%200%20.71s.51.2.71%200l1.65-1.65V11c0%20.28.22.5.5.5zm1.05-9.18a.27.27%200%200%200%200%20.34c.04.05.09.09.15.11l.77.25l.08.03c.06.03.12.05.18.09c.13.07.24.16.34.26c.15.15.27.34.35.54c.01.03.02.05.03.08l.25.77c.02.06.06.11.11.15a.27.27%200%200%200%20.34%200c.03-.02.06-.05.08-.09l.03-.06l.25-.77c.08-.23.21-.44.38-.62s.39-.3.62-.38l.77-.25c.06-.02.11-.06.15-.11a.27.27%200%200%200%200-.34a.33.33%200%200%200-.15-.11h-.02l-.77-.25c-.16-.05-.31-.13-.44-.23l-.18-.15c-.17-.17-.3-.39-.38-.62l-.25-.77a.33.33%200%200%200-.11-.15a.3.3%200%200%200-.16-.05h-.01c-.06%200-.12.02-.18.05c-.05.04-.09.09-.11.15l-.25.77a1.5%201.5%200%200%201-.46.68c-.15.14-.34.24-.53.31l-.6.19l-.17.05c-.06.02-.11.06-.15.11zm6.91%203.54s-.07-.07-.12-.09h-.01l-.61-.2c-.19-.06-.36-.16-.49-.3c-.14-.14-.24-.31-.3-.49l-.2-.61s-.05-.09-.09-.12a.23.23%200%200%200-.14-.04c-.05%200-.1.01-.14.04q-.06.045-.09.12l-.2.61c-.06.18-.16.35-.3.49s-.3.24-.49.31l-.61.2s-.09.05-.12.09a.23.23%200%200%200-.04.14c0%20.05.02.1.04.14q.045.06.12.09l.58.19l.02.01a1.23%201.23%200%200%201%20.79.79l.2.61s.05.09.09.12s.09.04.14.04s.1-.02.14-.04s.07-.07.09-.12l.2-.61c.06-.19.17-.35.3-.49s.31-.24.49-.31l.61-.2s.09-.05.12-.09a.23.23%200%200%200%20.04-.14c0-.05-.02-.1-.04-.14z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/arrow-circle-up-sparkle.svg?color=%231a73e8&size=48