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

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

1 other variant in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

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.66 18.77H6.97q-.454 0-.82-.228q-.367-.227-.584-.606l-2.863-5.153q-.217-.373-.217-.783t.217-.783l3.019-5.365q.162-.293.442-.457t.608-.164h1.664q.348 0 .512.307t.003.606L5.654 12l2.215 3.92l6.09-9.912q.218-.374.591-.575q.373-.202.802-.202h1.627q.454 0 .82.227q.367.226.584.605l2.894 5.154q.217.373.217.783t-.217.783l-3 5.365q-.161.293-.441.457t-.609.164h-1.664q-.348 0-.512-.307t-.003-.606L18.346 12l-2.215-3.908l-6.079 9.9q-.217.373-.59.575t-.802.202"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPolymerRounded(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.66 18.77H6.97q-.454 0-.82-.228q-.367-.227-.584-.606l-2.863-5.153q-.217-.373-.217-.783t.217-.783l3.019-5.365q.162-.293.442-.457t.608-.164h1.664q.348 0 .512.307t.003.606L5.654 12l2.215 3.92l6.09-9.912q.218-.374.591-.575q.373-.202.802-.202h1.627q.454 0 .82.227q.367.226.584.605l2.894 5.154q.217.373.217.783t-.217.783l-3 5.365q-.161.293-.441.457t-.609.164h-1.664q-.348 0-.512-.307t-.003-.606L18.346 12l-2.215-3.908l-6.079 9.9q-.217.373-.59.575t-.802.202"/></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.66 18.77H6.97q-.454 0-.82-.228q-.367-.227-.584-.606l-2.863-5.153q-.217-.373-.217-.783t.217-.783l3.019-5.365q.162-.293.442-.457t.608-.164h1.664q.348 0 .512.307t.003.606L5.654 12l2.215 3.92l6.09-9.912q.218-.374.591-.575q.373-.202.802-.202h1.627q.454 0 .82.227q.367.226.584.605l2.894 5.154q.217.373.217.783t-.217.783l-3 5.365q-.161.293-.441.457t-.609.164h-1.664q-.348 0-.512-.307t-.003-.606L18.346 12l-2.215-3.908l-6.079 9.9q-.217.373-.59.575t-.802.202"/></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.66%2018.77H6.97q-.454%200-.82-.228q-.367-.227-.584-.606l-2.863-5.153q-.217-.373-.217-.783t.217-.783l3.019-5.365q.162-.293.442-.457t.608-.164h1.664q.348%200%20.512.307t.003.606L5.654%2012l2.215%203.92l6.09-9.912q.218-.374.591-.575q.373-.202.802-.202h1.627q.454%200%20.82.227q.367.226.584.605l2.894%205.154q.217.373.217.783t-.217.783l-3%205.365q-.161.293-.441.457t-.609.164h-1.664q-.348%200-.512-.307t-.003-.606L18.346%2012l-2.215-3.908l-6.079%209.9q-.217.373-.59.575t-.802.202%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.66%2018.77H6.97q-.454%200-.82-.228q-.367-.227-.584-.606l-2.863-5.153q-.217-.373-.217-.783t.217-.783l3.019-5.365q.162-.293.442-.457t.608-.164h1.664q.348%200%20.512.307t.003.606L5.654%2012l2.215%203.92l6.09-9.912q.218-.374.591-.575q.373-.202.802-.202h1.627q.454%200%20.82.227q.367.226.584.605l2.894%205.154q.217.373.217.783t-.217.783l-3%205.365q-.161.293-.441.457t-.609.164h-1.664q-.348%200-.512-.307t-.003-.606L18.346%2012l-2.215-3.908l-6.079%209.9q-.217.373-.59.575t-.802.202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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