user switch icon
user-switch-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- user-switch-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the user switch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m252.24 132.24l-24 24a6 6 0 0 1-8.48 0l-24-24a6 6 0 1 1 8.48-8.48L218 137.51V128A90 90 0 0 0 54.87 75.5a6 6 0 1 1-9.74-7A102 102 0 0 1 230 128v9.51l13.76-13.75a6 6 0 1 1 8.48 8.48m-41.39 55.26A102 102 0 0 1 26 128v-9.51l-13.76 13.75a6 6 0 0 1-8.48-8.48l24-24a6 6 0 0 1 8.48 0l24 24a6 6 0 1 1-8.48 8.48L38 118.49V128a89.65 89.65 0 0 0 24.49 61.64a77.53 77.53 0 0 1 40-31.38a46 46 0 1 1 51 0a77.5 77.5 0 0 1 40 31.41a89 89 0 0 0 7.58-9.17a6 6 0 1 1 9.74 7ZM128 154a34 34 0 1 0-34-34a34 34 0 0 0 34 34m0 64a90.24 90.24 0 0 0 56.57-20a66 66 0 0 0-113.13 0A89.58 89.58 0 0 0 128 218"/></svg>
React
import type { SVGProps } from "react";
export function PhUserSwitchLight(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="m252.24 132.24l-24 24a6 6 0 0 1-8.48 0l-24-24a6 6 0 1 1 8.48-8.48L218 137.51V128A90 90 0 0 0 54.87 75.5a6 6 0 1 1-9.74-7A102 102 0 0 1 230 128v9.51l13.76-13.75a6 6 0 1 1 8.48 8.48m-41.39 55.26A102 102 0 0 1 26 128v-9.51l-13.76 13.75a6 6 0 0 1-8.48-8.48l24-24a6 6 0 0 1 8.48 0l24 24a6 6 0 1 1-8.48 8.48L38 118.49V128a89.65 89.65 0 0 0 24.49 61.64a77.53 77.53 0 0 1 40-31.38a46 46 0 1 1 51 0a77.5 77.5 0 0 1 40 31.41a89 89 0 0 0 7.58-9.17a6 6 0 1 1 9.74 7ZM128 154a34 34 0 1 0-34-34a34 34 0 0 0 34 34m0 64a90.24 90.24 0 0 0 56.57-20a66 66 0 0 0-113.13 0A89.58 89.58 0 0 0 128 218"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m252.24 132.24l-24 24a6 6 0 0 1-8.48 0l-24-24a6 6 0 1 1 8.48-8.48L218 137.51V128A90 90 0 0 0 54.87 75.5a6 6 0 1 1-9.74-7A102 102 0 0 1 230 128v9.51l13.76-13.75a6 6 0 1 1 8.48 8.48m-41.39 55.26A102 102 0 0 1 26 128v-9.51l-13.76 13.75a6 6 0 0 1-8.48-8.48l24-24a6 6 0 0 1 8.48 0l24 24a6 6 0 1 1-8.48 8.48L38 118.49V128a89.65 89.65 0 0 0 24.49 61.64a77.53 77.53 0 0 1 40-31.38a46 46 0 1 1 51 0a77.5 77.5 0 0 1 40 31.41a89 89 0 0 0 7.58-9.17a6 6 0 1 1 9.74 7ZM128 154a34 34 0 1 0-34-34a34 34 0 0 0 34 34m0 64a90.24 90.24 0 0 0 56.57-20a66 66 0 0 0-113.13 0A89.58 89.58 0 0 0 128 218"/></svg> </template>
CSS
.icon-user-switch-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%22m252.24%20132.24l-24%2024a6%206%200%200%201-8.48%200l-24-24a6%206%200%201%201%208.48-8.48L218%20137.51V128A90%2090%200%200%200%2054.87%2075.5a6%206%200%201%201-9.74-7A102%20102%200%200%201%20230%20128v9.51l13.76-13.75a6%206%200%201%201%208.48%208.48m-41.39%2055.26A102%20102%200%200%201%2026%20128v-9.51l-13.76%2013.75a6%206%200%200%201-8.48-8.48l24-24a6%206%200%200%201%208.48%200l24%2024a6%206%200%201%201-8.48%208.48L38%20118.49V128a89.65%2089.65%200%200%200%2024.49%2061.64a77.53%2077.53%200%200%201%2040-31.38a46%2046%200%201%201%2051%200a77.5%2077.5%200%200%201%2040%2031.41a89%2089%200%200%200%207.58-9.17a6%206%200%201%201%209.74%207ZM128%20154a34%2034%200%201%200-34-34a34%2034%200%200%200%2034%2034m0%2064a90.24%2090.24%200%200%200%2056.57-20a66%2066%200%200%200-113.13%200A89.58%2089.58%200%200%200%20128%20218%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%22m252.24%20132.24l-24%2024a6%206%200%200%201-8.48%200l-24-24a6%206%200%201%201%208.48-8.48L218%20137.51V128A90%2090%200%200%200%2054.87%2075.5a6%206%200%201%201-9.74-7A102%20102%200%200%201%20230%20128v9.51l13.76-13.75a6%206%200%201%201%208.48%208.48m-41.39%2055.26A102%20102%200%200%201%2026%20128v-9.51l-13.76%2013.75a6%206%200%200%201-8.48-8.48l24-24a6%206%200%200%201%208.48%200l24%2024a6%206%200%201%201-8.48%208.48L38%20118.49V128a89.65%2089.65%200%200%200%2024.49%2061.64a77.53%2077.53%200%200%201%2040-31.38a46%2046%200%201%201%2051%200a77.5%2077.5%200%200%201%2040%2031.41a89%2089%200%200%200%207.58-9.17a6%206%200%201%201%209.74%207ZM128%20154a34%2034%200%201%200-34-34a34%2034%200%200%200%2034%2034m0%2064a90.24%2090.24%200%200%200%2056.57-20a66%2066%200%200%200-113.13%200A89.58%2089.58%200%200%200%20128%20218%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/user-switch-light.svg?color=%231a73e8&size=48