remix-add-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
remix-add-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Use the remix add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 3a1 1 0 0 1 1-1h9c5.523 0 10 4.477 10 10a9.97 9.97 0 0 1-2.859 7h-3.265A8.003 8.003 0 0 0 12 4H3a1 1 0 0 1-1-1m8.182 18.835q.886.163 1.818.165h9a1 1 0 1 0 0-2h-9a7.99 7.99 0 0 1-6.54-3.391A7.96 7.96 0 0 1 4 12a8 8 0 0 1 4.124-7H4.859A9.97 9.97 0 0 0 2 12c0 4.902 3.527 8.98 8.182 9.835M12 8a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2H9a1 1 0 1 1 0-2h2V9a1 1 0 0 1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentRemixAdd24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 3a1 1 0 0 1 1-1h9c5.523 0 10 4.477 10 10a9.97 9.97 0 0 1-2.859 7h-3.265A8.003 8.003 0 0 0 12 4H3a1 1 0 0 1-1-1m8.182 18.835q.886.163 1.818.165h9a1 1 0 1 0 0-2h-9a7.99 7.99 0 0 1-6.54-3.391A7.96 7.96 0 0 1 4 12a8 8 0 0 1 4.124-7H4.859A9.97 9.97 0 0 0 2 12c0 4.902 3.527 8.98 8.182 9.835M12 8a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2H9a1 1 0 1 1 0-2h2V9a1 1 0 0 1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 3a1 1 0 0 1 1-1h9c5.523 0 10 4.477 10 10a9.97 9.97 0 0 1-2.859 7h-3.265A8.003 8.003 0 0 0 12 4H3a1 1 0 0 1-1-1m8.182 18.835q.886.163 1.818.165h9a1 1 0 1 0 0-2h-9a7.99 7.99 0 0 1-6.54-3.391A7.96 7.96 0 0 1 4 12a8 8 0 0 1 4.124-7H4.859A9.97 9.97 0 0 0 2 12c0 4.902 3.527 8.98 8.182 9.835M12 8a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2H9a1 1 0 1 1 0-2h2V9a1 1 0 0 1 1-1"/></svg>
</template>

CSS

.icon-remix-add-24-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%203a1%201%200%200%201%201-1h9c5.523%200%2010%204.477%2010%2010a9.97%209.97%200%200%201-2.859%207h-3.265A8.003%208.003%200%200%200%2012%204H3a1%201%200%200%201-1-1m8.182%2018.835q.886.163%201.818.165h9a1%201%200%201%200%200-2h-9a7.99%207.99%200%200%201-6.54-3.391A7.96%207.96%200%200%201%204%2012a8%208%200%200%201%204.124-7H4.859A9.97%209.97%200%200%200%202%2012c0%204.902%203.527%208.98%208.182%209.835M12%208a1%201%200%200%201%201%201v2h2a1%201%200%201%201%200%202h-2v2a1%201%200%201%201-2%200v-2H9a1%201%200%201%201%200-2h2V9a1%201%200%200%201%201-1%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%203a1%201%200%200%201%201-1h9c5.523%200%2010%204.477%2010%2010a9.97%209.97%200%200%201-2.859%207h-3.265A8.003%208.003%200%200%200%2012%204H3a1%201%200%200%201-1-1m8.182%2018.835q.886.163%201.818.165h9a1%201%200%201%200%200-2h-9a7.99%207.99%200%200%201-6.54-3.391A7.96%207.96%200%200%201%204%2012a8%208%200%200%201%204.124-7H4.859A9.97%209.97%200%200%200%202%2012c0%204.902%203.527%208.98%208.182%209.835M12%208a1%201%200%200%201%201%201v2h2a1%201%200%201%201%200%202h-2v2a1%201%200%201%201-2%200v-2H9a1%201%200%201%201%200-2h2V9a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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