slide text person icon
slide-text-person-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- slide-text-person-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
slide-text-person-16-filledslide-text-person-16-regularslide-text-person-20-filledslide-text-person-20-regularslide-text-person-24-filledslide-text-person-24-regularslide-text-person-28-filledslide-text-person-28-regularslide-text-person-32-filledslide-text-person-48-filledslide-text-person-48-regular
Related icons in Fluent UI System Icons
slide-add-16-filledslide-arrow-forward-20-filledslide-arrow-right-20-filledslide-content-20-filledslide-design-24-filledslide-eraser-16-filledslide-grid-20-filledslide-hide-20-filledslide-layout-20-filledslide-link-20-filledslide-microphone-20-filledslide-multiple-16-filledslide-multiple-arrow-right-20-filledslide-multiple-search-20-filledslide-play-20-filledslide-record-16-filledslide-search-16-filledslide-settings-20-filledslide-size-20-filledslide-text-16-filledslide-text-call-16-filledslide-text-cursor-20-filledslide-text-edit-16-filledslide-text-multiple-16-filled
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 28 14.5v-6A2.5 2.5 0 0 0 25.5 6h-19A2.5 2.5 0 0 0 4 8.5v15A2.5 2.5 0 0 0 6.5 26h11a5 5 0 0 0 .446 2H6.5A4.5 4.5 0 0 1 2 23.5zM21 15q.193.001.364.068A5 5 0 0 0 20.229 17H9a1 1 0 1 1 0-2zM8 11a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1m1 9a1 1 0 1 0 0 2h9a1 1 0 1 0 0-2zm19.5-1.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 FluentSlideTextPerson32Regular(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 28 14.5v-6A2.5 2.5 0 0 0 25.5 6h-19A2.5 2.5 0 0 0 4 8.5v15A2.5 2.5 0 0 0 6.5 26h11a5 5 0 0 0 .446 2H6.5A4.5 4.5 0 0 1 2 23.5zM21 15q.193.001.364.068A5 5 0 0 0 20.229 17H9a1 1 0 1 1 0-2zM8 11a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1m1 9a1 1 0 1 0 0 2h9a1 1 0 1 0 0-2zm19.5-1.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 28 14.5v-6A2.5 2.5 0 0 0 25.5 6h-19A2.5 2.5 0 0 0 4 8.5v15A2.5 2.5 0 0 0 6.5 26h11a5 5 0 0 0 .446 2H6.5A4.5 4.5 0 0 1 2 23.5zM21 15q.193.001.364.068A5 5 0 0 0 20.229 17H9a1 1 0 1 1 0-2zM8 11a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1m1 9a1 1 0 1 0 0 2h9a1 1 0 1 0 0-2zm19.5-1.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-regular {
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%2028%2014.5v-6A2.5%202.5%200%200%200%2025.5%206h-19A2.5%202.5%200%200%200%204%208.5v15A2.5%202.5%200%200%200%206.5%2026h11a5%205%200%200%200%20.446%202H6.5A4.5%204.5%200%200%201%202%2023.5zM21%2015q.193.001.364.068A5%205%200%200%200%2020.229%2017H9a1%201%200%201%201%200-2zM8%2011a1%201%200%200%201%201-1h7a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1m1%209a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2zm19.5-1.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%2028%2014.5v-6A2.5%202.5%200%200%200%2025.5%206h-19A2.5%202.5%200%200%200%204%208.5v15A2.5%202.5%200%200%200%206.5%2026h11a5%205%200%200%200%20.446%202H6.5A4.5%204.5%200%200%201%202%2023.5zM21%2015q.193.001.364.068A5%205%200%200%200%2020.229%2017H9a1%201%200%201%201%200-2zM8%2011a1%201%200%200%201%201-1h7a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1m1%209a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2zm19.5-1.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-regular.svg?color=%231a73e8&size=48