orange-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
orange-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the orange icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 152a80 80 0 1 1-80-80a80 80 0 0 1 80 80" opacity=".2"/><path d="M165.87 72.58A64.06 64.06 0 0 0 200 16a8 8 0 0 0-8-8h-8a64 64 0 0 0-56 33.06A64 64 0 0 0 72 8h-8a8 8 0 0 0 0 16h8a48.08 48.08 0 0 1 47.4 40.42a88 88 0 1 0 46.47 8.16M183.33 24a48.09 48.09 0 0 1-46.66 40a48.09 48.09 0 0 1 46.66-40M128 224a72 72 0 1 1 72-72a72.08 72.08 0 0 1-72 72m55.89-62.68a57.5 57.5 0 0 1-46.57 46.57a8.5 8.5 0 0 1-1.32.11a8 8 0 0 1-1.31-15.89a41.29 41.29 0 0 0 33.43-33.43a8 8 0 0 1 15.78 2.64Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhOrangeDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 152a80 80 0 1 1-80-80a80 80 0 0 1 80 80" opacity=".2"/><path d="M165.87 72.58A64.06 64.06 0 0 0 200 16a8 8 0 0 0-8-8h-8a64 64 0 0 0-56 33.06A64 64 0 0 0 72 8h-8a8 8 0 0 0 0 16h8a48.08 48.08 0 0 1 47.4 40.42a88 88 0 1 0 46.47 8.16M183.33 24a48.09 48.09 0 0 1-46.66 40a48.09 48.09 0 0 1 46.66-40M128 224a72 72 0 1 1 72-72a72.08 72.08 0 0 1-72 72m55.89-62.68a57.5 57.5 0 0 1-46.57 46.57a8.5 8.5 0 0 1-1.32.11a8 8 0 0 1-1.31-15.89a41.29 41.29 0 0 0 33.43-33.43a8 8 0 0 1 15.78 2.64Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 152a80 80 0 1 1-80-80a80 80 0 0 1 80 80" opacity=".2"/><path d="M165.87 72.58A64.06 64.06 0 0 0 200 16a8 8 0 0 0-8-8h-8a64 64 0 0 0-56 33.06A64 64 0 0 0 72 8h-8a8 8 0 0 0 0 16h8a48.08 48.08 0 0 1 47.4 40.42a88 88 0 1 0 46.47 8.16M183.33 24a48.09 48.09 0 0 1-46.66 40a48.09 48.09 0 0 1 46.66-40M128 224a72 72 0 1 1 72-72a72.08 72.08 0 0 1-72 72m55.89-62.68a57.5 57.5 0 0 1-46.57 46.57a8.5 8.5 0 0 1-1.32.11a8 8 0 0 1-1.31-15.89a41.29 41.29 0 0 0 33.43-33.43a8 8 0 0 1 15.78 2.64Z"/></g></svg>
</template>

CSS

.icon-orange-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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M208%20152a80%2080%200%201%201-80-80a80%2080%200%200%201%2080%2080%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M165.87%2072.58A64.06%2064.06%200%200%200%20200%2016a8%208%200%200%200-8-8h-8a64%2064%200%200%200-56%2033.06A64%2064%200%200%200%2072%208h-8a8%208%200%200%200%200%2016h8a48.08%2048.08%200%200%201%2047.4%2040.42a88%2088%200%201%200%2046.47%208.16M183.33%2024a48.09%2048.09%200%200%201-46.66%2040a48.09%2048.09%200%200%201%2046.66-40M128%20224a72%2072%200%201%201%2072-72a72.08%2072.08%200%200%201-72%2072m55.89-62.68a57.5%2057.5%200%200%201-46.57%2046.57a8.5%208.5%200%200%201-1.32.11a8%208%200%200%201-1.31-15.89a41.29%2041.29%200%200%200%2033.43-33.43a8%208%200%200%201%2015.78%202.64Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M208%20152a80%2080%200%201%201-80-80a80%2080%200%200%201%2080%2080%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M165.87%2072.58A64.06%2064.06%200%200%200%20200%2016a8%208%200%200%200-8-8h-8a64%2064%200%200%200-56%2033.06A64%2064%200%200%200%2072%208h-8a8%208%200%200%200%200%2016h8a48.08%2048.08%200%200%201%2047.4%2040.42a88%2088%200%201%200%2046.47%208.16M183.33%2024a48.09%2048.09%200%200%201-46.66%2040a48.09%2048.09%200%200%201%2046.66-40M128%20224a72%2072%200%201%201%2072-72a72.08%2072.08%200%200%201-72%2072m55.89-62.68a57.5%2057.5%200%200%201-46.57%2046.57a8.5%208.5%200%200%201-1.32.11a8%208%200%200%201-1.31-15.89a41.29%2041.29%200%200%200%2033.43-33.43a8%208%200%200%201%2015.78%202.64Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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