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

Name
approvals-app-16
Set
Fluent UI System Color Icons
Style
16
Viewbox
16×16
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 16 16"><g fill="none"><path fill="url(#SVG7VCfJbxe)" fill-rule="evenodd" d="M8.571.236a.806.806 0 0 0-1.14 1.14l.73.728H8a6.448 6.448 0 1 0 6.449 6.448a.806.806 0 1 0-1.612 0a4.837 4.837 0 1 1-4.836-4.837h.248l-.818.818a.806.806 0 1 0 1.14 1.14l2.148-2.149a.806.806 0 0 0 0-1.14z" clip-rule="evenodd"/><path fill="url(#SVGiW8ElRAW)" fill-rule="evenodd" d="M11.61 5.812a.806.806 0 0 1 0 1.14l-3.472 3.471a.806.806 0 0 1-1.14 0L5.696 9.121a.806.806 0 1 1 1.14-1.14l.732.733l2.902-2.902a.806.806 0 0 1 1.14 0" clip-rule="evenodd"/><defs><linearGradient id="SVG7VCfJbxe" x1="1.554" x2="5.941" y1="1.231" y2="17.422" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient><linearGradient id="SVGiW8ElRAW" x1="10.891" x2="4.999" y1="6.555" y2="9.484" gradientUnits="userSpaceOnUse"><stop stop-color="#42b870"/><stop offset="1" stop-color="#309c61"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorApprovalsApp16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVG7VCfJbxe)" fillRule="evenodd" d="M8.571.236a.806.806 0 0 0-1.14 1.14l.73.728H8a6.448 6.448 0 1 0 6.449 6.448a.806.806 0 1 0-1.612 0a4.837 4.837 0 1 1-4.836-4.837h.248l-.818.818a.806.806 0 1 0 1.14 1.14l2.148-2.149a.806.806 0 0 0 0-1.14z" clipRule="evenodd"/><path fill="url(#SVGiW8ElRAW)" fillRule="evenodd" d="M11.61 5.812a.806.806 0 0 1 0 1.14l-3.472 3.471a.806.806 0 0 1-1.14 0L5.696 9.121a.806.806 0 1 1 1.14-1.14l.732.733l2.902-2.902a.806.806 0 0 1 1.14 0" clipRule="evenodd"/><defs><linearGradient id="SVG7VCfJbxe" x1="1.554" x2="5.941" y1="1.231" y2="17.422" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#0067bf"/></linearGradient><linearGradient id="SVGiW8ElRAW" x1="10.891" x2="4.999" y1="6.555" y2="9.484" 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 16 16"><g fill="none"><path fill="url(#SVG7VCfJbxe)" fill-rule="evenodd" d="M8.571.236a.806.806 0 0 0-1.14 1.14l.73.728H8a6.448 6.448 0 1 0 6.449 6.448a.806.806 0 1 0-1.612 0a4.837 4.837 0 1 1-4.836-4.837h.248l-.818.818a.806.806 0 1 0 1.14 1.14l2.148-2.149a.806.806 0 0 0 0-1.14z" clip-rule="evenodd"/><path fill="url(#SVGiW8ElRAW)" fill-rule="evenodd" d="M11.61 5.812a.806.806 0 0 1 0 1.14l-3.472 3.471a.806.806 0 0 1-1.14 0L5.696 9.121a.806.806 0 1 1 1.14-1.14l.732.733l2.902-2.902a.806.806 0 0 1 1.14 0" clip-rule="evenodd"/><defs><linearGradient id="SVG7VCfJbxe" x1="1.554" x2="5.941" y1="1.231" y2="17.422" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient><linearGradient id="SVGiW8ElRAW" x1="10.891" x2="4.999" y1="6.555" y2="9.484" gradientUnits="userSpaceOnUse"><stop stop-color="#42b870"/><stop offset="1" stop-color="#309c61"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-approvals-app-16 {
  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%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG7VCfJbxe)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.571.236a.806.806%200%200%200-1.14%201.14l.73.728H8a6.448%206.448%200%201%200%206.449%206.448a.806.806%200%201%200-1.612%200a4.837%204.837%200%201%201-4.836-4.837h.248l-.818.818a.806.806%200%201%200%201.14%201.14l2.148-2.149a.806.806%200%200%200%200-1.14z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGiW8ElRAW)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.61%205.812a.806.806%200%200%201%200%201.14l-3.472%203.471a.806.806%200%200%201-1.14%200L5.696%209.121a.806.806%200%201%201%201.14-1.14l.732.733l2.902-2.902a.806.806%200%200%201%201.14%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG7VCfJbxe%22%20x1%3D%221.554%22%20x2%3D%225.941%22%20y1%3D%221.231%22%20y2%3D%2217.422%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%22SVGiW8ElRAW%22%20x1%3D%2210.891%22%20x2%3D%224.999%22%20y1%3D%226.555%22%20y2%3D%229.484%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG7VCfJbxe)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.571.236a.806.806%200%200%200-1.14%201.14l.73.728H8a6.448%206.448%200%201%200%206.449%206.448a.806.806%200%201%200-1.612%200a4.837%204.837%200%201%201-4.836-4.837h.248l-.818.818a.806.806%200%201%200%201.14%201.14l2.148-2.149a.806.806%200%200%200%200-1.14z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGiW8ElRAW)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.61%205.812a.806.806%200%200%201%200%201.14l-3.472%203.471a.806.806%200%200%201-1.14%200L5.696%209.121a.806.806%200%201%201%201.14-1.14l.732.733l2.902-2.902a.806.806%200%200%201%201.14%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG7VCfJbxe%22%20x1%3D%221.554%22%20x2%3D%225.941%22%20y1%3D%221.231%22%20y2%3D%2217.422%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%22SVGiW8ElRAW%22%20x1%3D%2210.891%22%20x2%3D%224.999%22%20y1%3D%226.555%22%20y2%3D%229.484%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-16.svg?color=%231a73e8&size=48