approvals app icon
approvals-app-28 from Fluent UI System Color Icons by Microsoft Corporation · 28 · MIT Free for personal and commercial use.
- Name
- approvals-app-28
- Set
- Fluent UI System Color Icons
- Style
- 28
- Viewbox
- 28×28
- 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 28 28"><g fill="none"><path fill="url(#SVGvsjPqXJU)" d="M13.369 2.13a.875.875 0 1 0-1.238 1.238l1.5 1.5c-5.704.194-10.27 4.88-10.27 10.632c0 5.875 4.763 10.638 10.638 10.638c5.784 0 10.49-4.616 10.634-10.366a.875.875 0 1 0-1.75-.044a8.888 8.888 0 1 1-9.24-9.108l-1.512 1.512a.875.875 0 0 0 1.238 1.237l3-3a.875.875 0 0 0 0-1.237z"/><path fill="url(#SVGDQPGg54C)" d="M18.369 12.131a.875.875 0 0 0-1.238 0l-4.631 4.63l-1.634-1.63a.875.875 0 1 0-1.236 1.237l2.252 2.25a.875.875 0 0 0 1.237 0l5.25-5.25a.875.875 0 0 0 0-1.237"/><defs><linearGradient id="SVGvsjPqXJU" x1="3.361" x2="10.671" y1="3.301" y2="30.134" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient><linearGradient id="SVGDQPGg54C" x1="18.336" x2="6.743" y1="12.225" y2="17.766" gradientUnits="userSpaceOnUse"><stop stop-color="#42b870"/><stop offset="1" stop-color="#309c61"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorApprovalsApp28(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGvsjPqXJU)" d="M13.369 2.13a.875.875 0 1 0-1.238 1.238l1.5 1.5c-5.704.194-10.27 4.88-10.27 10.632c0 5.875 4.763 10.638 10.638 10.638c5.784 0 10.49-4.616 10.634-10.366a.875.875 0 1 0-1.75-.044a8.888 8.888 0 1 1-9.24-9.108l-1.512 1.512a.875.875 0 0 0 1.238 1.237l3-3a.875.875 0 0 0 0-1.237z"/><path fill="url(#SVGDQPGg54C)" d="M18.369 12.131a.875.875 0 0 0-1.238 0l-4.631 4.63l-1.634-1.63a.875.875 0 1 0-1.236 1.237l2.252 2.25a.875.875 0 0 0 1.237 0l5.25-5.25a.875.875 0 0 0 0-1.237"/><defs><linearGradient id="SVGvsjPqXJU" x1="3.361" x2="10.671" y1="3.301" y2="30.134" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#0067bf"/></linearGradient><linearGradient id="SVGDQPGg54C" x1="18.336" x2="6.743" y1="12.225" y2="17.766" 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 28 28"><g fill="none"><path fill="url(#SVGvsjPqXJU)" d="M13.369 2.13a.875.875 0 1 0-1.238 1.238l1.5 1.5c-5.704.194-10.27 4.88-10.27 10.632c0 5.875 4.763 10.638 10.638 10.638c5.784 0 10.49-4.616 10.634-10.366a.875.875 0 1 0-1.75-.044a8.888 8.888 0 1 1-9.24-9.108l-1.512 1.512a.875.875 0 0 0 1.238 1.237l3-3a.875.875 0 0 0 0-1.237z"/><path fill="url(#SVGDQPGg54C)" d="M18.369 12.131a.875.875 0 0 0-1.238 0l-4.631 4.63l-1.634-1.63a.875.875 0 1 0-1.236 1.237l2.252 2.25a.875.875 0 0 0 1.237 0l5.25-5.25a.875.875 0 0 0 0-1.237"/><defs><linearGradient id="SVGvsjPqXJU" x1="3.361" x2="10.671" y1="3.301" y2="30.134" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient><linearGradient id="SVGDQPGg54C" x1="18.336" x2="6.743" y1="12.225" y2="17.766" gradientUnits="userSpaceOnUse"><stop stop-color="#42b870"/><stop offset="1" stop-color="#309c61"/></linearGradient></defs></g></svg> </template>
CSS
.icon-approvals-app-28 {
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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGvsjPqXJU)%22%20d%3D%22M13.369%202.13a.875.875%200%201%200-1.238%201.238l1.5%201.5c-5.704.194-10.27%204.88-10.27%2010.632c0%205.875%204.763%2010.638%2010.638%2010.638c5.784%200%2010.49-4.616%2010.634-10.366a.875.875%200%201%200-1.75-.044a8.888%208.888%200%201%201-9.24-9.108l-1.512%201.512a.875.875%200%200%200%201.238%201.237l3-3a.875.875%200%200%200%200-1.237z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGDQPGg54C)%22%20d%3D%22M18.369%2012.131a.875.875%200%200%200-1.238%200l-4.631%204.63l-1.634-1.63a.875.875%200%201%200-1.236%201.237l2.252%202.25a.875.875%200%200%200%201.237%200l5.25-5.25a.875.875%200%200%200%200-1.237%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGvsjPqXJU%22%20x1%3D%223.361%22%20x2%3D%2210.671%22%20y1%3D%223.301%22%20y2%3D%2230.134%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%22SVGDQPGg54C%22%20x1%3D%2218.336%22%20x2%3D%226.743%22%20y1%3D%2212.225%22%20y2%3D%2217.766%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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGvsjPqXJU)%22%20d%3D%22M13.369%202.13a.875.875%200%201%200-1.238%201.238l1.5%201.5c-5.704.194-10.27%204.88-10.27%2010.632c0%205.875%204.763%2010.638%2010.638%2010.638c5.784%200%2010.49-4.616%2010.634-10.366a.875.875%200%201%200-1.75-.044a8.888%208.888%200%201%201-9.24-9.108l-1.512%201.512a.875.875%200%200%200%201.238%201.237l3-3a.875.875%200%200%200%200-1.237z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGDQPGg54C)%22%20d%3D%22M18.369%2012.131a.875.875%200%200%200-1.238%200l-4.631%204.63l-1.634-1.63a.875.875%200%201%200-1.236%201.237l2.252%202.25a.875.875%200%200%200%201.237%200l5.25-5.25a.875.875%200%200%200%200-1.237%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGvsjPqXJU%22%20x1%3D%223.361%22%20x2%3D%2210.671%22%20y1%3D%223.301%22%20y2%3D%2230.134%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%22SVGDQPGg54C%22%20x1%3D%2218.336%22%20x2%3D%226.743%22%20y1%3D%2212.225%22%20y2%3D%2217.766%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-28.svg?color=%231a73e8&size=48