edit sparkle icon

edit-sparkle from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
edit-sparkle
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the edit sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="m5.801 2.217l-.015-.004l-.765-.249a1.6 1.6 0 0 1-.618-.381a1.6 1.6 0 0 1-.381-.617L3.773.201A.3.3 0 0 0 3.503 0h-.015a.3.3 0 0 0-.285.201l-.249.765a1.57 1.57 0 0 1-.984.998l-.595.193h-.002l-.172.055a.304.304 0 0 0-.146.46a.3.3 0 0 0 .146.11l.767.249l.083.03l.007.003a1.6 1.6 0 0 1 .528.349a1.55 1.55 0 0 1 .381.62l.249.765q.032.09.111.146A.3.3 0 0 0 3.502 5h.004c.061 0 .121-.02.171-.056a.3.3 0 0 0 .111-.146l.249-.765a1.57 1.57 0 0 1 .999-.998l.765-.249a.302.302 0 0 0 0-.569"/><path fill-rule="evenodd" d="M14.234 1.766a2.62 2.62 0 0 0-3.707 0L7.636 4.657l.502.163c.188.064.335.168.463.287l1.148-1.148l2.293 2.293l-6.386 6.386a1.96 1.96 0 0 1-.896.511l-2.567.659l.659-2.567c.087-.339.263-.648.511-.896l1.744-1.744a1.2 1.2 0 0 1-.283-.448l-.168-.514l-1.999 1.999a2.96 2.96 0 0 0-.773 1.355l-.869 3.385a.5.5 0 0 0 .609.609l3.385-.869c.513-.131.98-.398 1.355-.772l7.872-7.872a2.62 2.62 0 0 0 0-3.707zm-.707 3l-.779.779l-2.293-2.293l.779-.779a1.622 1.622 0 0 1 2.293 2.293" clip-rule="evenodd"/><path d="m7.829 5.771l-.612-.199v.002a1.26 1.26 0 0 1-.799-.799l-.199-.612a.24.24 0 0 0-.228-.161a.24.24 0 0 0-.228.161l-.199.612a1.27 1.27 0 0 1-.787.798l-.612.199a.23.23 0 0 0-.117.088a.242.242 0 0 0 .117.368l.583.189v.003l.024.008a1.26 1.26 0 0 1 .8.8l.2.612a.24.24 0 0 0 .224.161h.007a.24.24 0 0 0 .228-.161l.199-.612a1.26 1.26 0 0 1 .799-.799l.612-.199a.23.23 0 0 0 .117-.088a.242.242 0 0 0-.117-.368z"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconEditSparkle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="m5.801 2.217l-.015-.004l-.765-.249a1.6 1.6 0 0 1-.618-.381a1.6 1.6 0 0 1-.381-.617L3.773.201A.3.3 0 0 0 3.503 0h-.015a.3.3 0 0 0-.285.201l-.249.765a1.57 1.57 0 0 1-.984.998l-.595.193h-.002l-.172.055a.304.304 0 0 0-.146.46a.3.3 0 0 0 .146.11l.767.249l.083.03l.007.003a1.6 1.6 0 0 1 .528.349a1.55 1.55 0 0 1 .381.62l.249.765q.032.09.111.146A.3.3 0 0 0 3.502 5h.004c.061 0 .121-.02.171-.056a.3.3 0 0 0 .111-.146l.249-.765a1.57 1.57 0 0 1 .999-.998l.765-.249a.302.302 0 0 0 0-.569"/><path fillRule="evenodd" d="M14.234 1.766a2.62 2.62 0 0 0-3.707 0L7.636 4.657l.502.163c.188.064.335.168.463.287l1.148-1.148l2.293 2.293l-6.386 6.386a1.96 1.96 0 0 1-.896.511l-2.567.659l.659-2.567c.087-.339.263-.648.511-.896l1.744-1.744a1.2 1.2 0 0 1-.283-.448l-.168-.514l-1.999 1.999a2.96 2.96 0 0 0-.773 1.355l-.869 3.385a.5.5 0 0 0 .609.609l3.385-.869c.513-.131.98-.398 1.355-.772l7.872-7.872a2.62 2.62 0 0 0 0-3.707zm-.707 3l-.779.779l-2.293-2.293l.779-.779a1.622 1.622 0 0 1 2.293 2.293" clipRule="evenodd"/><path d="m7.829 5.771l-.612-.199v.002a1.26 1.26 0 0 1-.799-.799l-.199-.612a.24.24 0 0 0-.228-.161a.24.24 0 0 0-.228.161l-.199.612a1.27 1.27 0 0 1-.787.798l-.612.199a.23.23 0 0 0-.117.088a.242.242 0 0 0 .117.368l.583.189v.003l.024.008a1.26 1.26 0 0 1 .8.8l.2.612a.24.24 0 0 0 .224.161h.007a.24.24 0 0 0 .228-.161l.199-.612a1.26 1.26 0 0 1 .799-.799l.612-.199a.23.23 0 0 0 .117-.088a.242.242 0 0 0-.117-.368z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="m5.801 2.217l-.015-.004l-.765-.249a1.6 1.6 0 0 1-.618-.381a1.6 1.6 0 0 1-.381-.617L3.773.201A.3.3 0 0 0 3.503 0h-.015a.3.3 0 0 0-.285.201l-.249.765a1.57 1.57 0 0 1-.984.998l-.595.193h-.002l-.172.055a.304.304 0 0 0-.146.46a.3.3 0 0 0 .146.11l.767.249l.083.03l.007.003a1.6 1.6 0 0 1 .528.349a1.55 1.55 0 0 1 .381.62l.249.765q.032.09.111.146A.3.3 0 0 0 3.502 5h.004c.061 0 .121-.02.171-.056a.3.3 0 0 0 .111-.146l.249-.765a1.57 1.57 0 0 1 .999-.998l.765-.249a.302.302 0 0 0 0-.569"/><path fill-rule="evenodd" d="M14.234 1.766a2.62 2.62 0 0 0-3.707 0L7.636 4.657l.502.163c.188.064.335.168.463.287l1.148-1.148l2.293 2.293l-6.386 6.386a1.96 1.96 0 0 1-.896.511l-2.567.659l.659-2.567c.087-.339.263-.648.511-.896l1.744-1.744a1.2 1.2 0 0 1-.283-.448l-.168-.514l-1.999 1.999a2.96 2.96 0 0 0-.773 1.355l-.869 3.385a.5.5 0 0 0 .609.609l3.385-.869c.513-.131.98-.398 1.355-.772l7.872-7.872a2.62 2.62 0 0 0 0-3.707zm-.707 3l-.779.779l-2.293-2.293l.779-.779a1.622 1.622 0 0 1 2.293 2.293" clip-rule="evenodd"/><path d="m7.829 5.771l-.612-.199v.002a1.26 1.26 0 0 1-.799-.799l-.199-.612a.24.24 0 0 0-.228-.161a.24.24 0 0 0-.228.161l-.199.612a1.27 1.27 0 0 1-.787.798l-.612.199a.23.23 0 0 0-.117.088a.242.242 0 0 0 .117.368l.583.189v.003l.024.008a1.26 1.26 0 0 1 .8.8l.2.612a.24.24 0 0 0 .224.161h.007a.24.24 0 0 0 .228-.161l.199-.612a1.26 1.26 0 0 1 .799-.799l.612-.199a.23.23 0 0 0 .117-.088a.242.242 0 0 0-.117-.368z"/></g></svg>
</template>

CSS

.icon-edit-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m5.801%202.217l-.015-.004l-.765-.249a1.6%201.6%200%200%201-.618-.381a1.6%201.6%200%200%201-.381-.617L3.773.201A.3.3%200%200%200%203.503%200h-.015a.3.3%200%200%200-.285.201l-.249.765a1.57%201.57%200%200%201-.984.998l-.595.193h-.002l-.172.055a.304.304%200%200%200-.146.46a.3.3%200%200%200%20.146.11l.767.249l.083.03l.007.003a1.6%201.6%200%200%201%20.528.349a1.55%201.55%200%200%201%20.381.62l.249.765q.032.09.111.146A.3.3%200%200%200%203.502%205h.004c.061%200%20.121-.02.171-.056a.3.3%200%200%200%20.111-.146l.249-.765a1.57%201.57%200%200%201%20.999-.998l.765-.249a.302.302%200%200%200%200-.569%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.234%201.766a2.62%202.62%200%200%200-3.707%200L7.636%204.657l.502.163c.188.064.335.168.463.287l1.148-1.148l2.293%202.293l-6.386%206.386a1.96%201.96%200%200%201-.896.511l-2.567.659l.659-2.567c.087-.339.263-.648.511-.896l1.744-1.744a1.2%201.2%200%200%201-.283-.448l-.168-.514l-1.999%201.999a2.96%202.96%200%200%200-.773%201.355l-.869%203.385a.5.5%200%200%200%20.609.609l3.385-.869c.513-.131.98-.398%201.355-.772l7.872-7.872a2.62%202.62%200%200%200%200-3.707zm-.707%203l-.779.779l-2.293-2.293l.779-.779a1.622%201.622%200%200%201%202.293%202.293%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m7.829%205.771l-.612-.199v.002a1.26%201.26%200%200%201-.799-.799l-.199-.612a.24.24%200%200%200-.228-.161a.24.24%200%200%200-.228.161l-.199.612a1.27%201.27%200%200%201-.787.798l-.612.199a.23.23%200%200%200-.117.088a.242.242%200%200%200%20.117.368l.583.189v.003l.024.008a1.26%201.26%200%200%201%20.8.8l.2.612a.24.24%200%200%200%20.224.161h.007a.24.24%200%200%200%20.228-.161l.199-.612a1.26%201.26%200%200%201%20.799-.799l.612-.199a.23.23%200%200%200%20.117-.088a.242.242%200%200%200-.117-.368z%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m5.801%202.217l-.015-.004l-.765-.249a1.6%201.6%200%200%201-.618-.381a1.6%201.6%200%200%201-.381-.617L3.773.201A.3.3%200%200%200%203.503%200h-.015a.3.3%200%200%200-.285.201l-.249.765a1.57%201.57%200%200%201-.984.998l-.595.193h-.002l-.172.055a.304.304%200%200%200-.146.46a.3.3%200%200%200%20.146.11l.767.249l.083.03l.007.003a1.6%201.6%200%200%201%20.528.349a1.55%201.55%200%200%201%20.381.62l.249.765q.032.09.111.146A.3.3%200%200%200%203.502%205h.004c.061%200%20.121-.02.171-.056a.3.3%200%200%200%20.111-.146l.249-.765a1.57%201.57%200%200%201%20.999-.998l.765-.249a.302.302%200%200%200%200-.569%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.234%201.766a2.62%202.62%200%200%200-3.707%200L7.636%204.657l.502.163c.188.064.335.168.463.287l1.148-1.148l2.293%202.293l-6.386%206.386a1.96%201.96%200%200%201-.896.511l-2.567.659l.659-2.567c.087-.339.263-.648.511-.896l1.744-1.744a1.2%201.2%200%200%201-.283-.448l-.168-.514l-1.999%201.999a2.96%202.96%200%200%200-.773%201.355l-.869%203.385a.5.5%200%200%200%20.609.609l3.385-.869c.513-.131.98-.398%201.355-.772l7.872-7.872a2.62%202.62%200%200%200%200-3.707zm-.707%203l-.779.779l-2.293-2.293l.779-.779a1.622%201.622%200%200%201%202.293%202.293%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m7.829%205.771l-.612-.199v.002a1.26%201.26%200%200%201-.799-.799l-.199-.612a.24.24%200%200%200-.228-.161a.24.24%200%200%200-.228.161l-.199.612a1.27%201.27%200%200%201-.787.798l-.612.199a.23.23%200%200%200-.117.088a.242.242%200%200%200%20.117.368l.583.189v.003l.024.008a1.26%201.26%200%200%201%20.8.8l.2.612a.24.24%200%200%200%20.224.161h.007a.24.24%200%200%200%20.228-.161l.199-.612a1.26%201.26%200%200%201%20.799-.799l.612-.199a.23.23%200%200%200%20.117-.088a.242.242%200%200%200-.117-.368z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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