code4-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
code4-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the code4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 10H3c-.55 0-1 .45-1 1v5.19q0 .3.03.6c.2 3.08 2.1 4.98 5.18 5.18q.3.03.6.03h8.38q.3 0 .6-.03c3.08-.2 4.98-2.1 5.18-5.18q.03-.3.03-.6V11c0-.55-.45-1-1-1M8 16.15c.34.5.8.91 1.33 1.18c.38.18.53.63.34 1.01c-.13.26-.4.41-.67.41c-.11 0-.23-.03-.33-.08c-.78-.38-1.44-.97-1.91-1.68c-.4-.6-.4-1.38 0-1.98c.47-.71 1.13-1.3 1.91-1.68c.37-.19.82-.04 1 .33c.19.38.04.83-.34 1.01c-.53.27-.99.68-1.33 1.18c-.06.09-.06.21 0 .3m9.45.84c-.48.71-1.14 1.3-1.91 1.68a.74.74 0 0 1-1-.33a.745.745 0 0 1 .33-1.01c.54-.27 1-.68 1.33-1.18a.24.24 0 0 0 0-.3c-.33-.5-.79-.91-1.33-1.18a.745.745 0 0 1-.33-1.01c.18-.37.63-.52 1-.33c.77.38 1.43.97 1.91 1.68c.4.6.4 1.38 0 1.98M22 7.81V8c0 .55-.45 1-1 1L3 9.01c-.55 0-1-.45-1-1v-.2q0-.3.03-.6c.2-3.08 2.1-4.98 5.18-5.18q.3-.03.6-.03h8.38q.3 0 .6.03c3.08.2 4.98 2.1 5.18 5.18q.03.3.03.6"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCode4Filled(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="M21 10H3c-.55 0-1 .45-1 1v5.19q0 .3.03.6c.2 3.08 2.1 4.98 5.18 5.18q.3.03.6.03h8.38q.3 0 .6-.03c3.08-.2 4.98-2.1 5.18-5.18q.03-.3.03-.6V11c0-.55-.45-1-1-1M8 16.15c.34.5.8.91 1.33 1.18c.38.18.53.63.34 1.01c-.13.26-.4.41-.67.41c-.11 0-.23-.03-.33-.08c-.78-.38-1.44-.97-1.91-1.68c-.4-.6-.4-1.38 0-1.98c.47-.71 1.13-1.3 1.91-1.68c.37-.19.82-.04 1 .33c.19.38.04.83-.34 1.01c-.53.27-.99.68-1.33 1.18c-.06.09-.06.21 0 .3m9.45.84c-.48.71-1.14 1.3-1.91 1.68a.74.74 0 0 1-1-.33a.745.745 0 0 1 .33-1.01c.54-.27 1-.68 1.33-1.18a.24.24 0 0 0 0-.3c-.33-.5-.79-.91-1.33-1.18a.745.745 0 0 1-.33-1.01c.18-.37.63-.52 1-.33c.77.38 1.43.97 1.91 1.68c.4.6.4 1.38 0 1.98M22 7.81V8c0 .55-.45 1-1 1L3 9.01c-.55 0-1-.45-1-1v-.2q0-.3.03-.6c.2-3.08 2.1-4.98 5.18-5.18q.3-.03.6-.03h8.38q.3 0 .6.03c3.08.2 4.98 2.1 5.18 5.18q.03.3.03.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 10H3c-.55 0-1 .45-1 1v5.19q0 .3.03.6c.2 3.08 2.1 4.98 5.18 5.18q.3.03.6.03h8.38q.3 0 .6-.03c3.08-.2 4.98-2.1 5.18-5.18q.03-.3.03-.6V11c0-.55-.45-1-1-1M8 16.15c.34.5.8.91 1.33 1.18c.38.18.53.63.34 1.01c-.13.26-.4.41-.67.41c-.11 0-.23-.03-.33-.08c-.78-.38-1.44-.97-1.91-1.68c-.4-.6-.4-1.38 0-1.98c.47-.71 1.13-1.3 1.91-1.68c.37-.19.82-.04 1 .33c.19.38.04.83-.34 1.01c-.53.27-.99.68-1.33 1.18c-.06.09-.06.21 0 .3m9.45.84c-.48.71-1.14 1.3-1.91 1.68a.74.74 0 0 1-1-.33a.745.745 0 0 1 .33-1.01c.54-.27 1-.68 1.33-1.18a.24.24 0 0 0 0-.3c-.33-.5-.79-.91-1.33-1.18a.745.745 0 0 1-.33-1.01c.18-.37.63-.52 1-.33c.77.38 1.43.97 1.91 1.68c.4.6.4 1.38 0 1.98M22 7.81V8c0 .55-.45 1-1 1L3 9.01c-.55 0-1-.45-1-1v-.2q0-.3.03-.6c.2-3.08 2.1-4.98 5.18-5.18q.3-.03.6-.03h8.38q.3 0 .6.03c3.08.2 4.98 2.1 5.18 5.18q.03.3.03.6"/></svg>
</template>

CSS

.icon-code4-filled {
  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%22M21%2010H3c-.55%200-1%20.45-1%201v5.19q0%20.3.03.6c.2%203.08%202.1%204.98%205.18%205.18q.3.03.6.03h8.38q.3%200%20.6-.03c3.08-.2%204.98-2.1%205.18-5.18q.03-.3.03-.6V11c0-.55-.45-1-1-1M8%2016.15c.34.5.8.91%201.33%201.18c.38.18.53.63.34%201.01c-.13.26-.4.41-.67.41c-.11%200-.23-.03-.33-.08c-.78-.38-1.44-.97-1.91-1.68c-.4-.6-.4-1.38%200-1.98c.47-.71%201.13-1.3%201.91-1.68c.37-.19.82-.04%201%20.33c.19.38.04.83-.34%201.01c-.53.27-.99.68-1.33%201.18c-.06.09-.06.21%200%20.3m9.45.84c-.48.71-1.14%201.3-1.91%201.68a.74.74%200%200%201-1-.33a.745.745%200%200%201%20.33-1.01c.54-.27%201-.68%201.33-1.18a.24.24%200%200%200%200-.3c-.33-.5-.79-.91-1.33-1.18a.745.745%200%200%201-.33-1.01c.18-.37.63-.52%201-.33c.77.38%201.43.97%201.91%201.68c.4.6.4%201.38%200%201.98M22%207.81V8c0%20.55-.45%201-1%201L3%209.01c-.55%200-1-.45-1-1v-.2q0-.3.03-.6c.2-3.08%202.1-4.98%205.18-5.18q.3-.03.6-.03h8.38q.3%200%20.6.03c3.08.2%204.98%202.1%205.18%205.18q.03.3.03.6%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%22M21%2010H3c-.55%200-1%20.45-1%201v5.19q0%20.3.03.6c.2%203.08%202.1%204.98%205.18%205.18q.3.03.6.03h8.38q.3%200%20.6-.03c3.08-.2%204.98-2.1%205.18-5.18q.03-.3.03-.6V11c0-.55-.45-1-1-1M8%2016.15c.34.5.8.91%201.33%201.18c.38.18.53.63.34%201.01c-.13.26-.4.41-.67.41c-.11%200-.23-.03-.33-.08c-.78-.38-1.44-.97-1.91-1.68c-.4-.6-.4-1.38%200-1.98c.47-.71%201.13-1.3%201.91-1.68c.37-.19.82-.04%201%20.33c.19.38.04.83-.34%201.01c-.53.27-.99.68-1.33%201.18c-.06.09-.06.21%200%20.3m9.45.84c-.48.71-1.14%201.3-1.91%201.68a.74.74%200%200%201-1-.33a.745.745%200%200%201%20.33-1.01c.54-.27%201-.68%201.33-1.18a.24.24%200%200%200%200-.3c-.33-.5-.79-.91-1.33-1.18a.745.745%200%200%201-.33-1.01c.18-.37.63-.52%201-.33c.77.38%201.43.97%201.91%201.68c.4.6.4%201.38%200%201.98M22%207.81V8c0%20.55-.45%201-1%201L3%209.01c-.55%200-1-.45-1-1v-.2q0-.3.03-.6c.2-3.08%202.1-4.98%205.18-5.18q.3-.03.6-.03h8.38q.3%200%20.6.03c3.08.2%204.98%202.1%205.18%205.18q.03.3.03.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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