twotone edit attributes icon

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

Name
twotone-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 twotone 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 9H6.37C5.09 9 4 10.37 4 12s1.09 3 2.37 3h11.26c1.28 0 2.37-1.37 2.37-3s-1.09-3-2.37-3M7.24 14.46l-2.57-2.57l.7-.7l1.87 1.87l3.52-3.52l.7.7z" opacity=".3"/><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-5m0 8H6.37C5.09 15 4 13.63 4 12s1.09-3 2.37-3h11.26C18.91 9 20 10.37 20 12s-1.09 3-2.37 3M7.24 13.06l-1.87-1.87l-.7.7l2.57 2.57l4.22-4.22l-.7-.7z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneEditAttributes(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 9H6.37C5.09 9 4 10.37 4 12s1.09 3 2.37 3h11.26c1.28 0 2.37-1.37 2.37-3s-1.09-3-2.37-3M7.24 14.46l-2.57-2.57l.7-.7l1.87 1.87l3.52-3.52l.7.7z" opacity=".3"/><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-5m0 8H6.37C5.09 15 4 13.63 4 12s1.09-3 2.37-3h11.26C18.91 9 20 10.37 20 12s-1.09 3-2.37 3M7.24 13.06l-1.87-1.87l-.7.7l2.57 2.57l4.22-4.22l-.7-.7z"/></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 9H6.37C5.09 9 4 10.37 4 12s1.09 3 2.37 3h11.26c1.28 0 2.37-1.37 2.37-3s-1.09-3-2.37-3M7.24 14.46l-2.57-2.57l.7-.7l1.87 1.87l3.52-3.52l.7.7z" opacity=".3"/><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-5m0 8H6.37C5.09 15 4 13.63 4 12s1.09-3 2.37-3h11.26C18.91 9 20 10.37 20 12s-1.09 3-2.37 3M7.24 13.06l-1.87-1.87l-.7.7l2.57 2.57l4.22-4.22l-.7-.7z"/></svg>
</template>

CSS

.icon-twotone-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%209H6.37C5.09%209%204%2010.37%204%2012s1.09%203%202.37%203h11.26c1.28%200%202.37-1.37%202.37-3s-1.09-3-2.37-3M7.24%2014.46l-2.57-2.57l.7-.7l1.87%201.87l3.52-3.52l.7.7z%22%20opacity%3D%22.3%22%2F%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-5m0%208H6.37C5.09%2015%204%2013.63%204%2012s1.09-3%202.37-3h11.26C18.91%209%2020%2010.37%2020%2012s-1.09%203-2.37%203M7.24%2013.06l-1.87-1.87l-.7.7l2.57%202.57l4.22-4.22l-.7-.7z%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%209H6.37C5.09%209%204%2010.37%204%2012s1.09%203%202.37%203h11.26c1.28%200%202.37-1.37%202.37-3s-1.09-3-2.37-3M7.24%2014.46l-2.57-2.57l.7-.7l1.87%201.87l3.52-3.52l.7.7z%22%20opacity%3D%22.3%22%2F%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-5m0%208H6.37C5.09%2015%204%2013.63%204%2012s1.09-3%202.37-3h11.26C18.91%209%2020%2010.37%2020%2012s-1.09%203-2.37%203M7.24%2013.06l-1.87-1.87l-.7.7l2.57%202.57l4.22-4.22l-.7-.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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