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

Name
approvals-app-32
Set
Fluent UI System Color Icons
Style
32
Viewbox
32×32
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 32 32"><g fill="none"><path fill="url(#SVGSv7GjdIv)" d="M14.707 1.293a1 1 0 1 0-1.414 1.414l2.3 2.3C8.6 5.221 3 10.956 3 18c0 7.18 5.82 13 13 13s13-5.82 13-13v-.08c-.003-.52-.439-.92-.958-.92h-.086c-.537 0-.956.462-.956 1c0 6.075-4.925 11-11 11S5 24.075 5 18C5 12.066 9.698 7.23 15.578 7.008l-2.285 2.285a1 1 0 0 0 1.414 1.414l4-4a1 1 0 0 0 0-1.414z"/><path fill="url(#SVGd1Cj6cxR)" d="M22.707 14.707a1 1 0 0 0-1.414-1.414L16 18.586l-2.293-2.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0z"/><defs><linearGradient id="SVGSv7GjdIv" x1="3" x2="12.128" y1="2.765" y2="35.888" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient><linearGradient id="SVGd1Cj6cxR" x1="22.656" x2="9.08" y1="13.4" y2="20.149" gradientUnits="userSpaceOnUse"><stop stop-color="#42b870"/><stop offset="1" stop-color="#309c61"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorApprovalsApp32(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGSv7GjdIv)" d="M14.707 1.293a1 1 0 1 0-1.414 1.414l2.3 2.3C8.6 5.221 3 10.956 3 18c0 7.18 5.82 13 13 13s13-5.82 13-13v-.08c-.003-.52-.439-.92-.958-.92h-.086c-.537 0-.956.462-.956 1c0 6.075-4.925 11-11 11S5 24.075 5 18C5 12.066 9.698 7.23 15.578 7.008l-2.285 2.285a1 1 0 0 0 1.414 1.414l4-4a1 1 0 0 0 0-1.414z"/><path fill="url(#SVGd1Cj6cxR)" d="M22.707 14.707a1 1 0 0 0-1.414-1.414L16 18.586l-2.293-2.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0z"/><defs><linearGradient id="SVGSv7GjdIv" x1="3" x2="12.128" y1="2.765" y2="35.888" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#0067bf"/></linearGradient><linearGradient id="SVGd1Cj6cxR" x1="22.656" x2="9.08" y1="13.4" y2="20.149" 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 32 32"><g fill="none"><path fill="url(#SVGSv7GjdIv)" d="M14.707 1.293a1 1 0 1 0-1.414 1.414l2.3 2.3C8.6 5.221 3 10.956 3 18c0 7.18 5.82 13 13 13s13-5.82 13-13v-.08c-.003-.52-.439-.92-.958-.92h-.086c-.537 0-.956.462-.956 1c0 6.075-4.925 11-11 11S5 24.075 5 18C5 12.066 9.698 7.23 15.578 7.008l-2.285 2.285a1 1 0 0 0 1.414 1.414l4-4a1 1 0 0 0 0-1.414z"/><path fill="url(#SVGd1Cj6cxR)" d="M22.707 14.707a1 1 0 0 0-1.414-1.414L16 18.586l-2.293-2.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0z"/><defs><linearGradient id="SVGSv7GjdIv" x1="3" x2="12.128" y1="2.765" y2="35.888" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient><linearGradient id="SVGd1Cj6cxR" x1="22.656" x2="9.08" y1="13.4" y2="20.149" gradientUnits="userSpaceOnUse"><stop stop-color="#42b870"/><stop offset="1" stop-color="#309c61"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-approvals-app-32 {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGSv7GjdIv)%22%20d%3D%22M14.707%201.293a1%201%200%201%200-1.414%201.414l2.3%202.3C8.6%205.221%203%2010.956%203%2018c0%207.18%205.82%2013%2013%2013s13-5.82%2013-13v-.08c-.003-.52-.439-.92-.958-.92h-.086c-.537%200-.956.462-.956%201c0%206.075-4.925%2011-11%2011S5%2024.075%205%2018C5%2012.066%209.698%207.23%2015.578%207.008l-2.285%202.285a1%201%200%200%200%201.414%201.414l4-4a1%201%200%200%200%200-1.414z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGd1Cj6cxR)%22%20d%3D%22M22.707%2014.707a1%201%200%200%200-1.414-1.414L16%2018.586l-2.293-2.293a1%201%200%200%200-1.414%201.414l3%203a1%201%200%200%200%201.414%200z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGSv7GjdIv%22%20x1%3D%223%22%20x2%3D%2212.128%22%20y1%3D%222.765%22%20y2%3D%2235.888%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%22SVGd1Cj6cxR%22%20x1%3D%2222.656%22%20x2%3D%229.08%22%20y1%3D%2213.4%22%20y2%3D%2220.149%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGSv7GjdIv)%22%20d%3D%22M14.707%201.293a1%201%200%201%200-1.414%201.414l2.3%202.3C8.6%205.221%203%2010.956%203%2018c0%207.18%205.82%2013%2013%2013s13-5.82%2013-13v-.08c-.003-.52-.439-.92-.958-.92h-.086c-.537%200-.956.462-.956%201c0%206.075-4.925%2011-11%2011S5%2024.075%205%2018C5%2012.066%209.698%207.23%2015.578%207.008l-2.285%202.285a1%201%200%200%200%201.414%201.414l4-4a1%201%200%200%200%200-1.414z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGd1Cj6cxR)%22%20d%3D%22M22.707%2014.707a1%201%200%200%200-1.414-1.414L16%2018.586l-2.293-2.293a1%201%200%200%200-1.414%201.414l3%203a1%201%200%200%200%201.414%200z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGSv7GjdIv%22%20x1%3D%223%22%20x2%3D%2212.128%22%20y1%3D%222.765%22%20y2%3D%2235.888%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%22SVGd1Cj6cxR%22%20x1%3D%2222.656%22%20x2%3D%229.08%22%20y1%3D%2213.4%22%20y2%3D%2220.149%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-32.svg?color=%231a73e8&size=48