remix add icon
remix-add-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- remix-add-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M1 1.5a.5.5 0 0 1 .5-.5H8q.752.002 1.46.152a7.01 7.01 0 0 1 5.504 6.132Q15 7.638 15 8a6.98 6.98 0 0 1-2.101 5h-1.581A6 6 0 0 0 8 2H1.5a.5.5 0 0 1-.5-.5M1 8a7 7 0 0 0 7 7h6.5a.5.5 0 0 0 0-1H8a6.01 6.01 0 0 1-6-6a6 6 0 0 1 2.682-5H3.101A6.98 6.98 0 0 0 1 8m7-3a.5.5 0 0 1 .5.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2h-2a.5.5 0 0 1 0-1h2v-2A.5.5 0 0 1 8 5"/></svg>
React
import type { SVGProps } from "react";
export function FluentRemixAdd16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 1.5a.5.5 0 0 1 .5-.5H8q.752.002 1.46.152a7.01 7.01 0 0 1 5.504 6.132Q15 7.638 15 8a6.98 6.98 0 0 1-2.101 5h-1.581A6 6 0 0 0 8 2H1.5a.5.5 0 0 1-.5-.5M1 8a7 7 0 0 0 7 7h6.5a.5.5 0 0 0 0-1H8a6.01 6.01 0 0 1-6-6a6 6 0 0 1 2.682-5H3.101A6.98 6.98 0 0 0 1 8m7-3a.5.5 0 0 1 .5.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2h-2a.5.5 0 0 1 0-1h2v-2A.5.5 0 0 1 8 5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 1.5a.5.5 0 0 1 .5-.5H8q.752.002 1.46.152a7.01 7.01 0 0 1 5.504 6.132Q15 7.638 15 8a6.98 6.98 0 0 1-2.101 5h-1.581A6 6 0 0 0 8 2H1.5a.5.5 0 0 1-.5-.5M1 8a7 7 0 0 0 7 7h6.5a.5.5 0 0 0 0-1H8a6.01 6.01 0 0 1-6-6a6 6 0 0 1 2.682-5H3.101A6.98 6.98 0 0 0 1 8m7-3a.5.5 0 0 1 .5.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2h-2a.5.5 0 0 1 0-1h2v-2A.5.5 0 0 1 8 5"/></svg> </template>
CSS
.icon-remix-add-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%201.5a.5.5%200%200%201%20.5-.5H8q.752.002%201.46.152a7.01%207.01%200%200%201%205.504%206.132Q15%207.638%2015%208a6.98%206.98%200%200%201-2.101%205h-1.581A6%206%200%200%200%208%202H1.5a.5.5%200%200%201-.5-.5M1%208a7%207%200%200%200%207%207h6.5a.5.5%200%200%200%200-1H8a6.01%206.01%200%200%201-6-6a6%206%200%200%201%202.682-5H3.101A6.98%206.98%200%200%200%201%208m7-3a.5.5%200%200%201%20.5.5v2h2a.5.5%200%200%201%200%201h-2v2a.5.5%200%200%201-1%200v-2h-2a.5.5%200%200%201%200-1h2v-2A.5.5%200%200%201%208%205%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%201.5a.5.5%200%200%201%20.5-.5H8q.752.002%201.46.152a7.01%207.01%200%200%201%205.504%206.132Q15%207.638%2015%208a6.98%206.98%200%200%201-2.101%205h-1.581A6%206%200%200%200%208%202H1.5a.5.5%200%200%201-.5-.5M1%208a7%207%200%200%200%207%207h6.5a.5.5%200%200%200%200-1H8a6.01%206.01%200%200%201-6-6a6%206%200%200%201%202.682-5H3.101A6.98%206.98%200%200%200%201%208m7-3a.5.5%200%200%201%20.5.5v2h2a.5.5%200%200%201%200%201h-2v2a.5.5%200%200%201-1%200v-2h-2a.5.5%200%200%201%200-1h2v-2A.5.5%200%200%201%208%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/remix-add-16-regular.svg?color=%231a73e8&size=48