ribbon add icon
ribbon-add-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- ribbon-add-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the ribbon add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 6.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0M18 7l.001 2.503a.5.5 0 1 1-1 0V7h-2.505a.5.5 0 0 1 0-1H17V3.5a.5.5 0 0 1 1 0V6h2.497a.5.5 0 0 1 0 1zm-7-5c.562 0 1.11.066 1.633.191a6.5 6.5 0 0 0-.924 1.354a5.5 5.5 0 1 0 3.472 9.028a6.5 6.5 0 0 0 1.592.386q-.346.504-.772.938l-.002 7.352a.75.75 0 0 1-1.092.668l-.09-.055L11 19.174l-3.816 2.688a.75.75 0 0 1-1.175-.509L6 21.25l-.002-7.352A7 7 0 0 1 11 2m3.5 17.804v-4.741a6.97 6.97 0 0 1-3.5.936c-1.275 0-2.47-.34-3.5-.936v4.74l3.067-2.159a.75.75 0 0 1 .763-.06l.1.06z"/></svg>
React
import type { SVGProps } from "react";
export function FluentRibbonAdd24Regular(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="M23 6.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0M18 7l.001 2.503a.5.5 0 1 1-1 0V7h-2.505a.5.5 0 0 1 0-1H17V3.5a.5.5 0 0 1 1 0V6h2.497a.5.5 0 0 1 0 1zm-7-5c.562 0 1.11.066 1.633.191a6.5 6.5 0 0 0-.924 1.354a5.5 5.5 0 1 0 3.472 9.028a6.5 6.5 0 0 0 1.592.386q-.346.504-.772.938l-.002 7.352a.75.75 0 0 1-1.092.668l-.09-.055L11 19.174l-3.816 2.688a.75.75 0 0 1-1.175-.509L6 21.25l-.002-7.352A7 7 0 0 1 11 2m3.5 17.804v-4.741a6.97 6.97 0 0 1-3.5.936c-1.275 0-2.47-.34-3.5-.936v4.74l3.067-2.159a.75.75 0 0 1 .763-.06l.1.06z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 6.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0M18 7l.001 2.503a.5.5 0 1 1-1 0V7h-2.505a.5.5 0 0 1 0-1H17V3.5a.5.5 0 0 1 1 0V6h2.497a.5.5 0 0 1 0 1zm-7-5c.562 0 1.11.066 1.633.191a6.5 6.5 0 0 0-.924 1.354a5.5 5.5 0 1 0 3.472 9.028a6.5 6.5 0 0 0 1.592.386q-.346.504-.772.938l-.002 7.352a.75.75 0 0 1-1.092.668l-.09-.055L11 19.174l-3.816 2.688a.75.75 0 0 1-1.175-.509L6 21.25l-.002-7.352A7 7 0 0 1 11 2m3.5 17.804v-4.741a6.97 6.97 0 0 1-3.5.936c-1.275 0-2.47-.34-3.5-.936v4.74l3.067-2.159a.75.75 0 0 1 .763-.06l.1.06z"/></svg> </template>
CSS
.icon-ribbon-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%22M23%206.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200M18%207l.001%202.503a.5.5%200%201%201-1%200V7h-2.505a.5.5%200%200%201%200-1H17V3.5a.5.5%200%200%201%201%200V6h2.497a.5.5%200%200%201%200%201zm-7-5c.562%200%201.11.066%201.633.191a6.5%206.5%200%200%200-.924%201.354a5.5%205.5%200%201%200%203.472%209.028a6.5%206.5%200%200%200%201.592.386q-.346.504-.772.938l-.002%207.352a.75.75%200%200%201-1.092.668l-.09-.055L11%2019.174l-3.816%202.688a.75.75%200%200%201-1.175-.509L6%2021.25l-.002-7.352A7%207%200%200%201%2011%202m3.5%2017.804v-4.741a6.97%206.97%200%200%201-3.5.936c-1.275%200-2.47-.34-3.5-.936v4.74l3.067-2.159a.75.75%200%200%201%20.763-.06l.1.06z%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%22M23%206.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200M18%207l.001%202.503a.5.5%200%201%201-1%200V7h-2.505a.5.5%200%200%201%200-1H17V3.5a.5.5%200%200%201%201%200V6h2.497a.5.5%200%200%201%200%201zm-7-5c.562%200%201.11.066%201.633.191a6.5%206.5%200%200%200-.924%201.354a5.5%205.5%200%201%200%203.472%209.028a6.5%206.5%200%200%200%201.592.386q-.346.504-.772.938l-.002%207.352a.75.75%200%200%201-1.092.668l-.09-.055L11%2019.174l-3.816%202.688a.75.75%200%200%201-1.175-.509L6%2021.25l-.002-7.352A7%207%200%200%201%2011%202m3.5%2017.804v-4.741a6.97%206.97%200%200%201-3.5.936c-1.275%200-2.47-.34-3.5-.936v4.74l3.067-2.159a.75.75%200%200%201%20.763-.06l.1.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/ribbon-add-24-regular.svg?color=%231a73e8&size=48