add-circle-28 from Fluent UI System Color Icons by Microsoft Corporation · 28 · MIT Free for personal and commercial use.

Name
add-circle-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

Related icons in Fluent UI System Color Icons

Use the add circle 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(#SVGrs3HucWu)" d="M14 2c6.627 0 12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14S7.373 2 14 2"/><path fill="url(#SVGTnZtKIyg)" d="M14 8a.75.75 0 0 1 .75.75v4.5h4.5a.75.75 0 0 1 0 1.5h-4.5v4.5a.75.75 0 0 1-1.5 0v-4.5h-4.5a.75.75 0 0 1 0-1.5h4.5v-4.5A.75.75 0 0 1 14 8"/><defs><linearGradient id="SVGrs3HucWu" x1="2.857" x2="19.42" y1="6.5" y2="23.708" gradientUnits="userSpaceOnUse"><stop stop-color="#52d17c"/><stop offset="1" stop-color="#22918b"/></linearGradient><linearGradient id="SVGTnZtKIyg" x1="10.25" x2="13.932" y1="9.224" y2="22.222" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#e3ffd9"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorAddCircle28(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(#SVGrs3HucWu)" d="M14 2c6.627 0 12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14S7.373 2 14 2"/><path fill="url(#SVGTnZtKIyg)" d="M14 8a.75.75 0 0 1 .75.75v4.5h4.5a.75.75 0 0 1 0 1.5h-4.5v4.5a.75.75 0 0 1-1.5 0v-4.5h-4.5a.75.75 0 0 1 0-1.5h4.5v-4.5A.75.75 0 0 1 14 8"/><defs><linearGradient id="SVGrs3HucWu" x1="2.857" x2="19.42" y1="6.5" y2="23.708" gradientUnits="userSpaceOnUse"><stop stopColor="#52d17c"/><stop offset="1" stopColor="#22918b"/></linearGradient><linearGradient id="SVGTnZtKIyg" x1="10.25" x2="13.932" y1="9.224" y2="22.222" gradientUnits="userSpaceOnUse"><stop stopColor="#fff"/><stop offset="1" stopColor="#e3ffd9"/></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(#SVGrs3HucWu)" d="M14 2c6.627 0 12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14S7.373 2 14 2"/><path fill="url(#SVGTnZtKIyg)" d="M14 8a.75.75 0 0 1 .75.75v4.5h4.5a.75.75 0 0 1 0 1.5h-4.5v4.5a.75.75 0 0 1-1.5 0v-4.5h-4.5a.75.75 0 0 1 0-1.5h4.5v-4.5A.75.75 0 0 1 14 8"/><defs><linearGradient id="SVGrs3HucWu" x1="2.857" x2="19.42" y1="6.5" y2="23.708" gradientUnits="userSpaceOnUse"><stop stop-color="#52d17c"/><stop offset="1" stop-color="#22918b"/></linearGradient><linearGradient id="SVGTnZtKIyg" x1="10.25" x2="13.932" y1="9.224" y2="22.222" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#e3ffd9"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-add-circle-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(%23SVGrs3HucWu)%22%20d%3D%22M14%202c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012S2%2020.627%202%2014S7.373%202%2014%202%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGTnZtKIyg)%22%20d%3D%22M14%208a.75.75%200%200%201%20.75.75v4.5h4.5a.75.75%200%200%201%200%201.5h-4.5v4.5a.75.75%200%200%201-1.5%200v-4.5h-4.5a.75.75%200%200%201%200-1.5h4.5v-4.5A.75.75%200%200%201%2014%208%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGrs3HucWu%22%20x1%3D%222.857%22%20x2%3D%2219.42%22%20y1%3D%226.5%22%20y2%3D%2223.708%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2352d17c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2322918b%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGTnZtKIyg%22%20x1%3D%2210.25%22%20x2%3D%2213.932%22%20y1%3D%229.224%22%20y2%3D%2222.222%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e3ffd9%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(%23SVGrs3HucWu)%22%20d%3D%22M14%202c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012S2%2020.627%202%2014S7.373%202%2014%202%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGTnZtKIyg)%22%20d%3D%22M14%208a.75.75%200%200%201%20.75.75v4.5h4.5a.75.75%200%200%201%200%201.5h-4.5v4.5a.75.75%200%200%201-1.5%200v-4.5h-4.5a.75.75%200%200%201%200-1.5h4.5v-4.5A.75.75%200%200%201%2014%208%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGrs3HucWu%22%20x1%3D%222.857%22%20x2%3D%2219.42%22%20y1%3D%226.5%22%20y2%3D%2223.708%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2352d17c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2322918b%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGTnZtKIyg%22%20x1%3D%2210.25%22%20x2%3D%2213.932%22%20y1%3D%229.224%22%20y2%3D%2222.222%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e3ffd9%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/add-circle-28.svg?color=%231a73e8&size=48