user arrows icon
user-arrows from Unicons Solid by Iconscout · Solid · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- user-arrows
- Set
- Unicons Solid
- Style
- Solid
- Category
- Medical
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More medical icons from Unicons Solid
Use the user arrows icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.6 6.9c0 .1.1.2.2.3l2 2c.2.2.4.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4l-.3-.3h4.2l-.3.3c-.2.2-.3.4-.3.7c0 .6.4 1 1 1c.3 0 .5-.1.7-.3l2-2c.1-.1.2-.2.2-.3s.1-.2.1-.4c0-.1 0-.3-.1-.4s-.1-.2-.2-.3l-2-2c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l.3.3H9.9l.3-.3c.4-.4.4-1 0-1.4s-1-.4-1.4 0l-2 2c-.1.1-.2.2-.2.3s-.1.2-.1.4c0 .1 0 .3.1.4M6 14.7c1.4 0 2.6-1.2 2.6-2.6S7.4 9.5 6 9.5s-2.6 1.2-2.6 2.6s1.2 2.6 2.6 2.6m3.8 2.7c-2.6-2.1-6.4-1.7-8.5.9q-.3.45-.3.9c0 .7.6 1.3 1.3 1.3h7.4c.5 0 1-.3 1.2-.7s.2-1-.2-1.4c-.3-.4-.6-.7-.9-1m5.6-5.3c0 1.4 1.2 2.6 2.6 2.6s2.6-1.2 2.6-2.6s-1.2-2.6-2.6-2.6s-2.6 1.2-2.6 2.6m7.3 6.3c-.3-.3-.6-.7-.9-.9c-2.6-2.1-6.4-1.7-8.5.9c-.2.2-.3.5-.3.8c0 .7.6 1.3 1.3 1.3h7.4c.5 0 1-.3 1.2-.7c.2-.5.1-1-.2-1.4"/></svg>
React
import type { SVGProps } from "react";
export function UisUserArrows(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.6 6.9c0 .1.1.2.2.3l2 2c.2.2.4.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4l-.3-.3h4.2l-.3.3c-.2.2-.3.4-.3.7c0 .6.4 1 1 1c.3 0 .5-.1.7-.3l2-2c.1-.1.2-.2.2-.3s.1-.2.1-.4c0-.1 0-.3-.1-.4s-.1-.2-.2-.3l-2-2c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l.3.3H9.9l.3-.3c.4-.4.4-1 0-1.4s-1-.4-1.4 0l-2 2c-.1.1-.2.2-.2.3s-.1.2-.1.4c0 .1 0 .3.1.4M6 14.7c1.4 0 2.6-1.2 2.6-2.6S7.4 9.5 6 9.5s-2.6 1.2-2.6 2.6s1.2 2.6 2.6 2.6m3.8 2.7c-2.6-2.1-6.4-1.7-8.5.9q-.3.45-.3.9c0 .7.6 1.3 1.3 1.3h7.4c.5 0 1-.3 1.2-.7s.2-1-.2-1.4c-.3-.4-.6-.7-.9-1m5.6-5.3c0 1.4 1.2 2.6 2.6 2.6s2.6-1.2 2.6-2.6s-1.2-2.6-2.6-2.6s-2.6 1.2-2.6 2.6m7.3 6.3c-.3-.3-.6-.7-.9-.9c-2.6-2.1-6.4-1.7-8.5.9c-.2.2-.3.5-.3.8c0 .7.6 1.3 1.3 1.3h7.4c.5 0 1-.3 1.2-.7c.2-.5.1-1-.2-1.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.6 6.9c0 .1.1.2.2.3l2 2c.2.2.4.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4l-.3-.3h4.2l-.3.3c-.2.2-.3.4-.3.7c0 .6.4 1 1 1c.3 0 .5-.1.7-.3l2-2c.1-.1.2-.2.2-.3s.1-.2.1-.4c0-.1 0-.3-.1-.4s-.1-.2-.2-.3l-2-2c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l.3.3H9.9l.3-.3c.4-.4.4-1 0-1.4s-1-.4-1.4 0l-2 2c-.1.1-.2.2-.2.3s-.1.2-.1.4c0 .1 0 .3.1.4M6 14.7c1.4 0 2.6-1.2 2.6-2.6S7.4 9.5 6 9.5s-2.6 1.2-2.6 2.6s1.2 2.6 2.6 2.6m3.8 2.7c-2.6-2.1-6.4-1.7-8.5.9q-.3.45-.3.9c0 .7.6 1.3 1.3 1.3h7.4c.5 0 1-.3 1.2-.7s.2-1-.2-1.4c-.3-.4-.6-.7-.9-1m5.6-5.3c0 1.4 1.2 2.6 2.6 2.6s2.6-1.2 2.6-2.6s-1.2-2.6-2.6-2.6s-2.6 1.2-2.6 2.6m7.3 6.3c-.3-.3-.6-.7-.9-.9c-2.6-2.1-6.4-1.7-8.5.9c-.2.2-.3.5-.3.8c0 .7.6 1.3 1.3 1.3h7.4c.5 0 1-.3 1.2-.7c.2-.5.1-1-.2-1.4"/></svg> </template>
CSS
.icon-user-arrows {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.6%206.9c0%20.1.1.2.2.3l2%202c.2.2.4.3.7.3s.5-.1.7-.3c.4-.4.4-1%200-1.4l-.3-.3h4.2l-.3.3c-.2.2-.3.4-.3.7c0%20.6.4%201%201%201c.3%200%20.5-.1.7-.3l2-2c.1-.1.2-.2.2-.3s.1-.2.1-.4c0-.1%200-.3-.1-.4s-.1-.2-.2-.3l-2-2c-.4-.4-1-.4-1.4%200s-.4%201%200%201.4l.3.3H9.9l.3-.3c.4-.4.4-1%200-1.4s-1-.4-1.4%200l-2%202c-.1.1-.2.2-.2.3s-.1.2-.1.4c0%20.1%200%20.3.1.4M6%2014.7c1.4%200%202.6-1.2%202.6-2.6S7.4%209.5%206%209.5s-2.6%201.2-2.6%202.6s1.2%202.6%202.6%202.6m3.8%202.7c-2.6-2.1-6.4-1.7-8.5.9q-.3.45-.3.9c0%20.7.6%201.3%201.3%201.3h7.4c.5%200%201-.3%201.2-.7s.2-1-.2-1.4c-.3-.4-.6-.7-.9-1m5.6-5.3c0%201.4%201.2%202.6%202.6%202.6s2.6-1.2%202.6-2.6s-1.2-2.6-2.6-2.6s-2.6%201.2-2.6%202.6m7.3%206.3c-.3-.3-.6-.7-.9-.9c-2.6-2.1-6.4-1.7-8.5.9c-.2.2-.3.5-.3.8c0%20.7.6%201.3%201.3%201.3h7.4c.5%200%201-.3%201.2-.7c.2-.5.1-1-.2-1.4%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.6%206.9c0%20.1.1.2.2.3l2%202c.2.2.4.3.7.3s.5-.1.7-.3c.4-.4.4-1%200-1.4l-.3-.3h4.2l-.3.3c-.2.2-.3.4-.3.7c0%20.6.4%201%201%201c.3%200%20.5-.1.7-.3l2-2c.1-.1.2-.2.2-.3s.1-.2.1-.4c0-.1%200-.3-.1-.4s-.1-.2-.2-.3l-2-2c-.4-.4-1-.4-1.4%200s-.4%201%200%201.4l.3.3H9.9l.3-.3c.4-.4.4-1%200-1.4s-1-.4-1.4%200l-2%202c-.1.1-.2.2-.2.3s-.1.2-.1.4c0%20.1%200%20.3.1.4M6%2014.7c1.4%200%202.6-1.2%202.6-2.6S7.4%209.5%206%209.5s-2.6%201.2-2.6%202.6s1.2%202.6%202.6%202.6m3.8%202.7c-2.6-2.1-6.4-1.7-8.5.9q-.3.45-.3.9c0%20.7.6%201.3%201.3%201.3h7.4c.5%200%201-.3%201.2-.7s.2-1-.2-1.4c-.3-.4-.6-.7-.9-1m5.6-5.3c0%201.4%201.2%202.6%202.6%202.6s2.6-1.2%202.6-2.6s-1.2-2.6-2.6-2.6s-2.6%201.2-2.6%202.6m7.3%206.3c-.3-.3-.6-.7-.9-.9c-2.6-2.1-6.4-1.7-8.5.9c-.2.2-.3.5-.3.8c0%20.7.6%201.3%201.3%201.3h7.4c.5%200%201-.3%201.2-.7c.2-.5.1-1-.2-1.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uis/user-arrows.svg?color=%231a73e8&size=48