person rolodex icon

person-rolodex from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
person-rolodex
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

Related icons in Bootstrap Icons

Use the person rolodex icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 9.05a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/><path d="M1 1a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h.5a.5.5 0 0 0 .5-.5a.5.5 0 0 1 1 0a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5a.5.5 0 0 1 1 0a.5.5 0 0 0 .5.5h.5a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H6.707L6 1.293A1 1 0 0 0 5.293 1zm0 1h4.293L6 2.707A1 1 0 0 0 6.707 3H15v10h-.085a1.5 1.5 0 0 0-2.4-.63C11.885 11.223 10.554 10 8 10c-2.555 0-3.886 1.224-4.514 2.37a1.5 1.5 0 0 0-2.4.63H1z"/></g></svg>

React

import type { SVGProps } from "react";

export function BiPersonRolodex(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 9.05a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/><path d="M1 1a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h.5a.5.5 0 0 0 .5-.5a.5.5 0 0 1 1 0a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5a.5.5 0 0 1 1 0a.5.5 0 0 0 .5.5h.5a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H6.707L6 1.293A1 1 0 0 0 5.293 1zm0 1h4.293L6 2.707A1 1 0 0 0 6.707 3H15v10h-.085a1.5 1.5 0 0 0-2.4-.63C11.885 11.223 10.554 10 8 10c-2.555 0-3.886 1.224-4.514 2.37a1.5 1.5 0 0 0-2.4.63H1z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 9.05a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/><path d="M1 1a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h.5a.5.5 0 0 0 .5-.5a.5.5 0 0 1 1 0a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5a.5.5 0 0 1 1 0a.5.5 0 0 0 .5.5h.5a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H6.707L6 1.293A1 1 0 0 0 5.293 1zm0 1h4.293L6 2.707A1 1 0 0 0 6.707 3H15v10h-.085a1.5 1.5 0 0 0-2.4-.63C11.885 11.223 10.554 10 8 10c-2.555 0-3.886 1.224-4.514 2.37a1.5 1.5 0 0 0-2.4.63H1z"/></g></svg>
</template>

CSS

.icon-person-rolodex {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%209.05a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%2F%3E%3Cpath%20d%3D%22M1%201a1%201%200%200%200-1%201v11a1%201%200%200%200%201%201h.5a.5.5%200%200%200%20.5-.5a.5.5%200%200%201%201%200a.5.5%200%200%200%20.5.5h9a.5.5%200%200%200%20.5-.5a.5.5%200%200%201%201%200a.5.5%200%200%200%20.5.5h.5a1%201%200%200%200%201-1V3a1%201%200%200%200-1-1H6.707L6%201.293A1%201%200%200%200%205.293%201zm0%201h4.293L6%202.707A1%201%200%200%200%206.707%203H15v10h-.085a1.5%201.5%200%200%200-2.4-.63C11.885%2011.223%2010.554%2010%208%2010c-2.555%200-3.886%201.224-4.514%202.37a1.5%201.5%200%200%200-2.4.63H1z%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%209.05a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%2F%3E%3Cpath%20d%3D%22M1%201a1%201%200%200%200-1%201v11a1%201%200%200%200%201%201h.5a.5.5%200%200%200%20.5-.5a.5.5%200%200%201%201%200a.5.5%200%200%200%20.5.5h9a.5.5%200%200%200%20.5-.5a.5.5%200%200%201%201%200a.5.5%200%200%200%20.5.5h.5a1%201%200%200%200%201-1V3a1%201%200%200%200-1-1H6.707L6%201.293A1%201%200%200%200%205.293%201zm0%201h4.293L6%202.707A1%201%200%200%200%206.707%203H15v10h-.085a1.5%201.5%200%200%200-2.4-.63C11.885%2011.223%2010.554%2010%208%2010c-2.555%200-3.886%201.224-4.514%202.37a1.5%201.5%200%200%200-2.4.63H1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/person-rolodex.svg?color=%231a73e8&size=48