round edit attributes icon

round-edit-attributes from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
round-edit-attributes
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the round edit attributes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.63 7H6.37C3.96 7 2 9.24 2 12s1.96 5 4.37 5h11.26c2.41 0 4.37-2.24 4.37-5s-1.96-5-4.37-5m-6.52 3.6L7.6 14.11a.485.485 0 0 1-.7 0l-1.86-1.86c-.2-.2-.2-.51 0-.71s.51-.2.71 0l1.51 1.51l3.16-3.16c.2-.2.51-.2.71 0s.17.51-.02.71"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundEditAttributes(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="M17.63 7H6.37C3.96 7 2 9.24 2 12s1.96 5 4.37 5h11.26c2.41 0 4.37-2.24 4.37-5s-1.96-5-4.37-5m-6.52 3.6L7.6 14.11a.485.485 0 0 1-.7 0l-1.86-1.86c-.2-.2-.2-.51 0-.71s.51-.2.71 0l1.51 1.51l3.16-3.16c.2-.2.51-.2.71 0s.17.51-.02.71"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.63 7H6.37C3.96 7 2 9.24 2 12s1.96 5 4.37 5h11.26c2.41 0 4.37-2.24 4.37-5s-1.96-5-4.37-5m-6.52 3.6L7.6 14.11a.485.485 0 0 1-.7 0l-1.86-1.86c-.2-.2-.2-.51 0-.71s.51-.2.71 0l1.51 1.51l3.16-3.16c.2-.2.51-.2.71 0s.17.51-.02.71"/></svg>
</template>

CSS

.icon-round-edit-attributes {
  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%22M17.63%207H6.37C3.96%207%202%209.24%202%2012s1.96%205%204.37%205h11.26c2.41%200%204.37-2.24%204.37-5s-1.96-5-4.37-5m-6.52%203.6L7.6%2014.11a.485.485%200%200%201-.7%200l-1.86-1.86c-.2-.2-.2-.51%200-.71s.51-.2.71%200l1.51%201.51l3.16-3.16c.2-.2.51-.2.71%200s.17.51-.02.71%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%22M17.63%207H6.37C3.96%207%202%209.24%202%2012s1.96%205%204.37%205h11.26c2.41%200%204.37-2.24%204.37-5s-1.96-5-4.37-5m-6.52%203.6L7.6%2014.11a.485.485%200%200%201-.7%200l-1.86-1.86c-.2-.2-.2-.51%200-.71s.51-.2.71%200l1.51%201.51l3.16-3.16c.2-.2.51-.2.71%200s.17.51-.02.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-edit-attributes.svg?color=%231a73e8&size=48