orange slice icon

orange-slice-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
orange-slice-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the orange slice icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248 82H8a6 6 0 0 0-6 6a126 126 0 0 0 252 0a6 6 0 0 0-6-6M74.46 150L122 102.48v67.28A81.66 81.66 0 0 1 74.46 150M66 141.54A81.66 81.66 0 0 1 46.24 94h67.28Zm68-39.06L181.54 150A81.66 81.66 0 0 1 134 169.76Zm56 39.06L142.48 94h67.28A81.66 81.66 0 0 1 190 141.54M128 202A114.14 114.14 0 0 1 14.16 94h20a94 94 0 0 0 187.6 0h20A114.14 114.14 0 0 1 128 202"/></svg>

React

import type { SVGProps } from "react";

export function PhOrangeSliceLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248 82H8a6 6 0 0 0-6 6a126 126 0 0 0 252 0a6 6 0 0 0-6-6M74.46 150L122 102.48v67.28A81.66 81.66 0 0 1 74.46 150M66 141.54A81.66 81.66 0 0 1 46.24 94h67.28Zm68-39.06L181.54 150A81.66 81.66 0 0 1 134 169.76Zm56 39.06L142.48 94h67.28A81.66 81.66 0 0 1 190 141.54M128 202A114.14 114.14 0 0 1 14.16 94h20a94 94 0 0 0 187.6 0h20A114.14 114.14 0 0 1 128 202"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248 82H8a6 6 0 0 0-6 6a126 126 0 0 0 252 0a6 6 0 0 0-6-6M74.46 150L122 102.48v67.28A81.66 81.66 0 0 1 74.46 150M66 141.54A81.66 81.66 0 0 1 46.24 94h67.28Zm68-39.06L181.54 150A81.66 81.66 0 0 1 134 169.76Zm56 39.06L142.48 94h67.28A81.66 81.66 0 0 1 190 141.54M128 202A114.14 114.14 0 0 1 14.16 94h20a94 94 0 0 0 187.6 0h20A114.14 114.14 0 0 1 128 202"/></svg>
</template>

CSS

.icon-orange-slice-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%2082H8a6%206%200%200%200-6%206a126%20126%200%200%200%20252%200a6%206%200%200%200-6-6M74.46%20150L122%20102.48v67.28A81.66%2081.66%200%200%201%2074.46%20150M66%20141.54A81.66%2081.66%200%200%201%2046.24%2094h67.28Zm68-39.06L181.54%20150A81.66%2081.66%200%200%201%20134%20169.76Zm56%2039.06L142.48%2094h67.28A81.66%2081.66%200%200%201%20190%20141.54M128%20202A114.14%20114.14%200%200%201%2014.16%2094h20a94%2094%200%200%200%20187.6%200h20A114.14%20114.14%200%200%201%20128%20202%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%2082H8a6%206%200%200%200-6%206a126%20126%200%200%200%20252%200a6%206%200%200%200-6-6M74.46%20150L122%20102.48v67.28A81.66%2081.66%200%200%201%2074.46%20150M66%20141.54A81.66%2081.66%200%200%201%2046.24%2094h67.28Zm68-39.06L181.54%20150A81.66%2081.66%200%200%201%20134%20169.76Zm56%2039.06L142.48%2094h67.28A81.66%2081.66%200%200%201%20190%20141.54M128%20202A114.14%20114.14%200%200%201%2014.16%2094h20a94%2094%200%200%200%20187.6%200h20A114.14%20114.14%200%200%201%20128%20202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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