code-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
code-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the code icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.56 7.444a.75.75 0 0 1 1.06 0l.23.23l.038.038c.862.862 1.563 1.563 2.04 2.19c.5.652.826 1.312.826 2.098s-.327 1.446-.825 2.099c-.478.626-1.179 1.327-2.04 2.189l-.27.268a.75.75 0 1 1-1.06-1.06l.23-.23c.91-.91 1.538-1.54 1.947-2.077c.397-.52.518-.863.518-1.19c0-.325-.121-.668-.518-1.188c-.41-.537-1.037-1.167-1.947-2.077l-.23-.23a.75.75 0 0 1 0-1.06M14.07 4.276a.75.75 0 0 1 .53.918l-3.75 14a.75.75 0 0 1-1.45-.388l3.752-14a.75.75 0 0 1 .918-.53M7.441 7.444a.75.75 0 0 1 0 1.06l-.23.23c-.91.91-1.537 1.54-1.947 2.077c-.397.52-.517.863-.517 1.189s.12.67.517 1.189c.41.537 1.037 1.167 1.947 2.076l.23.23a.75.75 0 1 1-1.06 1.061l-.269-.268c-.862-.862-1.563-1.563-2.04-2.19c-.499-.652-.825-1.312-.825-2.098s.326-1.446.824-2.099c.478-.626 1.179-1.327 2.041-2.189l.269-.268a.75.75 0 0 1 1.06 0"/></svg>

React

import type { SVGProps } from "react";

export function MynauiCodeSolid(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="M16.56 7.444a.75.75 0 0 1 1.06 0l.23.23l.038.038c.862.862 1.563 1.563 2.04 2.19c.5.652.826 1.312.826 2.098s-.327 1.446-.825 2.099c-.478.626-1.179 1.327-2.04 2.189l-.27.268a.75.75 0 1 1-1.06-1.06l.23-.23c.91-.91 1.538-1.54 1.947-2.077c.397-.52.518-.863.518-1.19c0-.325-.121-.668-.518-1.188c-.41-.537-1.037-1.167-1.947-2.077l-.23-.23a.75.75 0 0 1 0-1.06M14.07 4.276a.75.75 0 0 1 .53.918l-3.75 14a.75.75 0 0 1-1.45-.388l3.752-14a.75.75 0 0 1 .918-.53M7.441 7.444a.75.75 0 0 1 0 1.06l-.23.23c-.91.91-1.537 1.54-1.947 2.077c-.397.52-.517.863-.517 1.189s.12.67.517 1.189c.41.537 1.037 1.167 1.947 2.076l.23.23a.75.75 0 1 1-1.06 1.061l-.269-.268c-.862-.862-1.563-1.563-2.04-2.19c-.499-.652-.825-1.312-.825-2.098s.326-1.446.824-2.099c.478-.626 1.179-1.327 2.041-2.189l.269-.268a.75.75 0 0 1 1.06 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.56 7.444a.75.75 0 0 1 1.06 0l.23.23l.038.038c.862.862 1.563 1.563 2.04 2.19c.5.652.826 1.312.826 2.098s-.327 1.446-.825 2.099c-.478.626-1.179 1.327-2.04 2.189l-.27.268a.75.75 0 1 1-1.06-1.06l.23-.23c.91-.91 1.538-1.54 1.947-2.077c.397-.52.518-.863.518-1.19c0-.325-.121-.668-.518-1.188c-.41-.537-1.037-1.167-1.947-2.077l-.23-.23a.75.75 0 0 1 0-1.06M14.07 4.276a.75.75 0 0 1 .53.918l-3.75 14a.75.75 0 0 1-1.45-.388l3.752-14a.75.75 0 0 1 .918-.53M7.441 7.444a.75.75 0 0 1 0 1.06l-.23.23c-.91.91-1.537 1.54-1.947 2.077c-.397.52-.517.863-.517 1.189s.12.67.517 1.189c.41.537 1.037 1.167 1.947 2.076l.23.23a.75.75 0 1 1-1.06 1.061l-.269-.268c-.862-.862-1.563-1.563-2.04-2.19c-.499-.652-.825-1.312-.825-2.098s.326-1.446.824-2.099c.478-.626 1.179-1.327 2.041-2.189l.269-.268a.75.75 0 0 1 1.06 0"/></svg>
</template>

CSS

.icon-code-solid {
  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%22M16.56%207.444a.75.75%200%200%201%201.06%200l.23.23l.038.038c.862.862%201.563%201.563%202.04%202.19c.5.652.826%201.312.826%202.098s-.327%201.446-.825%202.099c-.478.626-1.179%201.327-2.04%202.189l-.27.268a.75.75%200%201%201-1.06-1.06l.23-.23c.91-.91%201.538-1.54%201.947-2.077c.397-.52.518-.863.518-1.19c0-.325-.121-.668-.518-1.188c-.41-.537-1.037-1.167-1.947-2.077l-.23-.23a.75.75%200%200%201%200-1.06M14.07%204.276a.75.75%200%200%201%20.53.918l-3.75%2014a.75.75%200%200%201-1.45-.388l3.752-14a.75.75%200%200%201%20.918-.53M7.441%207.444a.75.75%200%200%201%200%201.06l-.23.23c-.91.91-1.537%201.54-1.947%202.077c-.397.52-.517.863-.517%201.189s.12.67.517%201.189c.41.537%201.037%201.167%201.947%202.076l.23.23a.75.75%200%201%201-1.06%201.061l-.269-.268c-.862-.862-1.563-1.563-2.04-2.19c-.499-.652-.825-1.312-.825-2.098s.326-1.446.824-2.099c.478-.626%201.179-1.327%202.041-2.189l.269-.268a.75.75%200%200%201%201.06%200%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%22M16.56%207.444a.75.75%200%200%201%201.06%200l.23.23l.038.038c.862.862%201.563%201.563%202.04%202.19c.5.652.826%201.312.826%202.098s-.327%201.446-.825%202.099c-.478.626-1.179%201.327-2.04%202.189l-.27.268a.75.75%200%201%201-1.06-1.06l.23-.23c.91-.91%201.538-1.54%201.947-2.077c.397-.52.518-.863.518-1.19c0-.325-.121-.668-.518-1.188c-.41-.537-1.037-1.167-1.947-2.077l-.23-.23a.75.75%200%200%201%200-1.06M14.07%204.276a.75.75%200%200%201%20.53.918l-3.75%2014a.75.75%200%200%201-1.45-.388l3.752-14a.75.75%200%200%201%20.918-.53M7.441%207.444a.75.75%200%200%201%200%201.06l-.23.23c-.91.91-1.537%201.54-1.947%202.077c-.397.52-.517.863-.517%201.189s.12.67.517%201.189c.41.537%201.037%201.167%201.947%202.076l.23.23a.75.75%200%201%201-1.06%201.061l-.269-.268c-.862-.862-1.563-1.563-2.04-2.19c-.499-.652-.825-1.312-.825-2.098s.326-1.446.824-2.099c.478-.626%201.179-1.327%202.041-2.189l.269-.268a.75.75%200%200%201%201.06%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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