edit markup icon

edit-markup from css.gg by Astrit · Outline · MIT Free for personal and commercial use.

Name
edit-markup
Set
css.gg
Style
Outline
Viewbox
24×24
License
MIT

Related icons in css.gg

Use the edit markup icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0S0 5.373 0 12s5.373 12 12 12m6.58-4.469A9.98 9.98 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a9.98 9.98 0 0 0 3.333 7.453L7 10.973h2.17l2.83-4.9l2.83 4.9H17zm-2.488 1.596l-.886-8.153H8.794l-.886 8.153A10 10 0 0 0 12 22a10 10 0 0 0 4.092-.873" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function GgEditMarkup(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" fillRule="evenodd" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0S0 5.373 0 12s5.373 12 12 12m6.58-4.469A9.98 9.98 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a9.98 9.98 0 0 0 3.333 7.453L7 10.973h2.17l2.83-4.9l2.83 4.9H17zm-2.488 1.596l-.886-8.153H8.794l-.886 8.153A10 10 0 0 0 12 22a10 10 0 0 0 4.092-.873" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0S0 5.373 0 12s5.373 12 12 12m6.58-4.469A9.98 9.98 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a9.98 9.98 0 0 0 3.333 7.453L7 10.973h2.17l2.83-4.9l2.83 4.9H17zm-2.488 1.596l-.886-8.153H8.794l-.886 8.153A10 10 0 0 0 12 22a10 10 0 0 0 4.092-.873" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-edit-markup {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2024c6.627%200%2012-5.373%2012-12S18.627%200%2012%200S0%205.373%200%2012s5.373%2012%2012%2012m6.58-4.469A9.98%209.98%200%200%200%2022%2012c0-5.523-4.477-10-10-10S2%206.477%202%2012a9.98%209.98%200%200%200%203.333%207.453L7%2010.973h2.17l2.83-4.9l2.83%204.9H17zm-2.488%201.596l-.886-8.153H8.794l-.886%208.153A10%2010%200%200%200%2012%2022a10%2010%200%200%200%204.092-.873%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2024c6.627%200%2012-5.373%2012-12S18.627%200%2012%200S0%205.373%200%2012s5.373%2012%2012%2012m6.58-4.469A9.98%209.98%200%200%200%2022%2012c0-5.523-4.477-10-10-10S2%206.477%202%2012a9.98%209.98%200%200%200%203.333%207.453L7%2010.973h2.17l2.83-4.9l2.83%204.9H17zm-2.488%201.596l-.886-8.153H8.794l-.886%208.153A10%2010%200%200%200%2012%2022a10%2010%200%200%200%204.092-.873%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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