sidebar code icon

sidebar-code-duotone from Reicon by REICON · Duotone · IT · MIT Free for personal and commercial use.

Name
sidebar-code-duotone
Set
Reicon
Style
Duotone
Category
IT
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More it icons from Reicon

Use the sidebar code icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M3.172 4.172C2 5.343 2 7.229 2 11v2c0 3.771 0 5.657 1.172 6.828S6.229 21 10 21h5V3h-5C6.229 3 4.343 3 3.172 4.172" clip-rule="evenodd" opacity=".5"/><path d="M22 13v-2c0-3.771 0-5.657-1.172-6.828c-.974-.975-3.192-1.139-5.828-1.166v17.988c2.636-.027 4.854-.191 5.828-1.166C22 18.657 22 16.771 22 13m-12.737.298a.75.75 0 0 1 .44.965l-1.5 4a.75.75 0 0 1-1.405-.526l1.5-4a.75.75 0 0 1 .965-.44m-2.733.173a.75.75 0 0 1 0 1.06l-.47.47l.47.47a.75.75 0 0 1-1.06 1.06l-1-1a.75.75 0 0 1 0-1.06l1-1a.75.75 0 0 1 1.06 0m3.44 2a.75.75 0 0 1 1.06 0l1 1a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 1 1-1.06-1.06l.47-.47l-.47-.47a.75.75 0 0 1 0-1.06"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSidebarCodeDuotone(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 fillRule="evenodd" d="M3.172 4.172C2 5.343 2 7.229 2 11v2c0 3.771 0 5.657 1.172 6.828S6.229 21 10 21h5V3h-5C6.229 3 4.343 3 3.172 4.172" clipRule="evenodd" opacity=".5"/><path d="M22 13v-2c0-3.771 0-5.657-1.172-6.828c-.974-.975-3.192-1.139-5.828-1.166v17.988c2.636-.027 4.854-.191 5.828-1.166C22 18.657 22 16.771 22 13m-12.737.298a.75.75 0 0 1 .44.965l-1.5 4a.75.75 0 0 1-1.405-.526l1.5-4a.75.75 0 0 1 .965-.44m-2.733.173a.75.75 0 0 1 0 1.06l-.47.47l.47.47a.75.75 0 0 1-1.06 1.06l-1-1a.75.75 0 0 1 0-1.06l1-1a.75.75 0 0 1 1.06 0m3.44 2a.75.75 0 0 1 1.06 0l1 1a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 1 1-1.06-1.06l.47-.47l-.47-.47a.75.75 0 0 1 0-1.06"/></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 fill-rule="evenodd" d="M3.172 4.172C2 5.343 2 7.229 2 11v2c0 3.771 0 5.657 1.172 6.828S6.229 21 10 21h5V3h-5C6.229 3 4.343 3 3.172 4.172" clip-rule="evenodd" opacity=".5"/><path d="M22 13v-2c0-3.771 0-5.657-1.172-6.828c-.974-.975-3.192-1.139-5.828-1.166v17.988c2.636-.027 4.854-.191 5.828-1.166C22 18.657 22 16.771 22 13m-12.737.298a.75.75 0 0 1 .44.965l-1.5 4a.75.75 0 0 1-1.405-.526l1.5-4a.75.75 0 0 1 .965-.44m-2.733.173a.75.75 0 0 1 0 1.06l-.47.47l.47.47a.75.75 0 0 1-1.06 1.06l-1-1a.75.75 0 0 1 0-1.06l1-1a.75.75 0 0 1 1.06 0m3.44 2a.75.75 0 0 1 1.06 0l1 1a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 1 1-1.06-1.06l.47-.47l-.47-.47a.75.75 0 0 1 0-1.06"/></g></svg>
</template>

CSS

.icon-sidebar-code-duotone {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.172%204.172C2%205.343%202%207.229%202%2011v2c0%203.771%200%205.657%201.172%206.828S6.229%2021%2010%2021h5V3h-5C6.229%203%204.343%203%203.172%204.172%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M22%2013v-2c0-3.771%200-5.657-1.172-6.828c-.974-.975-3.192-1.139-5.828-1.166v17.988c2.636-.027%204.854-.191%205.828-1.166C22%2018.657%2022%2016.771%2022%2013m-12.737.298a.75.75%200%200%201%20.44.965l-1.5%204a.75.75%200%200%201-1.405-.526l1.5-4a.75.75%200%200%201%20.965-.44m-2.733.173a.75.75%200%200%201%200%201.06l-.47.47l.47.47a.75.75%200%200%201-1.06%201.06l-1-1a.75.75%200%200%201%200-1.06l1-1a.75.75%200%200%201%201.06%200m3.44%202a.75.75%200%200%201%201.06%200l1%201a.75.75%200%200%201%200%201.06l-1%201a.75.75%200%201%201-1.06-1.06l.47-.47l-.47-.47a.75.75%200%200%201%200-1.06%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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.172%204.172C2%205.343%202%207.229%202%2011v2c0%203.771%200%205.657%201.172%206.828S6.229%2021%2010%2021h5V3h-5C6.229%203%204.343%203%203.172%204.172%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M22%2013v-2c0-3.771%200-5.657-1.172-6.828c-.974-.975-3.192-1.139-5.828-1.166v17.988c2.636-.027%204.854-.191%205.828-1.166C22%2018.657%2022%2016.771%2022%2013m-12.737.298a.75.75%200%200%201%20.44.965l-1.5%204a.75.75%200%200%201-1.405-.526l1.5-4a.75.75%200%200%201%20.965-.44m-2.733.173a.75.75%200%200%201%200%201.06l-.47.47l.47.47a.75.75%200%200%201-1.06%201.06l-1-1a.75.75%200%200%201%200-1.06l1-1a.75.75%200%200%201%201.06%200m3.44%202a.75.75%200%200%201%201.06%200l1%201a.75.75%200%200%201%200%201.06l-1%201a.75.75%200%201%201-1.06-1.06l.47-.47l-.47-.47a.75.75%200%200%201%200-1.06%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Sidebar Code duotone icon — Reicon · IconsDB