microeditor logo

microeditor from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
microeditor
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the microeditor logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12s12-5.372 12-12S18.628 0 12 0m5.698 13.628c-.117.465-.303.837-.558 1.14c-.233.302-.466.488-.721.58c-.256.094-.512.14-.791.14c-.28 0-.512-.046-.698-.162c-.186-.093-.325-.256-.442-.442a1.9 1.9 0 0 1-.232-.675a4.7 4.7 0 0 1-.07-.837c0-.116 0-.232.023-.395c.022-.163.047-.372.07-.372h-.047c-.373.93-.883 1.604-1.534 2.14c-.652.534-1.372.79-2.164.79c-.535 0-.977-.21-1.28-.605c-.325-.395-.487-1-.487-1.79c0-.117 0-.233.022-.373c.023-.116.023-.162.046-.395h-.163c-.209.465-.395 1.116-.534 1.698c-.14.58-.255 1.116-.326 1.604c-.093.489-.14.93-.186 1.303c-.047.372-.07.628-.093.767c.023.116.046.233.07.372c.046.14.07.28.116.396s.07.255.093.372s.046.209.046.279c0 .325-.07.58-.209.744c-.14.162-.302.255-.465.255a.83.83 0 0 1-.535-.186c-.163-.14-.232-.35-.232-.628c0-.396.07-.907.21-1.512c.14-.604.348-1.372.604-2.279c.14-.418.255-.837.395-1.256c.14-.418.256-.814.372-1.162c.116-.35.21-.675.302-.954a3.7 3.7 0 0 0 .163-.65c.023-.07.047-.234.07-.466c.023-.233.046-.489.093-.79c.046-.303.07-.629.116-.954c.047-.35.093-.652.116-.93c.047-.21.07-.443.117-.698c.046-.255.116-.512.209-.72c.093-.233.233-.42.395-.583c.163-.162.372-.232.628-.232c.28 0 .465.093.558.256c.093.162.14.372.117.604c-.023.233-.047.49-.117.744c-.07.256-.14.49-.21.675c-.185.581-.371 1.116-.58 1.558c-.21.442-.396.93-.558 1.442c-.14.35-.186.674-.186.953c0 .512.162.884.465 1.163c.325.28.697.395 1.14.395a1.63 1.63 0 0 0 1.022-.372q.489-.383.907-.907c.28-.348.512-.72.698-1.14a8 8 0 0 0 .419-1.069c.023-.046.046-.14.07-.325c.046-.187.07-.396.116-.628c.046-.233.093-.465.14-.72c.046-.257.091-.466.116-.629c.046-.186.07-.372.116-.605s.116-.442.21-.65c.092-.21.232-.373.371-.513a.87.87 0 0 1 .605-.209c.302 0 .488.093.605.256c.093.163.14.372.14.605a3.6 3.6 0 0 1-.117.697c-.07.233-.116.42-.163.558a23 23 0 0 1-.558 1.558c-.186.466-.349.884-.512 1.21c-.14.349-.256.604-.349.814q-.14.315-.14.418c0 .605.14 1.047.396 1.303c.256.255.535.395.837.395c.512 0 .907-.163 1.21-.465c.302-.326.535-.907.674-1.605h.186a5.4 5.4 0 0 1-.14 1.698z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsMicroeditor(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="M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12s12-5.372 12-12S18.628 0 12 0m5.698 13.628c-.117.465-.303.837-.558 1.14c-.233.302-.466.488-.721.58c-.256.094-.512.14-.791.14c-.28 0-.512-.046-.698-.162c-.186-.093-.325-.256-.442-.442a1.9 1.9 0 0 1-.232-.675a4.7 4.7 0 0 1-.07-.837c0-.116 0-.232.023-.395c.022-.163.047-.372.07-.372h-.047c-.373.93-.883 1.604-1.534 2.14c-.652.534-1.372.79-2.164.79c-.535 0-.977-.21-1.28-.605c-.325-.395-.487-1-.487-1.79c0-.117 0-.233.022-.373c.023-.116.023-.162.046-.395h-.163c-.209.465-.395 1.116-.534 1.698c-.14.58-.255 1.116-.326 1.604c-.093.489-.14.93-.186 1.303c-.047.372-.07.628-.093.767c.023.116.046.233.07.372c.046.14.07.28.116.396s.07.255.093.372s.046.209.046.279c0 .325-.07.58-.209.744c-.14.162-.302.255-.465.255a.83.83 0 0 1-.535-.186c-.163-.14-.232-.35-.232-.628c0-.396.07-.907.21-1.512c.14-.604.348-1.372.604-2.279c.14-.418.255-.837.395-1.256c.14-.418.256-.814.372-1.162c.116-.35.21-.675.302-.954a3.7 3.7 0 0 0 .163-.65c.023-.07.047-.234.07-.466c.023-.233.046-.489.093-.79c.046-.303.07-.629.116-.954c.047-.35.093-.652.116-.93c.047-.21.07-.443.117-.698c.046-.255.116-.512.209-.72c.093-.233.233-.42.395-.583c.163-.162.372-.232.628-.232c.28 0 .465.093.558.256c.093.162.14.372.117.604c-.023.233-.047.49-.117.744c-.07.256-.14.49-.21.675c-.185.581-.371 1.116-.58 1.558c-.21.442-.396.93-.558 1.442c-.14.35-.186.674-.186.953c0 .512.162.884.465 1.163c.325.28.697.395 1.14.395a1.63 1.63 0 0 0 1.022-.372q.489-.383.907-.907c.28-.348.512-.72.698-1.14a8 8 0 0 0 .419-1.069c.023-.046.046-.14.07-.325c.046-.187.07-.396.116-.628c.046-.233.093-.465.14-.72c.046-.257.091-.466.116-.629c.046-.186.07-.372.116-.605s.116-.442.21-.65c.092-.21.232-.373.371-.513a.87.87 0 0 1 .605-.209c.302 0 .488.093.605.256c.093.163.14.372.14.605a3.6 3.6 0 0 1-.117.697c-.07.233-.116.42-.163.558a23 23 0 0 1-.558 1.558c-.186.466-.349.884-.512 1.21c-.14.349-.256.604-.349.814q-.14.315-.14.418c0 .605.14 1.047.396 1.303c.256.255.535.395.837.395c.512 0 .907-.163 1.21-.465c.302-.326.535-.907.674-1.605h.186a5.4 5.4 0 0 1-.14 1.698z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12s12-5.372 12-12S18.628 0 12 0m5.698 13.628c-.117.465-.303.837-.558 1.14c-.233.302-.466.488-.721.58c-.256.094-.512.14-.791.14c-.28 0-.512-.046-.698-.162c-.186-.093-.325-.256-.442-.442a1.9 1.9 0 0 1-.232-.675a4.7 4.7 0 0 1-.07-.837c0-.116 0-.232.023-.395c.022-.163.047-.372.07-.372h-.047c-.373.93-.883 1.604-1.534 2.14c-.652.534-1.372.79-2.164.79c-.535 0-.977-.21-1.28-.605c-.325-.395-.487-1-.487-1.79c0-.117 0-.233.022-.373c.023-.116.023-.162.046-.395h-.163c-.209.465-.395 1.116-.534 1.698c-.14.58-.255 1.116-.326 1.604c-.093.489-.14.93-.186 1.303c-.047.372-.07.628-.093.767c.023.116.046.233.07.372c.046.14.07.28.116.396s.07.255.093.372s.046.209.046.279c0 .325-.07.58-.209.744c-.14.162-.302.255-.465.255a.83.83 0 0 1-.535-.186c-.163-.14-.232-.35-.232-.628c0-.396.07-.907.21-1.512c.14-.604.348-1.372.604-2.279c.14-.418.255-.837.395-1.256c.14-.418.256-.814.372-1.162c.116-.35.21-.675.302-.954a3.7 3.7 0 0 0 .163-.65c.023-.07.047-.234.07-.466c.023-.233.046-.489.093-.79c.046-.303.07-.629.116-.954c.047-.35.093-.652.116-.93c.047-.21.07-.443.117-.698c.046-.255.116-.512.209-.72c.093-.233.233-.42.395-.583c.163-.162.372-.232.628-.232c.28 0 .465.093.558.256c.093.162.14.372.117.604c-.023.233-.047.49-.117.744c-.07.256-.14.49-.21.675c-.185.581-.371 1.116-.58 1.558c-.21.442-.396.93-.558 1.442c-.14.35-.186.674-.186.953c0 .512.162.884.465 1.163c.325.28.697.395 1.14.395a1.63 1.63 0 0 0 1.022-.372q.489-.383.907-.907c.28-.348.512-.72.698-1.14a8 8 0 0 0 .419-1.069c.023-.046.046-.14.07-.325c.046-.187.07-.396.116-.628c.046-.233.093-.465.14-.72c.046-.257.091-.466.116-.629c.046-.186.07-.372.116-.605s.116-.442.21-.65c.092-.21.232-.373.371-.513a.87.87 0 0 1 .605-.209c.302 0 .488.093.605.256c.093.163.14.372.14.605a3.6 3.6 0 0 1-.117.697c-.07.233-.116.42-.163.558a23 23 0 0 1-.558 1.558c-.186.466-.349.884-.512 1.21c-.14.349-.256.604-.349.814q-.14.315-.14.418c0 .605.14 1.047.396 1.303c.256.255.535.395.837.395c.512 0 .907-.163 1.21-.465c.302-.326.535-.907.674-1.605h.186a5.4 5.4 0 0 1-.14 1.698z"/></svg>
</template>

CSS

.icon-microeditor {
  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%22M12%200C5.372%200%200%205.372%200%2012s5.372%2012%2012%2012s12-5.372%2012-12S18.628%200%2012%200m5.698%2013.628c-.117.465-.303.837-.558%201.14c-.233.302-.466.488-.721.58c-.256.094-.512.14-.791.14c-.28%200-.512-.046-.698-.162c-.186-.093-.325-.256-.442-.442a1.9%201.9%200%200%201-.232-.675a4.7%204.7%200%200%201-.07-.837c0-.116%200-.232.023-.395c.022-.163.047-.372.07-.372h-.047c-.373.93-.883%201.604-1.534%202.14c-.652.534-1.372.79-2.164.79c-.535%200-.977-.21-1.28-.605c-.325-.395-.487-1-.487-1.79c0-.117%200-.233.022-.373c.023-.116.023-.162.046-.395h-.163c-.209.465-.395%201.116-.534%201.698c-.14.58-.255%201.116-.326%201.604c-.093.489-.14.93-.186%201.303c-.047.372-.07.628-.093.767c.023.116.046.233.07.372c.046.14.07.28.116.396s.07.255.093.372s.046.209.046.279c0%20.325-.07.58-.209.744c-.14.162-.302.255-.465.255a.83.83%200%200%201-.535-.186c-.163-.14-.232-.35-.232-.628c0-.396.07-.907.21-1.512c.14-.604.348-1.372.604-2.279c.14-.418.255-.837.395-1.256c.14-.418.256-.814.372-1.162c.116-.35.21-.675.302-.954a3.7%203.7%200%200%200%20.163-.65c.023-.07.047-.234.07-.466c.023-.233.046-.489.093-.79c.046-.303.07-.629.116-.954c.047-.35.093-.652.116-.93c.047-.21.07-.443.117-.698c.046-.255.116-.512.209-.72c.093-.233.233-.42.395-.583c.163-.162.372-.232.628-.232c.28%200%20.465.093.558.256c.093.162.14.372.117.604c-.023.233-.047.49-.117.744c-.07.256-.14.49-.21.675c-.185.581-.371%201.116-.58%201.558c-.21.442-.396.93-.558%201.442c-.14.35-.186.674-.186.953c0%20.512.162.884.465%201.163c.325.28.697.395%201.14.395a1.63%201.63%200%200%200%201.022-.372q.489-.383.907-.907c.28-.348.512-.72.698-1.14a8%208%200%200%200%20.419-1.069c.023-.046.046-.14.07-.325c.046-.187.07-.396.116-.628c.046-.233.093-.465.14-.72c.046-.257.091-.466.116-.629c.046-.186.07-.372.116-.605s.116-.442.21-.65c.092-.21.232-.373.371-.513a.87.87%200%200%201%20.605-.209c.302%200%20.488.093.605.256c.093.163.14.372.14.605a3.6%203.6%200%200%201-.117.697c-.07.233-.116.42-.163.558a23%2023%200%200%201-.558%201.558c-.186.466-.349.884-.512%201.21c-.14.349-.256.604-.349.814q-.14.315-.14.418c0%20.605.14%201.047.396%201.303c.256.255.535.395.837.395c.512%200%20.907-.163%201.21-.465c.302-.326.535-.907.674-1.605h.186a5.4%205.4%200%200%201-.14%201.698z%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%22M12%200C5.372%200%200%205.372%200%2012s5.372%2012%2012%2012s12-5.372%2012-12S18.628%200%2012%200m5.698%2013.628c-.117.465-.303.837-.558%201.14c-.233.302-.466.488-.721.58c-.256.094-.512.14-.791.14c-.28%200-.512-.046-.698-.162c-.186-.093-.325-.256-.442-.442a1.9%201.9%200%200%201-.232-.675a4.7%204.7%200%200%201-.07-.837c0-.116%200-.232.023-.395c.022-.163.047-.372.07-.372h-.047c-.373.93-.883%201.604-1.534%202.14c-.652.534-1.372.79-2.164.79c-.535%200-.977-.21-1.28-.605c-.325-.395-.487-1-.487-1.79c0-.117%200-.233.022-.373c.023-.116.023-.162.046-.395h-.163c-.209.465-.395%201.116-.534%201.698c-.14.58-.255%201.116-.326%201.604c-.093.489-.14.93-.186%201.303c-.047.372-.07.628-.093.767c.023.116.046.233.07.372c.046.14.07.28.116.396s.07.255.093.372s.046.209.046.279c0%20.325-.07.58-.209.744c-.14.162-.302.255-.465.255a.83.83%200%200%201-.535-.186c-.163-.14-.232-.35-.232-.628c0-.396.07-.907.21-1.512c.14-.604.348-1.372.604-2.279c.14-.418.255-.837.395-1.256c.14-.418.256-.814.372-1.162c.116-.35.21-.675.302-.954a3.7%203.7%200%200%200%20.163-.65c.023-.07.047-.234.07-.466c.023-.233.046-.489.093-.79c.046-.303.07-.629.116-.954c.047-.35.093-.652.116-.93c.047-.21.07-.443.117-.698c.046-.255.116-.512.209-.72c.093-.233.233-.42.395-.583c.163-.162.372-.232.628-.232c.28%200%20.465.093.558.256c.093.162.14.372.117.604c-.023.233-.047.49-.117.744c-.07.256-.14.49-.21.675c-.185.581-.371%201.116-.58%201.558c-.21.442-.396.93-.558%201.442c-.14.35-.186.674-.186.953c0%20.512.162.884.465%201.163c.325.28.697.395%201.14.395a1.63%201.63%200%200%200%201.022-.372q.489-.383.907-.907c.28-.348.512-.72.698-1.14a8%208%200%200%200%20.419-1.069c.023-.046.046-.14.07-.325c.046-.187.07-.396.116-.628c.046-.233.093-.465.14-.72c.046-.257.091-.466.116-.629c.046-.186.07-.372.116-.605s.116-.442.21-.65c.092-.21.232-.373.371-.513a.87.87%200%200%201%20.605-.209c.302%200%20.488.093.605.256c.093.163.14.372.14.605a3.6%203.6%200%200%201-.117.697c-.07.233-.116.42-.163.558a23%2023%200%200%201-.558%201.558c-.186.466-.349.884-.512%201.21c-.14.349-.256.604-.349.814q-.14.315-.14.418c0%20.605.14%201.047.396%201.303c.256.255.535.395.837.395c.512%200%20.907-.163%201.21-.465c.302-.326.535-.907.674-1.605h.186a5.4%205.4%200%200%201-.14%201.698z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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