logo codesign icon

logo-codesign from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
logo-codesign
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

Related icons in TDesign Icons

Use the logo codesign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.824 17.094H5.237l-.67 3.803a.452.452 0 0 0 .443.53h14.21a.45.45 0 0 0 .444-.373l.604-3.43a.452.452 0 0 0-.444-.53M22.55 2.573H8.952a.45.45 0 0 0-.444.373l-.699 3.96h14.135a.45.45 0 0 0 .444-.372l.604-3.43a.452.452 0 0 0-.444-.53M2.959 7.668a.45.45 0 0 0-.444.372L1.816 12h4.322l.765-4.332zm4.715 0L6.91 12h3.943a.45.45 0 0 0 .444-.373l.698-3.96H7.673zm-2.438 9.429L6 12.764H1.68l-.672 3.803a.452.452 0 0 0 .444.53z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignLogoCodesign(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="M19.824 17.094H5.237l-.67 3.803a.452.452 0 0 0 .443.53h14.21a.45.45 0 0 0 .444-.373l.604-3.43a.452.452 0 0 0-.444-.53M22.55 2.573H8.952a.45.45 0 0 0-.444.373l-.699 3.96h14.135a.45.45 0 0 0 .444-.372l.604-3.43a.452.452 0 0 0-.444-.53M2.959 7.668a.45.45 0 0 0-.444.372L1.816 12h4.322l.765-4.332zm4.715 0L6.91 12h3.943a.45.45 0 0 0 .444-.373l.698-3.96H7.673zm-2.438 9.429L6 12.764H1.68l-.672 3.803a.452.452 0 0 0 .444.53z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.824 17.094H5.237l-.67 3.803a.452.452 0 0 0 .443.53h14.21a.45.45 0 0 0 .444-.373l.604-3.43a.452.452 0 0 0-.444-.53M22.55 2.573H8.952a.45.45 0 0 0-.444.373l-.699 3.96h14.135a.45.45 0 0 0 .444-.372l.604-3.43a.452.452 0 0 0-.444-.53M2.959 7.668a.45.45 0 0 0-.444.372L1.816 12h4.322l.765-4.332zm4.715 0L6.91 12h3.943a.45.45 0 0 0 .444-.373l.698-3.96H7.673zm-2.438 9.429L6 12.764H1.68l-.672 3.803a.452.452 0 0 0 .444.53z"/></svg>
</template>

CSS

.icon-logo-codesign {
  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%22M19.824%2017.094H5.237l-.67%203.803a.452.452%200%200%200%20.443.53h14.21a.45.45%200%200%200%20.444-.373l.604-3.43a.452.452%200%200%200-.444-.53M22.55%202.573H8.952a.45.45%200%200%200-.444.373l-.699%203.96h14.135a.45.45%200%200%200%20.444-.372l.604-3.43a.452.452%200%200%200-.444-.53M2.959%207.668a.45.45%200%200%200-.444.372L1.816%2012h4.322l.765-4.332zm4.715%200L6.91%2012h3.943a.45.45%200%200%200%20.444-.373l.698-3.96H7.673zm-2.438%209.429L6%2012.764H1.68l-.672%203.803a.452.452%200%200%200%20.444.53z%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%22M19.824%2017.094H5.237l-.67%203.803a.452.452%200%200%200%20.443.53h14.21a.45.45%200%200%200%20.444-.373l.604-3.43a.452.452%200%200%200-.444-.53M22.55%202.573H8.952a.45.45%200%200%200-.444.373l-.699%203.96h14.135a.45.45%200%200%200%20.444-.372l.604-3.43a.452.452%200%200%200-.444-.53M2.959%207.668a.45.45%200%200%200-.444.372L1.816%2012h4.322l.765-4.332zm4.715%200L6.91%2012h3.943a.45.45%200%200%200%20.444-.373l.698-3.96H7.673zm-2.438%209.429L6%2012.764H1.68l-.672%203.803a.452.452%200%200%200%20.444.53z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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