dynamic-form-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
dynamic-form-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the dynamic form icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 11q-.825 0-1.412-.587T2 9V6q0-.825.588-1.412T4 4h8q.425 0 .713.288T13 5v5q0 .425-.288.713T12 11zm0 9q-.825 0-1.412-.587T2 18v-3q0-.825.588-1.412T4 13h10q.425 0 .713.288T15 14v5q0 .425-.288.713T14 20zm13-9h-1q-.425 0-.712-.288T15 10V5q0-.425.288-.712T16 4h4.525q.525 0 .825.438t.1.937L20 9h.45q.55 0 .838.463t.062.962l-3.4 9.25q-.075.2-.238.263t-.312.012t-.275-.162t-.125-.313zM6.038 6.963Q5.825 6.75 5.5 6.75t-.537.213t-.213.537t.213.538t.537.212t.538-.213t.212-.537t-.213-.537m0 10.075q.213-.213.213-.538t-.213-.537t-.537-.213t-.537.213t-.213.537t.213.538t.537.212t.538-.213"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDynamicFormRounded(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="M4 11q-.825 0-1.412-.587T2 9V6q0-.825.588-1.412T4 4h8q.425 0 .713.288T13 5v5q0 .425-.288.713T12 11zm0 9q-.825 0-1.412-.587T2 18v-3q0-.825.588-1.412T4 13h10q.425 0 .713.288T15 14v5q0 .425-.288.713T14 20zm13-9h-1q-.425 0-.712-.288T15 10V5q0-.425.288-.712T16 4h4.525q.525 0 .825.438t.1.937L20 9h.45q.55 0 .838.463t.062.962l-3.4 9.25q-.075.2-.238.263t-.312.012t-.275-.162t-.125-.313zM6.038 6.963Q5.825 6.75 5.5 6.75t-.537.213t-.213.537t.213.538t.537.212t.538-.213t.212-.537t-.213-.537m0 10.075q.213-.213.213-.538t-.213-.537t-.537-.213t-.537.213t-.213.537t.213.538t.537.212t.538-.213"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 11q-.825 0-1.412-.587T2 9V6q0-.825.588-1.412T4 4h8q.425 0 .713.288T13 5v5q0 .425-.288.713T12 11zm0 9q-.825 0-1.412-.587T2 18v-3q0-.825.588-1.412T4 13h10q.425 0 .713.288T15 14v5q0 .425-.288.713T14 20zm13-9h-1q-.425 0-.712-.288T15 10V5q0-.425.288-.712T16 4h4.525q.525 0 .825.438t.1.937L20 9h.45q.55 0 .838.463t.062.962l-3.4 9.25q-.075.2-.238.263t-.312.012t-.275-.162t-.125-.313zM6.038 6.963Q5.825 6.75 5.5 6.75t-.537.213t-.213.537t.213.538t.537.212t.538-.213t.212-.537t-.213-.537m0 10.075q.213-.213.213-.538t-.213-.537t-.537-.213t-.537.213t-.213.537t.213.538t.537.212t.538-.213"/></svg>
</template>

CSS

.icon-dynamic-form-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%22M4%2011q-.825%200-1.412-.587T2%209V6q0-.825.588-1.412T4%204h8q.425%200%20.713.288T13%205v5q0%20.425-.288.713T12%2011zm0%209q-.825%200-1.412-.587T2%2018v-3q0-.825.588-1.412T4%2013h10q.425%200%20.713.288T15%2014v5q0%20.425-.288.713T14%2020zm13-9h-1q-.425%200-.712-.288T15%2010V5q0-.425.288-.712T16%204h4.525q.525%200%20.825.438t.1.937L20%209h.45q.55%200%20.838.463t.062.962l-3.4%209.25q-.075.2-.238.263t-.312.012t-.275-.162t-.125-.313zM6.038%206.963Q5.825%206.75%205.5%206.75t-.537.213t-.213.537t.213.538t.537.212t.538-.213t.212-.537t-.213-.537m0%2010.075q.213-.213.213-.538t-.213-.537t-.537-.213t-.537.213t-.213.537t.213.538t.537.212t.538-.213%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%22M4%2011q-.825%200-1.412-.587T2%209V6q0-.825.588-1.412T4%204h8q.425%200%20.713.288T13%205v5q0%20.425-.288.713T12%2011zm0%209q-.825%200-1.412-.587T2%2018v-3q0-.825.588-1.412T4%2013h10q.425%200%20.713.288T15%2014v5q0%20.425-.288.713T14%2020zm13-9h-1q-.425%200-.712-.288T15%2010V5q0-.425.288-.712T16%204h4.525q.525%200%20.825.438t.1.937L20%209h.45q.55%200%20.838.463t.062.962l-3.4%209.25q-.075.2-.238.263t-.312.012t-.275-.162t-.125-.313zM6.038%206.963Q5.825%206.75%205.5%206.75t-.537.213t-.213.537t.213.538t.537.212t.538-.213t.212-.537t-.213-.537m0%2010.075q.213-.213.213-.538t-.213-.537t-.537-.213t-.537.213t-.213.537t.213.538t.537.212t.538-.213%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/dynamic-form-rounded.svg?color=%231a73e8&size=48