approvals-app-24 from Fluent UI System Color Icons by Microsoft Corporation · 24 · MIT Free for personal and commercial use.

Name
approvals-app-24
Set
Fluent UI System Color Icons
Style
24
Viewbox
24×24
License
MIT

4 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the approvals app icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGcSKN1nll)" d="M12.744 2.293a1 1 0 1 0-1.414 1.414l.689.689a8.787 8.787 0 1 0 8.805 8.787a1 1 0 1 0-2 0a6.787 6.787 0 1 1-6.805-6.787l-.69.689a1 1 0 0 0 1.415 1.414l2.396-2.396a1 1 0 0 0 0-1.414z"/><path fill="url(#SVGWUfNmdZP)" fill-rule="evenodd" d="M16.937 9.48a1 1 0 0 1 0 1.415l-4.792 4.792a1 1 0 0 1-1.414 0L8.934 13.89a1 1 0 1 1 1.414-1.414l1.09 1.09l4.085-4.085a1 1 0 0 1 1.414 0" clip-rule="evenodd"/><defs><linearGradient id="SVGcSKN1nll" x1="3.25" x2="9.247" y1="3.175" y2="25.271" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient><linearGradient id="SVGWUfNmdZP" x1="16.024" x2="7.892" y1="10.428" y2="14.47" gradientUnits="userSpaceOnUse"><stop stop-color="#42b870"/><stop offset="1" stop-color="#309c61"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorApprovalsApp24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGcSKN1nll)" d="M12.744 2.293a1 1 0 1 0-1.414 1.414l.689.689a8.787 8.787 0 1 0 8.805 8.787a1 1 0 1 0-2 0a6.787 6.787 0 1 1-6.805-6.787l-.69.689a1 1 0 0 0 1.415 1.414l2.396-2.396a1 1 0 0 0 0-1.414z"/><path fill="url(#SVGWUfNmdZP)" fillRule="evenodd" d="M16.937 9.48a1 1 0 0 1 0 1.415l-4.792 4.792a1 1 0 0 1-1.414 0L8.934 13.89a1 1 0 1 1 1.414-1.414l1.09 1.09l4.085-4.085a1 1 0 0 1 1.414 0" clipRule="evenodd"/><defs><linearGradient id="SVGcSKN1nll" x1="3.25" x2="9.247" y1="3.175" y2="25.271" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#0067bf"/></linearGradient><linearGradient id="SVGWUfNmdZP" x1="16.024" x2="7.892" y1="10.428" y2="14.47" gradientUnits="userSpaceOnUse"><stop stopColor="#42b870"/><stop offset="1" stopColor="#309c61"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGcSKN1nll)" d="M12.744 2.293a1 1 0 1 0-1.414 1.414l.689.689a8.787 8.787 0 1 0 8.805 8.787a1 1 0 1 0-2 0a6.787 6.787 0 1 1-6.805-6.787l-.69.689a1 1 0 0 0 1.415 1.414l2.396-2.396a1 1 0 0 0 0-1.414z"/><path fill="url(#SVGWUfNmdZP)" fill-rule="evenodd" d="M16.937 9.48a1 1 0 0 1 0 1.415l-4.792 4.792a1 1 0 0 1-1.414 0L8.934 13.89a1 1 0 1 1 1.414-1.414l1.09 1.09l4.085-4.085a1 1 0 0 1 1.414 0" clip-rule="evenodd"/><defs><linearGradient id="SVGcSKN1nll" x1="3.25" x2="9.247" y1="3.175" y2="25.271" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient><linearGradient id="SVGWUfNmdZP" x1="16.024" x2="7.892" y1="10.428" y2="14.47" gradientUnits="userSpaceOnUse"><stop stop-color="#42b870"/><stop offset="1" stop-color="#309c61"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-approvals-app-24 {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGcSKN1nll)%22%20d%3D%22M12.744%202.293a1%201%200%201%200-1.414%201.414l.689.689a8.787%208.787%200%201%200%208.805%208.787a1%201%200%201%200-2%200a6.787%206.787%200%201%201-6.805-6.787l-.69.689a1%201%200%200%200%201.415%201.414l2.396-2.396a1%201%200%200%200%200-1.414z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGWUfNmdZP)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.937%209.48a1%201%200%200%201%200%201.415l-4.792%204.792a1%201%200%200%201-1.414%200L8.934%2013.89a1%201%200%201%201%201.414-1.414l1.09%201.09l4.085-4.085a1%201%200%200%201%201.414%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGcSKN1nll%22%20x1%3D%223.25%22%20x2%3D%229.247%22%20y1%3D%223.175%22%20y2%3D%2225.271%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230067bf%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGWUfNmdZP%22%20x1%3D%2216.024%22%20x2%3D%227.892%22%20y1%3D%2210.428%22%20y2%3D%2214.47%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2342b870%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23309c61%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGcSKN1nll)%22%20d%3D%22M12.744%202.293a1%201%200%201%200-1.414%201.414l.689.689a8.787%208.787%200%201%200%208.805%208.787a1%201%200%201%200-2%200a6.787%206.787%200%201%201-6.805-6.787l-.69.689a1%201%200%200%200%201.415%201.414l2.396-2.396a1%201%200%200%200%200-1.414z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGWUfNmdZP)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.937%209.48a1%201%200%200%201%200%201.415l-4.792%204.792a1%201%200%200%201-1.414%200L8.934%2013.89a1%201%200%201%201%201.414-1.414l1.09%201.09l4.085-4.085a1%201%200%200%201%201.414%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGcSKN1nll%22%20x1%3D%223.25%22%20x2%3D%229.247%22%20y1%3D%223.175%22%20y2%3D%2225.271%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230067bf%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGWUfNmdZP%22%20x1%3D%2216.024%22%20x2%3D%227.892%22%20y1%3D%2210.428%22%20y2%3D%2214.47%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2342b870%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23309c61%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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