slide text person icon

slide-text-person-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
slide-text-person-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the slide text person icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 8.5A4.5 4.5 0 0 1 6.5 4h19A4.5 4.5 0 0 1 30 8.5V18h-.025a5 5 0 0 0-8.611-2.932A1 1 0 0 0 21 15H9a1 1 0 1 0 0 2h11.229A5 5 0 0 0 20 18.5a4.98 4.98 0 0 0 1.43 3.5h-.013c-2.18 0-3.917 1.79-3.917 3.938c0 .704.146 1.406.446 2.062H6.5A4.5 4.5 0 0 1 2 23.5zM8 11a1 1 0 0 0 1 1h7a1 1 0 1 0 0-2H9a1 1 0 0 0-1 1m0 10a1 1 0 0 0 1 1h9a1 1 0 1 0 0-2H9a1 1 0 0 0-1 1m20.5-2.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m2.5 7.438C31 27.96 29.286 30 25 30s-6-2.031-6-4.062c0-1.336 1.082-2.438 2.417-2.438h7.166c1.335 0 2.417 1.102 2.417 2.438"/></svg>

React

import type { SVGProps } from "react";

export function FluentSlideTextPerson32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 8.5A4.5 4.5 0 0 1 6.5 4h19A4.5 4.5 0 0 1 30 8.5V18h-.025a5 5 0 0 0-8.611-2.932A1 1 0 0 0 21 15H9a1 1 0 1 0 0 2h11.229A5 5 0 0 0 20 18.5a4.98 4.98 0 0 0 1.43 3.5h-.013c-2.18 0-3.917 1.79-3.917 3.938c0 .704.146 1.406.446 2.062H6.5A4.5 4.5 0 0 1 2 23.5zM8 11a1 1 0 0 0 1 1h7a1 1 0 1 0 0-2H9a1 1 0 0 0-1 1m0 10a1 1 0 0 0 1 1h9a1 1 0 1 0 0-2H9a1 1 0 0 0-1 1m20.5-2.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m2.5 7.438C31 27.96 29.286 30 25 30s-6-2.031-6-4.062c0-1.336 1.082-2.438 2.417-2.438h7.166c1.335 0 2.417 1.102 2.417 2.438"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 8.5A4.5 4.5 0 0 1 6.5 4h19A4.5 4.5 0 0 1 30 8.5V18h-.025a5 5 0 0 0-8.611-2.932A1 1 0 0 0 21 15H9a1 1 0 1 0 0 2h11.229A5 5 0 0 0 20 18.5a4.98 4.98 0 0 0 1.43 3.5h-.013c-2.18 0-3.917 1.79-3.917 3.938c0 .704.146 1.406.446 2.062H6.5A4.5 4.5 0 0 1 2 23.5zM8 11a1 1 0 0 0 1 1h7a1 1 0 1 0 0-2H9a1 1 0 0 0-1 1m0 10a1 1 0 0 0 1 1h9a1 1 0 1 0 0-2H9a1 1 0 0 0-1 1m20.5-2.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m2.5 7.438C31 27.96 29.286 30 25 30s-6-2.031-6-4.062c0-1.336 1.082-2.438 2.417-2.438h7.166c1.335 0 2.417 1.102 2.417 2.438"/></svg>
</template>

CSS

.icon-slide-text-person-32-filled {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%208.5A4.5%204.5%200%200%201%206.5%204h19A4.5%204.5%200%200%201%2030%208.5V18h-.025a5%205%200%200%200-8.611-2.932A1%201%200%200%200%2021%2015H9a1%201%200%201%200%200%202h11.229A5%205%200%200%200%2020%2018.5a4.98%204.98%200%200%200%201.43%203.5h-.013c-2.18%200-3.917%201.79-3.917%203.938c0%20.704.146%201.406.446%202.062H6.5A4.5%204.5%200%200%201%202%2023.5zM8%2011a1%201%200%200%200%201%201h7a1%201%200%201%200%200-2H9a1%201%200%200%200-1%201m0%2010a1%201%200%200%200%201%201h9a1%201%200%201%200%200-2H9a1%201%200%200%200-1%201m20.5-2.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m2.5%207.438C31%2027.96%2029.286%2030%2025%2030s-6-2.031-6-4.062c0-1.336%201.082-2.438%202.417-2.438h7.166c1.335%200%202.417%201.102%202.417%202.438%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%208.5A4.5%204.5%200%200%201%206.5%204h19A4.5%204.5%200%200%201%2030%208.5V18h-.025a5%205%200%200%200-8.611-2.932A1%201%200%200%200%2021%2015H9a1%201%200%201%200%200%202h11.229A5%205%200%200%200%2020%2018.5a4.98%204.98%200%200%200%201.43%203.5h-.013c-2.18%200-3.917%201.79-3.917%203.938c0%20.704.146%201.406.446%202.062H6.5A4.5%204.5%200%200%201%202%2023.5zM8%2011a1%201%200%200%200%201%201h7a1%201%200%201%200%200-2H9a1%201%200%200%200-1%201m0%2010a1%201%200%200%200%201%201h9a1%201%200%201%200%200-2H9a1%201%200%200%200-1%201m20.5-2.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m2.5%207.438C31%2027.96%2029.286%2030%2025%2030s-6-2.031-6-4.062c0-1.336%201.082-2.438%202.417-2.438h7.166c1.335%200%202.417%201.102%202.417%202.438%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/slide-text-person-32-filled.svg?color=%231a73e8&size=48