remix add icon
remix-add-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- remix-add-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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 2.75A.75.75 0 0 1 2.75 2H12c5.523 0 10 4.477 10 10a9.98 9.98 0 0 1-3.385 7.5h-2.611A8.503 8.503 0 0 0 12 3.5H2.75A.75.75 0 0 1 2 2.75m8.362 19.116Q11.162 22 12 22h9.25a.75.75 0 0 0 0-1.5H12A8.496 8.496 0 0 1 3.5 12a8.5 8.5 0 0 1 4.496-7.5h-2.61A9.98 9.98 0 0 0 2 12c0 4.965 3.618 9.085 8.362 9.866M12 8a.75.75 0 0 1 .75.75v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5A.75.75 0 0 1 12 8"/></svg>
React
import type { SVGProps } from "react";
export function FluentRemixAdd24Regular(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 2.75A.75.75 0 0 1 2.75 2H12c5.523 0 10 4.477 10 10a9.98 9.98 0 0 1-3.385 7.5h-2.611A8.503 8.503 0 0 0 12 3.5H2.75A.75.75 0 0 1 2 2.75m8.362 19.116Q11.162 22 12 22h9.25a.75.75 0 0 0 0-1.5H12A8.496 8.496 0 0 1 3.5 12a8.5 8.5 0 0 1 4.496-7.5h-2.61A9.98 9.98 0 0 0 2 12c0 4.965 3.618 9.085 8.362 9.866M12 8a.75.75 0 0 1 .75.75v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5A.75.75 0 0 1 12 8"/></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 2.75A.75.75 0 0 1 2.75 2H12c5.523 0 10 4.477 10 10a9.98 9.98 0 0 1-3.385 7.5h-2.611A8.503 8.503 0 0 0 12 3.5H2.75A.75.75 0 0 1 2 2.75m8.362 19.116Q11.162 22 12 22h9.25a.75.75 0 0 0 0-1.5H12A8.496 8.496 0 0 1 3.5 12a8.5 8.5 0 0 1 4.496-7.5h-2.61A9.98 9.98 0 0 0 2 12c0 4.965 3.618 9.085 8.362 9.866M12 8a.75.75 0 0 1 .75.75v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5A.75.75 0 0 1 12 8"/></svg> </template>
CSS
.icon-remix-add-24-regular {
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%202.75A.75.75%200%200%201%202.75%202H12c5.523%200%2010%204.477%2010%2010a9.98%209.98%200%200%201-3.385%207.5h-2.611A8.503%208.503%200%200%200%2012%203.5H2.75A.75.75%200%200%201%202%202.75m8.362%2019.116Q11.162%2022%2012%2022h9.25a.75.75%200%200%200%200-1.5H12A8.496%208.496%200%200%201%203.5%2012a8.5%208.5%200%200%201%204.496-7.5h-2.61A9.98%209.98%200%200%200%202%2012c0%204.965%203.618%209.085%208.362%209.866M12%208a.75.75%200%200%201%20.75.75v2.5h2.5a.75.75%200%200%201%200%201.5h-2.5v2.5a.75.75%200%200%201-1.5%200v-2.5h-2.5a.75.75%200%200%201%200-1.5h2.5v-2.5A.75.75%200%200%201%2012%208%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%202.75A.75.75%200%200%201%202.75%202H12c5.523%200%2010%204.477%2010%2010a9.98%209.98%200%200%201-3.385%207.5h-2.611A8.503%208.503%200%200%200%2012%203.5H2.75A.75.75%200%200%201%202%202.75m8.362%2019.116Q11.162%2022%2012%2022h9.25a.75.75%200%200%200%200-1.5H12A8.496%208.496%200%200%201%203.5%2012a8.5%208.5%200%200%201%204.496-7.5h-2.61A9.98%209.98%200%200%200%202%2012c0%204.965%203.618%209.085%208.362%209.866M12%208a.75.75%200%200%201%20.75.75v2.5h2.5a.75.75%200%200%201%200%201.5h-2.5v2.5a.75.75%200%200%201-1.5%200v-2.5h-2.5a.75.75%200%200%201%200-1.5h2.5v-2.5A.75.75%200%200%201%2012%208%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-regular.svg?color=%231a73e8&size=48