forms add on icon
forms-add-on from Material Symbols by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- forms-add-on
- Set
- Material Symbols
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- forms-add-on-sharp
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 22v-3h-3v-2h3v-3h2v3h3v2h-3v3zm-11.975-.975q-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.887t.875 2.138q0-1.25.875-2.138T12.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-.288T7.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 MaterialSymbolsFormsAddOn(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 22v-3h-3v-2h3v-3h2v3h3v2h-3v3zm-11.975-.975q-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.887t.875 2.138q0-1.25.875-2.138T12.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-.288T7.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 22v-3h-3v-2h3v-3h2v3h3v2h-3v3zm-11.975-.975q-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.887t.875 2.138q0-1.25.875-2.138T12.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-.288T7.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 {
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%2022v-3h-3v-2h3v-3h2v3h3v2h-3v3zm-11.975-.975q-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.887t.875%202.138q0-1.25.875-2.138T12.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-.288T7.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%2022v-3h-3v-2h3v-3h2v3h3v2h-3v3zm-11.975-.975q-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.887t.875%202.138q0-1.25.875-2.138T12.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-.288T7.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.svg?color=%231a73e8&size=48