circle half tilt icon
circle-half-tilt from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- circle-half-tilt
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the circle half tilt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M201.54 54.46A104 104 0 0 0 54.46 201.54A104 104 0 0 0 201.54 54.46M184 195.87a87 87 0 0 1-16 10.5V99.31l16-16Zm-80-32.56l16-16v68.28a88.4 88.4 0 0 1-16-3Zm-16 43.06a87 87 0 0 1-16.3-10.76l16.3-16.3Zm48-75.06l16-16v97.32a88.4 88.4 0 0 1-16 3ZM40 128a88 88 0 0 1 144.3-67.61L60.38 184.31A87.34 87.34 0 0 1 40 128m160 50.59V77.41a88 88 0 0 1 0 101.18"/></svg>
React
import type { SVGProps } from "react";
export function PhCircleHalfTilt(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="M201.54 54.46A104 104 0 0 0 54.46 201.54A104 104 0 0 0 201.54 54.46M184 195.87a87 87 0 0 1-16 10.5V99.31l16-16Zm-80-32.56l16-16v68.28a88.4 88.4 0 0 1-16-3Zm-16 43.06a87 87 0 0 1-16.3-10.76l16.3-16.3Zm48-75.06l16-16v97.32a88.4 88.4 0 0 1-16 3ZM40 128a88 88 0 0 1 144.3-67.61L60.38 184.31A87.34 87.34 0 0 1 40 128m160 50.59V77.41a88 88 0 0 1 0 101.18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M201.54 54.46A104 104 0 0 0 54.46 201.54A104 104 0 0 0 201.54 54.46M184 195.87a87 87 0 0 1-16 10.5V99.31l16-16Zm-80-32.56l16-16v68.28a88.4 88.4 0 0 1-16-3Zm-16 43.06a87 87 0 0 1-16.3-10.76l16.3-16.3Zm48-75.06l16-16v97.32a88.4 88.4 0 0 1-16 3ZM40 128a88 88 0 0 1 144.3-67.61L60.38 184.31A87.34 87.34 0 0 1 40 128m160 50.59V77.41a88 88 0 0 1 0 101.18"/></svg> </template>
CSS
.icon-circle-half-tilt {
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%22M201.54%2054.46A104%20104%200%200%200%2054.46%20201.54A104%20104%200%200%200%20201.54%2054.46M184%20195.87a87%2087%200%200%201-16%2010.5V99.31l16-16Zm-80-32.56l16-16v68.28a88.4%2088.4%200%200%201-16-3Zm-16%2043.06a87%2087%200%200%201-16.3-10.76l16.3-16.3Zm48-75.06l16-16v97.32a88.4%2088.4%200%200%201-16%203ZM40%20128a88%2088%200%200%201%20144.3-67.61L60.38%20184.31A87.34%2087.34%200%200%201%2040%20128m160%2050.59V77.41a88%2088%200%200%201%200%20101.18%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%22M201.54%2054.46A104%20104%200%200%200%2054.46%20201.54A104%20104%200%200%200%20201.54%2054.46M184%20195.87a87%2087%200%200%201-16%2010.5V99.31l16-16Zm-80-32.56l16-16v68.28a88.4%2088.4%200%200%201-16-3Zm-16%2043.06a87%2087%200%200%201-16.3-10.76l16.3-16.3Zm48-75.06l16-16v97.32a88.4%2088.4%200%200%201-16%203ZM40%20128a88%2088%200%200%201%20144.3-67.61L60.38%20184.31A87.34%2087.34%200%200%201%2040%20128m160%2050.59V77.41a88%2088%200%200%201%200%20101.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/circle-half-tilt.svg?color=%231a73e8&size=48