slice from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
slice
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the slice icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.948 4.024L7.605 14.416l2.522 2.535L20.471 6.559a1.8 1.8 0 0 0 0-2.535c-.697-.7-1.827-.7-2.523 0M7.602 14.416l-2.737 2.75c-1.352 1.358-2.028 2.037-1.844 2.624q.026.084.068.164c.283.545 1.238.545 3.15.545h.354c1.417 0 2.126 0 2.635-.341c.22-.149.41-.339.557-.56c.34-.511.34-1.223.34-2.647"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSlice(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M17.948 4.024L7.605 14.416l2.522 2.535L20.471 6.559a1.8 1.8 0 0 0 0-2.535c-.697-.7-1.827-.7-2.523 0M7.602 14.416l-2.737 2.75c-1.352 1.358-2.028 2.037-1.844 2.624q.026.084.068.164c.283.545 1.238.545 3.15.545h.354c1.417 0 2.126 0 2.635-.341c.22-.149.41-.339.557-.56c.34-.511.34-1.223.34-2.647"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.948 4.024L7.605 14.416l2.522 2.535L20.471 6.559a1.8 1.8 0 0 0 0-2.535c-.697-.7-1.827-.7-2.523 0M7.602 14.416l-2.737 2.75c-1.352 1.358-2.028 2.037-1.844 2.624q.026.084.068.164c.283.545 1.238.545 3.15.545h.354c1.417 0 2.126 0 2.635-.341c.22-.149.41-.339.557-.56c.34-.511.34-1.223.34-2.647"/></svg>
</template>

CSS

.icon-slice {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.948%204.024L7.605%2014.416l2.522%202.535L20.471%206.559a1.8%201.8%200%200%200%200-2.535c-.697-.7-1.827-.7-2.523%200M7.602%2014.416l-2.737%202.75c-1.352%201.358-2.028%202.037-1.844%202.624q.026.084.068.164c.283.545%201.238.545%203.15.545h.354c1.417%200%202.126%200%202.635-.341c.22-.149.41-.339.557-.56c.34-.511.34-1.223.34-2.647%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.948%204.024L7.605%2014.416l2.522%202.535L20.471%206.559a1.8%201.8%200%200%200%200-2.535c-.697-.7-1.827-.7-2.523%200M7.602%2014.416l-2.737%202.75c-1.352%201.358-2.028%202.037-1.844%202.624q.026.084.068.164c.283.545%201.238.545%203.15.545h.354c1.417%200%202.126%200%202.635-.341c.22-.149.41-.339.557-.56c.34-.511.34-1.223.34-2.647%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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