user switch icon
user-switch from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- user-switch
- Set
- Phosphor
- Style
- Regular
- 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="m253.66 133.66l-24 24a8 8 0 0 1-11.32 0l-24-24a8 8 0 0 1 11.32-11.32L216 132.69V128A88 88 0 0 0 56.49 76.67a8 8 0 0 1-13-9.34A104 104 0 0 1 232 128v4.69l10.34-10.35a8 8 0 0 1 11.32 11.32m-41.18 55A104 104 0 0 1 24 128v-4.69l-10.34 10.35a8 8 0 0 1-11.32-11.32l24-24a8 8 0 0 1 11.32 0l24 24a8 8 0 0 1-11.32 11.32L40 123.31V128a87.62 87.62 0 0 0 22.24 58.41a79.66 79.66 0 0 1 36.06-28.75a48 48 0 1 1 59.4 0a79.6 79.6 0 0 1 36.08 28.78a90 90 0 0 0 5.71-7.11a8 8 0 0 1 13 9.34ZM128 152a32 32 0 1 0-32-32a32 32 0 0 0 32 32m0 64a88.2 88.2 0 0 0 53.92-18.49a64 64 0 0 0-107.84 0A87.57 87.57 0 0 0 128 216"/></svg>
React
import type { SVGProps } from "react";
export function PhUserSwitch(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="m253.66 133.66l-24 24a8 8 0 0 1-11.32 0l-24-24a8 8 0 0 1 11.32-11.32L216 132.69V128A88 88 0 0 0 56.49 76.67a8 8 0 0 1-13-9.34A104 104 0 0 1 232 128v4.69l10.34-10.35a8 8 0 0 1 11.32 11.32m-41.18 55A104 104 0 0 1 24 128v-4.69l-10.34 10.35a8 8 0 0 1-11.32-11.32l24-24a8 8 0 0 1 11.32 0l24 24a8 8 0 0 1-11.32 11.32L40 123.31V128a87.62 87.62 0 0 0 22.24 58.41a79.66 79.66 0 0 1 36.06-28.75a48 48 0 1 1 59.4 0a79.6 79.6 0 0 1 36.08 28.78a90 90 0 0 0 5.71-7.11a8 8 0 0 1 13 9.34ZM128 152a32 32 0 1 0-32-32a32 32 0 0 0 32 32m0 64a88.2 88.2 0 0 0 53.92-18.49a64 64 0 0 0-107.84 0A87.57 87.57 0 0 0 128 216"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m253.66 133.66l-24 24a8 8 0 0 1-11.32 0l-24-24a8 8 0 0 1 11.32-11.32L216 132.69V128A88 88 0 0 0 56.49 76.67a8 8 0 0 1-13-9.34A104 104 0 0 1 232 128v4.69l10.34-10.35a8 8 0 0 1 11.32 11.32m-41.18 55A104 104 0 0 1 24 128v-4.69l-10.34 10.35a8 8 0 0 1-11.32-11.32l24-24a8 8 0 0 1 11.32 0l24 24a8 8 0 0 1-11.32 11.32L40 123.31V128a87.62 87.62 0 0 0 22.24 58.41a79.66 79.66 0 0 1 36.06-28.75a48 48 0 1 1 59.4 0a79.6 79.6 0 0 1 36.08 28.78a90 90 0 0 0 5.71-7.11a8 8 0 0 1 13 9.34ZM128 152a32 32 0 1 0-32-32a32 32 0 0 0 32 32m0 64a88.2 88.2 0 0 0 53.92-18.49a64 64 0 0 0-107.84 0A87.57 87.57 0 0 0 128 216"/></svg> </template>
CSS
.icon-user-switch {
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%22m253.66%20133.66l-24%2024a8%208%200%200%201-11.32%200l-24-24a8%208%200%200%201%2011.32-11.32L216%20132.69V128A88%2088%200%200%200%2056.49%2076.67a8%208%200%200%201-13-9.34A104%20104%200%200%201%20232%20128v4.69l10.34-10.35a8%208%200%200%201%2011.32%2011.32m-41.18%2055A104%20104%200%200%201%2024%20128v-4.69l-10.34%2010.35a8%208%200%200%201-11.32-11.32l24-24a8%208%200%200%201%2011.32%200l24%2024a8%208%200%200%201-11.32%2011.32L40%20123.31V128a87.62%2087.62%200%200%200%2022.24%2058.41a79.66%2079.66%200%200%201%2036.06-28.75a48%2048%200%201%201%2059.4%200a79.6%2079.6%200%200%201%2036.08%2028.78a90%2090%200%200%200%205.71-7.11a8%208%200%200%201%2013%209.34ZM128%20152a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032m0%2064a88.2%2088.2%200%200%200%2053.92-18.49a64%2064%200%200%200-107.84%200A87.57%2087.57%200%200%200%20128%20216%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%22m253.66%20133.66l-24%2024a8%208%200%200%201-11.32%200l-24-24a8%208%200%200%201%2011.32-11.32L216%20132.69V128A88%2088%200%200%200%2056.49%2076.67a8%208%200%200%201-13-9.34A104%20104%200%200%201%20232%20128v4.69l10.34-10.35a8%208%200%200%201%2011.32%2011.32m-41.18%2055A104%20104%200%200%201%2024%20128v-4.69l-10.34%2010.35a8%208%200%200%201-11.32-11.32l24-24a8%208%200%200%201%2011.32%200l24%2024a8%208%200%200%201-11.32%2011.32L40%20123.31V128a87.62%2087.62%200%200%200%2022.24%2058.41a79.66%2079.66%200%200%201%2036.06-28.75a48%2048%200%201%201%2059.4%200a79.6%2079.6%200%200%201%2036.08%2028.78a90%2090%200%200%200%205.71-7.11a8%208%200%200%201%2013%209.34ZM128%20152a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032m0%2064a88.2%2088.2%200%200%200%2053.92-18.49a64%2064%200%200%200-107.84%200A87.57%2087.57%200%200%200%20128%20216%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/user-switch.svg?color=%231a73e8&size=48