user switch icon
user-switch-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- user-switch-bold
- Set
- Phosphor
- Style
- Bold
- 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="M213 174.26a12 12 0 0 0-16.76 2.74q-1.47 2.06-3.05 4a76 76 0 0 0-30-28.37a48 48 0 1 0-70.28.08a76.8 76.8 0 0 0-30.06 28.25a83.6 83.6 0 0 1-18.3-43.55a12 12 0 0 0 16-17.88l-20-20a12 12 0 0 0-17 0l-20 20a12 12 0 0 0 16.83 17.1a107.88 107.88 0 0 0 37.72 73.61a12.3 12.3 0 0 0 1.88 1.57a107.82 107.82 0 0 0 136.47-.26a13 13 0 0 0 1.28-1.06a107.7 107.7 0 0 0 18-19.46a12 12 0 0 0-2.73-16.77M128 96a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 116a83.5 83.5 0 0 1-46.94-14.37a52 52 0 0 1 93.88 0A84.07 84.07 0 0 1 128 212m124.49-75.51l-20 20a12 12 0 0 1-17 0l-20-20a12 12 0 0 1 16-17.88A84 84 0 0 0 59.74 79a12 12 0 1 1-19.48-14a108 108 0 0 1 195.4 54.4a12 12 0 0 1 16.83 17.1Z"/></svg>
React
import type { SVGProps } from "react";
export function PhUserSwitchBold(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="M213 174.26a12 12 0 0 0-16.76 2.74q-1.47 2.06-3.05 4a76 76 0 0 0-30-28.37a48 48 0 1 0-70.28.08a76.8 76.8 0 0 0-30.06 28.25a83.6 83.6 0 0 1-18.3-43.55a12 12 0 0 0 16-17.88l-20-20a12 12 0 0 0-17 0l-20 20a12 12 0 0 0 16.83 17.1a107.88 107.88 0 0 0 37.72 73.61a12.3 12.3 0 0 0 1.88 1.57a107.82 107.82 0 0 0 136.47-.26a13 13 0 0 0 1.28-1.06a107.7 107.7 0 0 0 18-19.46a12 12 0 0 0-2.73-16.77M128 96a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 116a83.5 83.5 0 0 1-46.94-14.37a52 52 0 0 1 93.88 0A84.07 84.07 0 0 1 128 212m124.49-75.51l-20 20a12 12 0 0 1-17 0l-20-20a12 12 0 0 1 16-17.88A84 84 0 0 0 59.74 79a12 12 0 1 1-19.48-14a108 108 0 0 1 195.4 54.4a12 12 0 0 1 16.83 17.1Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M213 174.26a12 12 0 0 0-16.76 2.74q-1.47 2.06-3.05 4a76 76 0 0 0-30-28.37a48 48 0 1 0-70.28.08a76.8 76.8 0 0 0-30.06 28.25a83.6 83.6 0 0 1-18.3-43.55a12 12 0 0 0 16-17.88l-20-20a12 12 0 0 0-17 0l-20 20a12 12 0 0 0 16.83 17.1a107.88 107.88 0 0 0 37.72 73.61a12.3 12.3 0 0 0 1.88 1.57a107.82 107.82 0 0 0 136.47-.26a13 13 0 0 0 1.28-1.06a107.7 107.7 0 0 0 18-19.46a12 12 0 0 0-2.73-16.77M128 96a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 116a83.5 83.5 0 0 1-46.94-14.37a52 52 0 0 1 93.88 0A84.07 84.07 0 0 1 128 212m124.49-75.51l-20 20a12 12 0 0 1-17 0l-20-20a12 12 0 0 1 16-17.88A84 84 0 0 0 59.74 79a12 12 0 1 1-19.48-14a108 108 0 0 1 195.4 54.4a12 12 0 0 1 16.83 17.1Z"/></svg> </template>
CSS
.icon-user-switch-bold {
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%22M213%20174.26a12%2012%200%200%200-16.76%202.74q-1.47%202.06-3.05%204a76%2076%200%200%200-30-28.37a48%2048%200%201%200-70.28.08a76.8%2076.8%200%200%200-30.06%2028.25a83.6%2083.6%200%200%201-18.3-43.55a12%2012%200%200%200%2016-17.88l-20-20a12%2012%200%200%200-17%200l-20%2020a12%2012%200%200%200%2016.83%2017.1a107.88%20107.88%200%200%200%2037.72%2073.61a12.3%2012.3%200%200%200%201.88%201.57a107.82%20107.82%200%200%200%20136.47-.26a13%2013%200%200%200%201.28-1.06a107.7%20107.7%200%200%200%2018-19.46a12%2012%200%200%200-2.73-16.77M128%2096a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m0%20116a83.5%2083.5%200%200%201-46.94-14.37a52%2052%200%200%201%2093.88%200A84.07%2084.07%200%200%201%20128%20212m124.49-75.51l-20%2020a12%2012%200%200%201-17%200l-20-20a12%2012%200%200%201%2016-17.88A84%2084%200%200%200%2059.74%2079a12%2012%200%201%201-19.48-14a108%20108%200%200%201%20195.4%2054.4a12%2012%200%200%201%2016.83%2017.1Z%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%22M213%20174.26a12%2012%200%200%200-16.76%202.74q-1.47%202.06-3.05%204a76%2076%200%200%200-30-28.37a48%2048%200%201%200-70.28.08a76.8%2076.8%200%200%200-30.06%2028.25a83.6%2083.6%200%200%201-18.3-43.55a12%2012%200%200%200%2016-17.88l-20-20a12%2012%200%200%200-17%200l-20%2020a12%2012%200%200%200%2016.83%2017.1a107.88%20107.88%200%200%200%2037.72%2073.61a12.3%2012.3%200%200%200%201.88%201.57a107.82%20107.82%200%200%200%20136.47-.26a13%2013%200%200%200%201.28-1.06a107.7%20107.7%200%200%200%2018-19.46a12%2012%200%200%200-2.73-16.77M128%2096a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m0%20116a83.5%2083.5%200%200%201-46.94-14.37a52%2052%200%200%201%2093.88%200A84.07%2084.07%200%200%201%20128%20212m124.49-75.51l-20%2020a12%2012%200%200%201-17%200l-20-20a12%2012%200%200%201%2016-17.88A84%2084%200%200%200%2059.74%2079a12%2012%200%201%201-19.48-14a108%20108%200%200%201%20195.4%2054.4a12%2012%200%200%201%2016.83%2017.1Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/user-switch-bold.svg?color=%231a73e8&size=48