user switch icon
user-switch-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- user-switch-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- user-switch
The same icon in other sets
Related icons in Ant Design Icons
Use the user switch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M759 335c0-137-111-248-248-248S263 198 263 335c0 82.8 40.6 156.2 103 201.2c-.4.2-.7.3-.9.4c-44.7 18.9-84.8 46-119.3 80.6c-34.5 34.5-61.5 74.7-80.4 119.5C146.9 780.5 137 827 136 874.8c-.1 4.5 3.5 8.2 8 8.2h59.9c4.3 0 7.9-3.5 8-7.8c2-77.2 32.9-149.5 87.6-204.3C356 614.2 431 583 511 583c137 0 248-111 248-248M511 507c-95 0-172-77-172-172s77-172 172-172s172 77 172 172s-77 172-172 172m105 221h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H703.5l47.2-60.1c1.1-1.4 1.7-3.2 1.7-4.9c0-4.4-3.6-8-8-8h-72.6c-4.9 0-9.5 2.3-12.6 6.1l-68.5 87.1c-4.4 5.6-6.8 12.6-6.8 19.8c.1 17.7 14.4 32 32.1 32m240 64H592c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h176.5l-47.2 60.1c-1.1 1.4-1.7 3.2-1.7 4.9c0 4.4 3.6 8 8 8h72.6c4.9 0 9.5-2.3 12.6-6.1l68.5-87.1c4.4-5.6 6.8-12.6 6.8-19.8c-.1-17.7-14.4-32-32.1-32"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignUserSwitchOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M759 335c0-137-111-248-248-248S263 198 263 335c0 82.8 40.6 156.2 103 201.2c-.4.2-.7.3-.9.4c-44.7 18.9-84.8 46-119.3 80.6c-34.5 34.5-61.5 74.7-80.4 119.5C146.9 780.5 137 827 136 874.8c-.1 4.5 3.5 8.2 8 8.2h59.9c4.3 0 7.9-3.5 8-7.8c2-77.2 32.9-149.5 87.6-204.3C356 614.2 431 583 511 583c137 0 248-111 248-248M511 507c-95 0-172-77-172-172s77-172 172-172s172 77 172 172s-77 172-172 172m105 221h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H703.5l47.2-60.1c1.1-1.4 1.7-3.2 1.7-4.9c0-4.4-3.6-8-8-8h-72.6c-4.9 0-9.5 2.3-12.6 6.1l-68.5 87.1c-4.4 5.6-6.8 12.6-6.8 19.8c.1 17.7 14.4 32 32.1 32m240 64H592c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h176.5l-47.2 60.1c-1.1 1.4-1.7 3.2-1.7 4.9c0 4.4 3.6 8 8 8h72.6c4.9 0 9.5-2.3 12.6-6.1l68.5-87.1c4.4-5.6 6.8-12.6 6.8-19.8c-.1-17.7-14.4-32-32.1-32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M759 335c0-137-111-248-248-248S263 198 263 335c0 82.8 40.6 156.2 103 201.2c-.4.2-.7.3-.9.4c-44.7 18.9-84.8 46-119.3 80.6c-34.5 34.5-61.5 74.7-80.4 119.5C146.9 780.5 137 827 136 874.8c-.1 4.5 3.5 8.2 8 8.2h59.9c4.3 0 7.9-3.5 8-7.8c2-77.2 32.9-149.5 87.6-204.3C356 614.2 431 583 511 583c137 0 248-111 248-248M511 507c-95 0-172-77-172-172s77-172 172-172s172 77 172 172s-77 172-172 172m105 221h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H703.5l47.2-60.1c1.1-1.4 1.7-3.2 1.7-4.9c0-4.4-3.6-8-8-8h-72.6c-4.9 0-9.5 2.3-12.6 6.1l-68.5 87.1c-4.4 5.6-6.8 12.6-6.8 19.8c.1 17.7 14.4 32 32.1 32m240 64H592c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h176.5l-47.2 60.1c-1.1 1.4-1.7 3.2-1.7 4.9c0 4.4 3.6 8 8 8h72.6c4.9 0 9.5-2.3 12.6-6.1l68.5-87.1c4.4-5.6 6.8-12.6 6.8-19.8c-.1-17.7-14.4-32-32.1-32"/></svg> </template>
CSS
.icon-user-switch-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M759%20335c0-137-111-248-248-248S263%20198%20263%20335c0%2082.8%2040.6%20156.2%20103%20201.2c-.4.2-.7.3-.9.4c-44.7%2018.9-84.8%2046-119.3%2080.6c-34.5%2034.5-61.5%2074.7-80.4%20119.5C146.9%20780.5%20137%20827%20136%20874.8c-.1%204.5%203.5%208.2%208%208.2h59.9c4.3%200%207.9-3.5%208-7.8c2-77.2%2032.9-149.5%2087.6-204.3C356%20614.2%20431%20583%20511%20583c137%200%20248-111%20248-248M511%20507c-95%200-172-77-172-172s77-172%20172-172s172%2077%20172%20172s-77%20172-172%20172m105%20221h264c4.4%200%208-3.6%208-8v-56c0-4.4-3.6-8-8-8H703.5l47.2-60.1c1.1-1.4%201.7-3.2%201.7-4.9c0-4.4-3.6-8-8-8h-72.6c-4.9%200-9.5%202.3-12.6%206.1l-68.5%2087.1c-4.4%205.6-6.8%2012.6-6.8%2019.8c.1%2017.7%2014.4%2032%2032.1%2032m240%2064H592c-4.4%200-8%203.6-8%208v56c0%204.4%203.6%208%208%208h176.5l-47.2%2060.1c-1.1%201.4-1.7%203.2-1.7%204.9c0%204.4%203.6%208%208%208h72.6c4.9%200%209.5-2.3%2012.6-6.1l68.5-87.1c4.4-5.6%206.8-12.6%206.8-19.8c-.1-17.7-14.4-32-32.1-32%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M759%20335c0-137-111-248-248-248S263%20198%20263%20335c0%2082.8%2040.6%20156.2%20103%20201.2c-.4.2-.7.3-.9.4c-44.7%2018.9-84.8%2046-119.3%2080.6c-34.5%2034.5-61.5%2074.7-80.4%20119.5C146.9%20780.5%20137%20827%20136%20874.8c-.1%204.5%203.5%208.2%208%208.2h59.9c4.3%200%207.9-3.5%208-7.8c2-77.2%2032.9-149.5%2087.6-204.3C356%20614.2%20431%20583%20511%20583c137%200%20248-111%20248-248M511%20507c-95%200-172-77-172-172s77-172%20172-172s172%2077%20172%20172s-77%20172-172%20172m105%20221h264c4.4%200%208-3.6%208-8v-56c0-4.4-3.6-8-8-8H703.5l47.2-60.1c1.1-1.4%201.7-3.2%201.7-4.9c0-4.4-3.6-8-8-8h-72.6c-4.9%200-9.5%202.3-12.6%206.1l-68.5%2087.1c-4.4%205.6-6.8%2012.6-6.8%2019.8c.1%2017.7%2014.4%2032%2032.1%2032m240%2064H592c-4.4%200-8%203.6-8%208v56c0%204.4%203.6%208%208%208h176.5l-47.2%2060.1c-1.1%201.4-1.7%203.2-1.7%204.9c0%204.4%203.6%208%208%208h72.6c4.9%200%209.5-2.3%2012.6-6.1l68.5-87.1c4.4-5.6%206.8-12.6%206.8-19.8c-.1-17.7-14.4-32-32.1-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/user-switch-outlined.svg?color=%231a73e8&size=48