code-broken from Solar by 480 Design · Broken · IT · CC-BY-4.0 Attribution required.

Name
code-broken
Set
Solar
Style
Broken
Category
IT
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More it icons from Solar

Use the code icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M17 7.82959L18.6965 9.35641C20.239 10.7447 21.0103 11.4389 21.0103 12.3296C21.0103 13.2203 20.239 13.9145 18.6965 15.3028L17 16.8296"/><path d="M13.9868 5L12.9934 8.70743M11.8432 13L10.0132 19.8297"/><path d="M7.00005 7.82959L5.30358 9.35641C3.76102 10.7447 2.98975 11.4389 2.98975 12.3296C2.98975 13.2203 3.76102 13.9145 5.30358 15.3028L7.00005 16.8296"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCodeBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M17 7.82959L18.6965 9.35641C20.239 10.7447 21.0103 11.4389 21.0103 12.3296C21.0103 13.2203 20.239 13.9145 18.6965 15.3028L17 16.8296"/><path d="M13.9868 5L12.9934 8.70743M11.8432 13L10.0132 19.8297"/><path d="M7.00005 7.82959L5.30358 9.35641C3.76102 10.7447 2.98975 11.4389 2.98975 12.3296C2.98975 13.2203 3.76102 13.9145 5.30358 15.3028L7.00005 16.8296"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M17 7.82959L18.6965 9.35641C20.239 10.7447 21.0103 11.4389 21.0103 12.3296C21.0103 13.2203 20.239 13.9145 18.6965 15.3028L17 16.8296"/><path d="M13.9868 5L12.9934 8.70743M11.8432 13L10.0132 19.8297"/><path d="M7.00005 7.82959L5.30358 9.35641C3.76102 10.7447 2.98975 11.4389 2.98975 12.3296C2.98975 13.2203 3.76102 13.9145 5.30358 15.3028L7.00005 16.8296"/></g></svg>
</template>

CSS

.icon-code-broken {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17%207.82959L18.6965%209.35641C20.239%2010.7447%2021.0103%2011.4389%2021.0103%2012.3296C21.0103%2013.2203%2020.239%2013.9145%2018.6965%2015.3028L17%2016.8296%22%2F%3E%3Cpath%20d%3D%22M13.9868%205L12.9934%208.70743M11.8432%2013L10.0132%2019.8297%22%2F%3E%3Cpath%20d%3D%22M7.00005%207.82959L5.30358%209.35641C3.76102%2010.7447%202.98975%2011.4389%202.98975%2012.3296C2.98975%2013.2203%203.76102%2013.9145%205.30358%2015.3028L7.00005%2016.8296%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17%207.82959L18.6965%209.35641C20.239%2010.7447%2021.0103%2011.4389%2021.0103%2012.3296C21.0103%2013.2203%2020.239%2013.9145%2018.6965%2015.3028L17%2016.8296%22%2F%3E%3Cpath%20d%3D%22M13.9868%205L12.9934%208.70743M11.8432%2013L10.0132%2019.8297%22%2F%3E%3Cpath%20d%3D%22M7.00005%207.82959L5.30358%209.35641C3.76102%2010.7447%202.98975%2011.4389%202.98975%2012.3296C2.98975%2013.2203%203.76102%2013.9145%205.30358%2015.3028L7.00005%2016.8296%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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