forms add on icon
forms-add-on-outline-rounded from Material Symbols by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- forms-add-on-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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-.288M6.5 20.5q-1.45 0-2.475-1.025T3 17q0-.725.275-1.362T4.05 14.5q-.5-.475-.775-1.125T3 12t.275-1.362T4.05 9.5q-.5-.475-.775-1.125T3 7q0-1.425 1.025-2.463T6.5 3.5q.725 0 1.363.287T9 4.576q.475-.5 1.125-.788T11.5 3.5h6q1.425 0 2.463 1.038T21 7q0 .725-.288 1.375T19.926 9.5q.575.575.85 1.313t.2 1.537q-.475-.175-.975-.25t-1-.075q0-.625-.437-1.075T17.5 10.5h-6q-.625 0-1.062.438T10 12t.438 1.063t1.062.437h3.575q-.475.425-.862.925T13.55 15.5H11.5q-.625 0-1.062.438T10 17t.438 1.063t1.062.437h1.525q.05.525.175 1.025t.325.975H11.5q-.725 0-1.375-.275T9 19.45q-.5.5-1.137.775T6.5 20.5m0-2q.625 0 1.063-.437T8 17t-.437-1.062T6.5 15.5t-1.062.438T5 17t.438 1.063T6.5 18.5m0-5q.625 0 1.063-.437T8 12t-.437-1.062T6.5 10.5t-1.062.438T5 12t.438 1.063T6.5 13.5m0-5q.625 0 1.063-.437T8 7t-.437-1.062T6.5 5.5t-1.062.438T5 7t.438 1.063T6.5 8.5m5 0h6q.625 0 1.063-.437T19 7t-.437-1.062T17.5 5.5h-6q-.625 0-1.062.438T10 7t.438 1.063T11.5 8.5m-2.475 1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFormsAddOnOutlineRounded(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-.288M6.5 20.5q-1.45 0-2.475-1.025T3 17q0-.725.275-1.362T4.05 14.5q-.5-.475-.775-1.125T3 12t.275-1.362T4.05 9.5q-.5-.475-.775-1.125T3 7q0-1.425 1.025-2.463T6.5 3.5q.725 0 1.363.287T9 4.576q.475-.5 1.125-.788T11.5 3.5h6q1.425 0 2.463 1.038T21 7q0 .725-.288 1.375T19.926 9.5q.575.575.85 1.313t.2 1.537q-.475-.175-.975-.25t-1-.075q0-.625-.437-1.075T17.5 10.5h-6q-.625 0-1.062.438T10 12t.438 1.063t1.062.437h3.575q-.475.425-.862.925T13.55 15.5H11.5q-.625 0-1.062.438T10 17t.438 1.063t1.062.437h1.525q.05.525.175 1.025t.325.975H11.5q-.725 0-1.375-.275T9 19.45q-.5.5-1.137.775T6.5 20.5m0-2q.625 0 1.063-.437T8 17t-.437-1.062T6.5 15.5t-1.062.438T5 17t.438 1.063T6.5 18.5m0-5q.625 0 1.063-.437T8 12t-.437-1.062T6.5 10.5t-1.062.438T5 12t.438 1.063T6.5 13.5m0-5q.625 0 1.063-.437T8 7t-.437-1.062T6.5 5.5t-1.062.438T5 7t.438 1.063T6.5 8.5m5 0h6q.625 0 1.063-.437T19 7t-.437-1.062T17.5 5.5h-6q-.625 0-1.062.438T10 7t.438 1.063T11.5 8.5m-2.475 1"/></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-.288M6.5 20.5q-1.45 0-2.475-1.025T3 17q0-.725.275-1.362T4.05 14.5q-.5-.475-.775-1.125T3 12t.275-1.362T4.05 9.5q-.5-.475-.775-1.125T3 7q0-1.425 1.025-2.463T6.5 3.5q.725 0 1.363.287T9 4.576q.475-.5 1.125-.788T11.5 3.5h6q1.425 0 2.463 1.038T21 7q0 .725-.288 1.375T19.926 9.5q.575.575.85 1.313t.2 1.537q-.475-.175-.975-.25t-1-.075q0-.625-.437-1.075T17.5 10.5h-6q-.625 0-1.062.438T10 12t.438 1.063t1.062.437h3.575q-.475.425-.862.925T13.55 15.5H11.5q-.625 0-1.062.438T10 17t.438 1.063t1.062.437h1.525q.05.525.175 1.025t.325.975H11.5q-.725 0-1.375-.275T9 19.45q-.5.5-1.137.775T6.5 20.5m0-2q.625 0 1.063-.437T8 17t-.437-1.062T6.5 15.5t-1.062.438T5 17t.438 1.063T6.5 18.5m0-5q.625 0 1.063-.437T8 12t-.437-1.062T6.5 10.5t-1.062.438T5 12t.438 1.063T6.5 13.5m0-5q.625 0 1.063-.437T8 7t-.437-1.062T6.5 5.5t-1.062.438T5 7t.438 1.063T6.5 8.5m5 0h6q.625 0 1.063-.437T19 7t-.437-1.062T17.5 5.5h-6q-.625 0-1.062.438T10 7t.438 1.063T11.5 8.5m-2.475 1"/></svg> </template>
CSS
.icon-forms-add-on-outline-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-.288M6.5%2020.5q-1.45%200-2.475-1.025T3%2017q0-.725.275-1.362T4.05%2014.5q-.5-.475-.775-1.125T3%2012t.275-1.362T4.05%209.5q-.5-.475-.775-1.125T3%207q0-1.425%201.025-2.463T6.5%203.5q.725%200%201.363.287T9%204.576q.475-.5%201.125-.788T11.5%203.5h6q1.425%200%202.463%201.038T21%207q0%20.725-.288%201.375T19.926%209.5q.575.575.85%201.313t.2%201.537q-.475-.175-.975-.25t-1-.075q0-.625-.437-1.075T17.5%2010.5h-6q-.625%200-1.062.438T10%2012t.438%201.063t1.062.437h3.575q-.475.425-.862.925T13.55%2015.5H11.5q-.625%200-1.062.438T10%2017t.438%201.063t1.062.437h1.525q.05.525.175%201.025t.325.975H11.5q-.725%200-1.375-.275T9%2019.45q-.5.5-1.137.775T6.5%2020.5m0-2q.625%200%201.063-.437T8%2017t-.437-1.062T6.5%2015.5t-1.062.438T5%2017t.438%201.063T6.5%2018.5m0-5q.625%200%201.063-.437T8%2012t-.437-1.062T6.5%2010.5t-1.062.438T5%2012t.438%201.063T6.5%2013.5m0-5q.625%200%201.063-.437T8%207t-.437-1.062T6.5%205.5t-1.062.438T5%207t.438%201.063T6.5%208.5m5%200h6q.625%200%201.063-.437T19%207t-.437-1.062T17.5%205.5h-6q-.625%200-1.062.438T10%207t.438%201.063T11.5%208.5m-2.475%201%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-.288M6.5%2020.5q-1.45%200-2.475-1.025T3%2017q0-.725.275-1.362T4.05%2014.5q-.5-.475-.775-1.125T3%2012t.275-1.362T4.05%209.5q-.5-.475-.775-1.125T3%207q0-1.425%201.025-2.463T6.5%203.5q.725%200%201.363.287T9%204.576q.475-.5%201.125-.788T11.5%203.5h6q1.425%200%202.463%201.038T21%207q0%20.725-.288%201.375T19.926%209.5q.575.575.85%201.313t.2%201.537q-.475-.175-.975-.25t-1-.075q0-.625-.437-1.075T17.5%2010.5h-6q-.625%200-1.062.438T10%2012t.438%201.063t1.062.437h3.575q-.475.425-.862.925T13.55%2015.5H11.5q-.625%200-1.062.438T10%2017t.438%201.063t1.062.437h1.525q.05.525.175%201.025t.325.975H11.5q-.725%200-1.375-.275T9%2019.45q-.5.5-1.137.775T6.5%2020.5m0-2q.625%200%201.063-.437T8%2017t-.437-1.062T6.5%2015.5t-1.062.438T5%2017t.438%201.063T6.5%2018.5m0-5q.625%200%201.063-.437T8%2012t-.437-1.062T6.5%2010.5t-1.062.438T5%2012t.438%201.063T6.5%2013.5m0-5q.625%200%201.063-.437T8%207t-.437-1.062T6.5%205.5t-1.062.438T5%207t.438%201.063T6.5%208.5m5%200h6q.625%200%201.063-.437T19%207t-.437-1.062T17.5%205.5h-6q-.625%200-1.062.438T10%207t.438%201.063T11.5%208.5m-2.475%201%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-outline-rounded.svg?color=%231a73e8&size=48