forms add on icon
forms-add-on-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- forms-add-on-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the forms add on icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.288 21.713Q18 21.425 18 21v-2h-2q-.425 0-.712-.288T15 18t.288-.712T16 17h2v-2q0-.425.288-.712T19 14t.713.288T20 15v2h2q.425 0 .713.288T23 18t-.288.713T22 19h-2v2q0 .425-.288.713T19 22t-.712-.288m-12.263-.687q-1.25 0-2.125-.875t-.875-2.125T3.9 15.9t2.125-.875q-1.25 0-2.125-.875t-.875-2.125T3.9 9.9t2.125-.875q-1.25 0-2.125-.875t-.875-2.125q0-1.275.875-2.15T6.025 3t2.125.888t.875 2.137q0-1.25.875-2.137T12.025 3h5.95q1.275 0 2.15.875T21 6.025q0 1.25-.875 2.125t-2.15.875q1.35.025 2.25 1t.75 2.325q-.475-.175-.95-.25t-.975-.075q-2.5 0-4.275 1.725T13 17.975q0 .8.2 1.6t.6 1.45h-1.775q-1.25 0-2.125-.875t-.875-2.125q0 1.25-.875 2.125t-2.125.875M6.025 7q.425 0 .712-.287T7.025 6t-.288-.712T6.026 5t-.712.288T5.025 6t.288.713t.712.287m5.5 0H18.5V5h-6.975zm-2.5 11.025q0-1.25.875-2.125t2.125-.875q-1.25 0-2.125-.887T9.025 12q0 1.25-.875 2.138t-2.125.887q1.25 0 2.125.875t.875 2.125m0-6.025q0-1.25.875-2.113t2.125-.862q-1.25 0-2.125-.875t-.875-2.125q0 1.25-.875 2.125t-2.125.875q1.25 0 2.125.862T9.025 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFormsAddOnRounded(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="M18.288 21.713Q18 21.425 18 21v-2h-2q-.425 0-.712-.288T15 18t.288-.712T16 17h2v-2q0-.425.288-.712T19 14t.713.288T20 15v2h2q.425 0 .713.288T23 18t-.288.713T22 19h-2v2q0 .425-.288.713T19 22t-.712-.288m-12.263-.687q-1.25 0-2.125-.875t-.875-2.125T3.9 15.9t2.125-.875q-1.25 0-2.125-.875t-.875-2.125T3.9 9.9t2.125-.875q-1.25 0-2.125-.875t-.875-2.125q0-1.275.875-2.15T6.025 3t2.125.888t.875 2.137q0-1.25.875-2.137T12.025 3h5.95q1.275 0 2.15.875T21 6.025q0 1.25-.875 2.125t-2.15.875q1.35.025 2.25 1t.75 2.325q-.475-.175-.95-.25t-.975-.075q-2.5 0-4.275 1.725T13 17.975q0 .8.2 1.6t.6 1.45h-1.775q-1.25 0-2.125-.875t-.875-2.125q0 1.25-.875 2.125t-2.125.875M6.025 7q.425 0 .712-.287T7.025 6t-.288-.712T6.026 5t-.712.288T5.025 6t.288.713t.712.287m5.5 0H18.5V5h-6.975zm-2.5 11.025q0-1.25.875-2.125t2.125-.875q-1.25 0-2.125-.887T9.025 12q0 1.25-.875 2.138t-2.125.887q1.25 0 2.125.875t.875 2.125m0-6.025q0-1.25.875-2.113t2.125-.862q-1.25 0-2.125-.875t-.875-2.125q0 1.25-.875 2.125t-2.125.875q1.25 0 2.125.862T9.025 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.288 21.713Q18 21.425 18 21v-2h-2q-.425 0-.712-.288T15 18t.288-.712T16 17h2v-2q0-.425.288-.712T19 14t.713.288T20 15v2h2q.425 0 .713.288T23 18t-.288.713T22 19h-2v2q0 .425-.288.713T19 22t-.712-.288m-12.263-.687q-1.25 0-2.125-.875t-.875-2.125T3.9 15.9t2.125-.875q-1.25 0-2.125-.875t-.875-2.125T3.9 9.9t2.125-.875q-1.25 0-2.125-.875t-.875-2.125q0-1.275.875-2.15T6.025 3t2.125.888t.875 2.137q0-1.25.875-2.137T12.025 3h5.95q1.275 0 2.15.875T21 6.025q0 1.25-.875 2.125t-2.15.875q1.35.025 2.25 1t.75 2.325q-.475-.175-.95-.25t-.975-.075q-2.5 0-4.275 1.725T13 17.975q0 .8.2 1.6t.6 1.45h-1.775q-1.25 0-2.125-.875t-.875-2.125q0 1.25-.875 2.125t-2.125.875M6.025 7q.425 0 .712-.287T7.025 6t-.288-.712T6.026 5t-.712.288T5.025 6t.288.713t.712.287m5.5 0H18.5V5h-6.975zm-2.5 11.025q0-1.25.875-2.125t2.125-.875q-1.25 0-2.125-.887T9.025 12q0 1.25-.875 2.138t-2.125.887q1.25 0 2.125.875t.875 2.125m0-6.025q0-1.25.875-2.113t2.125-.862q-1.25 0-2.125-.875t-.875-2.125q0 1.25-.875 2.125t-2.125.875q1.25 0 2.125.862T9.025 12"/></svg> </template>
CSS
.icon-forms-add-on-rounded {
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%22M18.288%2021.713Q18%2021.425%2018%2021v-2h-2q-.425%200-.712-.288T15%2018t.288-.712T16%2017h2v-2q0-.425.288-.712T19%2014t.713.288T20%2015v2h2q.425%200%20.713.288T23%2018t-.288.713T22%2019h-2v2q0%20.425-.288.713T19%2022t-.712-.288m-12.263-.687q-1.25%200-2.125-.875t-.875-2.125T3.9%2015.9t2.125-.875q-1.25%200-2.125-.875t-.875-2.125T3.9%209.9t2.125-.875q-1.25%200-2.125-.875t-.875-2.125q0-1.275.875-2.15T6.025%203t2.125.888t.875%202.137q0-1.25.875-2.137T12.025%203h5.95q1.275%200%202.15.875T21%206.025q0%201.25-.875%202.125t-2.15.875q1.35.025%202.25%201t.75%202.325q-.475-.175-.95-.25t-.975-.075q-2.5%200-4.275%201.725T13%2017.975q0%20.8.2%201.6t.6%201.45h-1.775q-1.25%200-2.125-.875t-.875-2.125q0%201.25-.875%202.125t-2.125.875M6.025%207q.425%200%20.712-.287T7.025%206t-.288-.712T6.026%205t-.712.288T5.025%206t.288.713t.712.287m5.5%200H18.5V5h-6.975zm-2.5%2011.025q0-1.25.875-2.125t2.125-.875q-1.25%200-2.125-.887T9.025%2012q0%201.25-.875%202.138t-2.125.887q1.25%200%202.125.875t.875%202.125m0-6.025q0-1.25.875-2.113t2.125-.862q-1.25%200-2.125-.875t-.875-2.125q0%201.25-.875%202.125t-2.125.875q1.25%200%202.125.862T9.025%2012%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%22M18.288%2021.713Q18%2021.425%2018%2021v-2h-2q-.425%200-.712-.288T15%2018t.288-.712T16%2017h2v-2q0-.425.288-.712T19%2014t.713.288T20%2015v2h2q.425%200%20.713.288T23%2018t-.288.713T22%2019h-2v2q0%20.425-.288.713T19%2022t-.712-.288m-12.263-.687q-1.25%200-2.125-.875t-.875-2.125T3.9%2015.9t2.125-.875q-1.25%200-2.125-.875t-.875-2.125T3.9%209.9t2.125-.875q-1.25%200-2.125-.875t-.875-2.125q0-1.275.875-2.15T6.025%203t2.125.888t.875%202.137q0-1.25.875-2.137T12.025%203h5.95q1.275%200%202.15.875T21%206.025q0%201.25-.875%202.125t-2.15.875q1.35.025%202.25%201t.75%202.325q-.475-.175-.95-.25t-.975-.075q-2.5%200-4.275%201.725T13%2017.975q0%20.8.2%201.6t.6%201.45h-1.775q-1.25%200-2.125-.875t-.875-2.125q0%201.25-.875%202.125t-2.125.875M6.025%207q.425%200%20.712-.287T7.025%206t-.288-.712T6.026%205t-.712.288T5.025%206t.288.713t.712.287m5.5%200H18.5V5h-6.975zm-2.5%2011.025q0-1.25.875-2.125t2.125-.875q-1.25%200-2.125-.887T9.025%2012q0%201.25-.875%202.138t-2.125.887q1.25%200%202.125.875t.875%202.125m0-6.025q0-1.25.875-2.113t2.125-.862q-1.25%200-2.125-.875t-.875-2.125q0%201.25-.875%202.125t-2.125.875q1.25%200%202.125.862T9.025%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/forms-add-on-rounded.svg?color=%231a73e8&size=48