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

Name
polymer-rounded
Set
Material Symbols
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
polymer-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the polymer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.025 20h-1.9q-.55 0-1.012-.275t-.738-.75l-3.325-6Q.775 12.525.775 12t.275-.975l3.5-6.25q.2-.35.538-.562T5.85 4h1.875q.425 0 .638.375t.012.75L4.5 12l2.6 4.65l7.225-11.7q.275-.45.725-.7t.975-.25h1.8q.55 0 1.013.275t.737.75l3.375 6q.275.45.275.975t-.275.975l-3.5 6.25q-.2.35-.537.563T18.15 20h-1.875q-.425 0-.637-.375t-.013-.75L19.5 12l-2.6-4.6l-7.175 11.65q-.275.45-.725.7t-.975.25"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPolymerRounded(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="M8.025 20h-1.9q-.55 0-1.012-.275t-.738-.75l-3.325-6Q.775 12.525.775 12t.275-.975l3.5-6.25q.2-.35.538-.562T5.85 4h1.875q.425 0 .638.375t.012.75L4.5 12l2.6 4.65l7.225-11.7q.275-.45.725-.7t.975-.25h1.8q.55 0 1.013.275t.737.75l3.375 6q.275.45.275.975t-.275.975l-3.5 6.25q-.2.35-.537.563T18.15 20h-1.875q-.425 0-.637-.375t-.013-.75L19.5 12l-2.6-4.6l-7.175 11.65q-.275.45-.725.7t-.975.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.025 20h-1.9q-.55 0-1.012-.275t-.738-.75l-3.325-6Q.775 12.525.775 12t.275-.975l3.5-6.25q.2-.35.538-.562T5.85 4h1.875q.425 0 .638.375t.012.75L4.5 12l2.6 4.65l7.225-11.7q.275-.45.725-.7t.975-.25h1.8q.55 0 1.013.275t.737.75l3.375 6q.275.45.275.975t-.275.975l-3.5 6.25q-.2.35-.537.563T18.15 20h-1.875q-.425 0-.637-.375t-.013-.75L19.5 12l-2.6-4.6l-7.175 11.65q-.275.45-.725.7t-.975.25"/></svg>
</template>

CSS

.icon-polymer-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%22M8.025%2020h-1.9q-.55%200-1.012-.275t-.738-.75l-3.325-6Q.775%2012.525.775%2012t.275-.975l3.5-6.25q.2-.35.538-.562T5.85%204h1.875q.425%200%20.638.375t.012.75L4.5%2012l2.6%204.65l7.225-11.7q.275-.45.725-.7t.975-.25h1.8q.55%200%201.013.275t.737.75l3.375%206q.275.45.275.975t-.275.975l-3.5%206.25q-.2.35-.537.563T18.15%2020h-1.875q-.425%200-.637-.375t-.013-.75L19.5%2012l-2.6-4.6l-7.175%2011.65q-.275.45-.725.7t-.975.25%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%22M8.025%2020h-1.9q-.55%200-1.012-.275t-.738-.75l-3.325-6Q.775%2012.525.775%2012t.275-.975l3.5-6.25q.2-.35.538-.562T5.85%204h1.875q.425%200%20.638.375t.012.75L4.5%2012l2.6%204.65l7.225-11.7q.275-.45.725-.7t.975-.25h1.8q.55%200%201.013.275t.737.75l3.375%206q.275.45.275.975t-.275.975l-3.5%206.25q-.2.35-.537.563T18.15%2020h-1.875q-.425%200-.637-.375t-.013-.75L19.5%2012l-2.6-4.6l-7.175%2011.65q-.275.45-.725.7t-.975.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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