circle half tilt icon
circle-half-tilt-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- circle-half-tilt-thin
- Set
- Phosphor
- Style
- Thin
- 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="M198.71 57.29A100 100 0 1 0 57.29 198.71A100 100 0 1 0 198.71 57.29M188 197.72a91.4 91.4 0 0 1-24 15v-115l24-24Zm-88-36.06l24-24v82.24a92 92 0 0 1-24-4.24Zm-8 51a91.7 91.7 0 0 1-26.15-16.89L92 169.66Zm40-83l24-24v110a91.8 91.8 0 0 1-24 4.24ZM36 128a92 92 0 0 1 154.16-67.81l-130 130A91.34 91.34 0 0 1 36 128m160 62V66a92 92 0 0 1 0 124"/></svg>
React
import type { SVGProps } from "react";
export function PhCircleHalfTiltThin(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="M198.71 57.29A100 100 0 1 0 57.29 198.71A100 100 0 1 0 198.71 57.29M188 197.72a91.4 91.4 0 0 1-24 15v-115l24-24Zm-88-36.06l24-24v82.24a92 92 0 0 1-24-4.24Zm-8 51a91.7 91.7 0 0 1-26.15-16.89L92 169.66Zm40-83l24-24v110a91.8 91.8 0 0 1-24 4.24ZM36 128a92 92 0 0 1 154.16-67.81l-130 130A91.34 91.34 0 0 1 36 128m160 62V66a92 92 0 0 1 0 124"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M198.71 57.29A100 100 0 1 0 57.29 198.71A100 100 0 1 0 198.71 57.29M188 197.72a91.4 91.4 0 0 1-24 15v-115l24-24Zm-88-36.06l24-24v82.24a92 92 0 0 1-24-4.24Zm-8 51a91.7 91.7 0 0 1-26.15-16.89L92 169.66Zm40-83l24-24v110a91.8 91.8 0 0 1-24 4.24ZM36 128a92 92 0 0 1 154.16-67.81l-130 130A91.34 91.34 0 0 1 36 128m160 62V66a92 92 0 0 1 0 124"/></svg> </template>
CSS
.icon-circle-half-tilt-thin {
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%22M198.71%2057.29A100%20100%200%201%200%2057.29%20198.71A100%20100%200%201%200%20198.71%2057.29M188%20197.72a91.4%2091.4%200%200%201-24%2015v-115l24-24Zm-88-36.06l24-24v82.24a92%2092%200%200%201-24-4.24Zm-8%2051a91.7%2091.7%200%200%201-26.15-16.89L92%20169.66Zm40-83l24-24v110a91.8%2091.8%200%200%201-24%204.24ZM36%20128a92%2092%200%200%201%20154.16-67.81l-130%20130A91.34%2091.34%200%200%201%2036%20128m160%2062V66a92%2092%200%200%201%200%20124%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%22M198.71%2057.29A100%20100%200%201%200%2057.29%20198.71A100%20100%200%201%200%20198.71%2057.29M188%20197.72a91.4%2091.4%200%200%201-24%2015v-115l24-24Zm-88-36.06l24-24v82.24a92%2092%200%200%201-24-4.24Zm-8%2051a91.7%2091.7%200%200%201-26.15-16.89L92%20169.66Zm40-83l24-24v110a91.8%2091.8%200%200%201-24%204.24ZM36%20128a92%2092%200%200%201%20154.16-67.81l-130%20130A91.34%2091.34%200%200%201%2036%20128m160%2062V66a92%2092%200%200%201%200%20124%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-thin.svg?color=%231a73e8&size=48