edit noise icon

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

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

Related icons in css.gg

Use the edit noise icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.404 17.766q.022.022.042.045a6 6 0 0 1-.733-.248a.75.75 0 0 1 .691.203m-1.968-1.061a1 1 0 0 1-.086.074a6 6 0 0 1-1.056-1.038a.75.75 0 1 1 1.142.964m-2.065-3.057a.75.75 0 0 1 .155.835a6 6 0 0 1-.342-.972a.8.8 0 0 1 .187.137m0-2.973a.75.75 0 0 1-.262.17q.116-.59.344-1.134a.75.75 0 0 1-.082.964m1.004-1.968a.75.75 0 0 1-.181-.293q.399-.531.903-.963a.75.75 0 1 1-.722 1.255m1.969-1.939a1 1 0 0 1-.082-.097a6 6 0 0 1 1.36-.5a.749.749 0 0 1-1.278.597m3.943 11.106q.465-.103.9-.273a.75.75 0 0 0-.9.273m2.244-1.013c.404-.294.77-.638 1.088-1.023a.75.75 0 1 0-1.088 1.024m1.834-2.169q.3-.597.461-1.26a.75.75 0 0 0-.461 1.26m.526-3.799a6 6 0 0 0-.419-1.334a.75.75 0 0 0 .419 1.335M16.756 8.36a6 6 0 0 0-.875-.92a.75.75 0 1 0 .875.919m-2.319-1.592a.8.8 0 0 0 .131-.176a6 6 0 0 0-1.403-.464a.75.75 0 0 0 1.272.64m-1.911.879a.75.75 0 1 1-1.06 1.06a.75.75 0 0 1 1.06-1.06m-2.122 1.969a.75.75 0 1 1-1.06 1.06a.75.75 0 0 1 1.06-1.06m-1.968 3.182a.75.75 0 1 0-1.061-1.061a.75.75 0 0 0 1.06 1.06m1.969.852a.75.75 0 1 1-1.06 1.06a.75.75 0 0 1 1.06-1.06m2.122-.851a.75.75 0 1 0-1.061-1.061a.75.75 0 0 0 1.06 1.06m1.912-3.181a.75.75 0 1 1-1.06 1.06a.75.75 0 0 1 1.06-1.06m2.122 3.153a.75.75 0 1 0-1.061-1.06a.75.75 0 0 0 1.06 1.06m-2.135.922a.75.75 0 1 1-1.06 1.06a.75.75 0 0 1 1.06-1.06m-2.107 3.015a.75.75 0 1 0-1.06-1.06a.75.75 0 0 0 1.06 1.06"/><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 1-16 0a8 8 0 0 1 16 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function GgEditNoise(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.404 17.766q.022.022.042.045a6 6 0 0 1-.733-.248a.75.75 0 0 1 .691.203m-1.968-1.061a1 1 0 0 1-.086.074a6 6 0 0 1-1.056-1.038a.75.75 0 1 1 1.142.964m-2.065-3.057a.75.75 0 0 1 .155.835a6 6 0 0 1-.342-.972a.8.8 0 0 1 .187.137m0-2.973a.75.75 0 0 1-.262.17q.116-.59.344-1.134a.75.75 0 0 1-.082.964m1.004-1.968a.75.75 0 0 1-.181-.293q.399-.531.903-.963a.75.75 0 1 1-.722 1.255m1.969-1.939a1 1 0 0 1-.082-.097a6 6 0 0 1 1.36-.5a.749.749 0 0 1-1.278.597m3.943 11.106q.465-.103.9-.273a.75.75 0 0 0-.9.273m2.244-1.013c.404-.294.77-.638 1.088-1.023a.75.75 0 1 0-1.088 1.024m1.834-2.169q.3-.597.461-1.26a.75.75 0 0 0-.461 1.26m.526-3.799a6 6 0 0 0-.419-1.334a.75.75 0 0 0 .419 1.335M16.756 8.36a6 6 0 0 0-.875-.92a.75.75 0 1 0 .875.919m-2.319-1.592a.8.8 0 0 0 .131-.176a6 6 0 0 0-1.403-.464a.75.75 0 0 0 1.272.64m-1.911.879a.75.75 0 1 1-1.06 1.06a.75.75 0 0 1 1.06-1.06m-2.122 1.969a.75.75 0 1 1-1.06 1.06a.75.75 0 0 1 1.06-1.06m-1.968 3.182a.75.75 0 1 0-1.061-1.061a.75.75 0 0 0 1.06 1.06m1.969.852a.75.75 0 1 1-1.06 1.06a.75.75 0 0 1 1.06-1.06m2.122-.851a.75.75 0 1 0-1.061-1.061a.75.75 0 0 0 1.06 1.06m1.912-3.181a.75.75 0 1 1-1.06 1.06a.75.75 0 0 1 1.06-1.06m2.122 3.153a.75.75 0 1 0-1.061-1.06a.75.75 0 0 0 1.06 1.06m-2.135.922a.75.75 0 1 1-1.06 1.06a.75.75 0 0 1 1.06-1.06m-2.107 3.015a.75.75 0 1 0-1.06-1.06a.75.75 0 0 0 1.06 1.06"/><path fillRule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 1-16 0a8 8 0 0 1 16 0" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.404 17.766q.022.022.042.045a6 6 0 0 1-.733-.248a.75.75 0 0 1 .691.203m-1.968-1.061a1 1 0 0 1-.086.074a6 6 0 0 1-1.056-1.038a.75.75 0 1 1 1.142.964m-2.065-3.057a.75.75 0 0 1 .155.835a6 6 0 0 1-.342-.972a.8.8 0 0 1 .187.137m0-2.973a.75.75 0 0 1-.262.17q.116-.59.344-1.134a.75.75 0 0 1-.082.964m1.004-1.968a.75.75 0 0 1-.181-.293q.399-.531.903-.963a.75.75 0 1 1-.722 1.255m1.969-1.939a1 1 0 0 1-.082-.097a6 6 0 0 1 1.36-.5a.749.749 0 0 1-1.278.597m3.943 11.106q.465-.103.9-.273a.75.75 0 0 0-.9.273m2.244-1.013c.404-.294.77-.638 1.088-1.023a.75.75 0 1 0-1.088 1.024m1.834-2.169q.3-.597.461-1.26a.75.75 0 0 0-.461 1.26m.526-3.799a6 6 0 0 0-.419-1.334a.75.75 0 0 0 .419 1.335M16.756 8.36a6 6 0 0 0-.875-.92a.75.75 0 1 0 .875.919m-2.319-1.592a.8.8 0 0 0 .131-.176a6 6 0 0 0-1.403-.464a.75.75 0 0 0 1.272.64m-1.911.879a.75.75 0 1 1-1.06 1.06a.75.75 0 0 1 1.06-1.06m-2.122 1.969a.75.75 0 1 1-1.06 1.06a.75.75 0 0 1 1.06-1.06m-1.968 3.182a.75.75 0 1 0-1.061-1.061a.75.75 0 0 0 1.06 1.06m1.969.852a.75.75 0 1 1-1.06 1.06a.75.75 0 0 1 1.06-1.06m2.122-.851a.75.75 0 1 0-1.061-1.061a.75.75 0 0 0 1.06 1.06m1.912-3.181a.75.75 0 1 1-1.06 1.06a.75.75 0 0 1 1.06-1.06m2.122 3.153a.75.75 0 1 0-1.061-1.06a.75.75 0 0 0 1.06 1.06m-2.135.922a.75.75 0 1 1-1.06 1.06a.75.75 0 0 1 1.06-1.06m-2.107 3.015a.75.75 0 1 0-1.06-1.06a.75.75 0 0 0 1.06 1.06"/><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 1-16 0a8 8 0 0 1 16 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-edit-noise {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.404%2017.766q.022.022.042.045a6%206%200%200%201-.733-.248a.75.75%200%200%201%20.691.203m-1.968-1.061a1%201%200%200%201-.086.074a6%206%200%200%201-1.056-1.038a.75.75%200%201%201%201.142.964m-2.065-3.057a.75.75%200%200%201%20.155.835a6%206%200%200%201-.342-.972a.8.8%200%200%201%20.187.137m0-2.973a.75.75%200%200%201-.262.17q.116-.59.344-1.134a.75.75%200%200%201-.082.964m1.004-1.968a.75.75%200%200%201-.181-.293q.399-.531.903-.963a.75.75%200%201%201-.722%201.255m1.969-1.939a1%201%200%200%201-.082-.097a6%206%200%200%201%201.36-.5a.749.749%200%200%201-1.278.597m3.943%2011.106q.465-.103.9-.273a.75.75%200%200%200-.9.273m2.244-1.013c.404-.294.77-.638%201.088-1.023a.75.75%200%201%200-1.088%201.024m1.834-2.169q.3-.597.461-1.26a.75.75%200%200%200-.461%201.26m.526-3.799a6%206%200%200%200-.419-1.334a.75.75%200%200%200%20.419%201.335M16.756%208.36a6%206%200%200%200-.875-.92a.75.75%200%201%200%20.875.919m-2.319-1.592a.8.8%200%200%200%20.131-.176a6%206%200%200%200-1.403-.464a.75.75%200%200%200%201.272.64m-1.911.879a.75.75%200%201%201-1.06%201.06a.75.75%200%200%201%201.06-1.06m-2.122%201.969a.75.75%200%201%201-1.06%201.06a.75.75%200%200%201%201.06-1.06m-1.968%203.182a.75.75%200%201%200-1.061-1.061a.75.75%200%200%200%201.06%201.06m1.969.852a.75.75%200%201%201-1.06%201.06a.75.75%200%200%201%201.06-1.06m2.122-.851a.75.75%200%201%200-1.061-1.061a.75.75%200%200%200%201.06%201.06m1.912-3.181a.75.75%200%201%201-1.06%201.06a.75.75%200%200%201%201.06-1.06m2.122%203.153a.75.75%200%201%200-1.061-1.06a.75.75%200%200%200%201.06%201.06m-2.135.922a.75.75%200%201%201-1.06%201.06a.75.75%200%200%201%201.06-1.06m-2.107%203.015a.75.75%200%201%200-1.06-1.06a.75.75%200%200%200%201.06%201.06%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010m-2%200a8%208%200%201%201-16%200a8%208%200%200%201%2016%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.404%2017.766q.022.022.042.045a6%206%200%200%201-.733-.248a.75.75%200%200%201%20.691.203m-1.968-1.061a1%201%200%200%201-.086.074a6%206%200%200%201-1.056-1.038a.75.75%200%201%201%201.142.964m-2.065-3.057a.75.75%200%200%201%20.155.835a6%206%200%200%201-.342-.972a.8.8%200%200%201%20.187.137m0-2.973a.75.75%200%200%201-.262.17q.116-.59.344-1.134a.75.75%200%200%201-.082.964m1.004-1.968a.75.75%200%200%201-.181-.293q.399-.531.903-.963a.75.75%200%201%201-.722%201.255m1.969-1.939a1%201%200%200%201-.082-.097a6%206%200%200%201%201.36-.5a.749.749%200%200%201-1.278.597m3.943%2011.106q.465-.103.9-.273a.75.75%200%200%200-.9.273m2.244-1.013c.404-.294.77-.638%201.088-1.023a.75.75%200%201%200-1.088%201.024m1.834-2.169q.3-.597.461-1.26a.75.75%200%200%200-.461%201.26m.526-3.799a6%206%200%200%200-.419-1.334a.75.75%200%200%200%20.419%201.335M16.756%208.36a6%206%200%200%200-.875-.92a.75.75%200%201%200%20.875.919m-2.319-1.592a.8.8%200%200%200%20.131-.176a6%206%200%200%200-1.403-.464a.75.75%200%200%200%201.272.64m-1.911.879a.75.75%200%201%201-1.06%201.06a.75.75%200%200%201%201.06-1.06m-2.122%201.969a.75.75%200%201%201-1.06%201.06a.75.75%200%200%201%201.06-1.06m-1.968%203.182a.75.75%200%201%200-1.061-1.061a.75.75%200%200%200%201.06%201.06m1.969.852a.75.75%200%201%201-1.06%201.06a.75.75%200%200%201%201.06-1.06m2.122-.851a.75.75%200%201%200-1.061-1.061a.75.75%200%200%200%201.06%201.06m1.912-3.181a.75.75%200%201%201-1.06%201.06a.75.75%200%200%201%201.06-1.06m2.122%203.153a.75.75%200%201%200-1.061-1.06a.75.75%200%200%200%201.06%201.06m-2.135.922a.75.75%200%201%201-1.06%201.06a.75.75%200%200%201%201.06-1.06m-2.107%203.015a.75.75%200%201%200-1.06-1.06a.75.75%200%200%200%201.06%201.06%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010m-2%200a8%208%200%201%201-16%200a8%208%200%200%201%2016%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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