code slash icon

code-slash from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
code-slash
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Related icons in IonIcons

Use the code slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M160 389a20.9 20.9 0 0 1-13.82-5.2l-128-112a21 21 0 0 1 0-31.6l128-112a21 21 0 0 1 27.66 31.61L63.89 256l109.94 96.19A21 21 0 0 1 160 389m192 0a21 21 0 0 1-13.84-36.81L448.11 256l-109.94-96.19a21 21 0 0 1 27.66-31.61l128 112a21 21 0 0 1 0 31.6l-128 112A20.9 20.9 0 0 1 352 389m-144 48a21 21 0 0 1-20.12-27l96-320a21 21 0 1 1 40.23 12l-96 320A21 21 0 0 1 208 437"/></svg>

React

import type { SVGProps } from "react";

export function IonCodeSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M160 389a20.9 20.9 0 0 1-13.82-5.2l-128-112a21 21 0 0 1 0-31.6l128-112a21 21 0 0 1 27.66 31.61L63.89 256l109.94 96.19A21 21 0 0 1 160 389m192 0a21 21 0 0 1-13.84-36.81L448.11 256l-109.94-96.19a21 21 0 0 1 27.66-31.61l128 112a21 21 0 0 1 0 31.6l-128 112A20.9 20.9 0 0 1 352 389m-144 48a21 21 0 0 1-20.12-27l96-320a21 21 0 1 1 40.23 12l-96 320A21 21 0 0 1 208 437"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M160 389a20.9 20.9 0 0 1-13.82-5.2l-128-112a21 21 0 0 1 0-31.6l128-112a21 21 0 0 1 27.66 31.61L63.89 256l109.94 96.19A21 21 0 0 1 160 389m192 0a21 21 0 0 1-13.84-36.81L448.11 256l-109.94-96.19a21 21 0 0 1 27.66-31.61l128 112a21 21 0 0 1 0 31.6l-128 112A20.9 20.9 0 0 1 352 389m-144 48a21 21 0 0 1-20.12-27l96-320a21 21 0 1 1 40.23 12l-96 320A21 21 0 0 1 208 437"/></svg>
</template>

CSS

.icon-code-slash {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20389a20.9%2020.9%200%200%201-13.82-5.2l-128-112a21%2021%200%200%201%200-31.6l128-112a21%2021%200%200%201%2027.66%2031.61L63.89%20256l109.94%2096.19A21%2021%200%200%201%20160%20389m192%200a21%2021%200%200%201-13.84-36.81L448.11%20256l-109.94-96.19a21%2021%200%200%201%2027.66-31.61l128%20112a21%2021%200%200%201%200%2031.6l-128%20112A20.9%2020.9%200%200%201%20352%20389m-144%2048a21%2021%200%200%201-20.12-27l96-320a21%2021%200%201%201%2040.23%2012l-96%20320A21%2021%200%200%201%20208%20437%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20389a20.9%2020.9%200%200%201-13.82-5.2l-128-112a21%2021%200%200%201%200-31.6l128-112a21%2021%200%200%201%2027.66%2031.61L63.89%20256l109.94%2096.19A21%2021%200%200%201%20160%20389m192%200a21%2021%200%200%201-13.84-36.81L448.11%20256l-109.94-96.19a21%2021%200%200%201%2027.66-31.61l128%20112a21%2021%200%200%201%200%2031.6l-128%20112A20.9%2020.9%200%200%201%20352%20389m-144%2048a21%2021%200%200%201-20.12-27l96-320a21%2021%200%201%201%2040.23%2012l-96%20320A21%2021%200%200%201%20208%20437%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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