user-edit-solid from Flowbite Icons by Themesberg · Solid · User · MIT Free for personal and commercial use.

Name
user-edit-solid
Set
Flowbite Icons
Style
Solid
Category
User
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More user icons from Flowbite Icons

Use the user edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5 8a4 4 0 1 1 7.796 1.263l-2.533 2.534A4 4 0 0 1 5 8m4.06 5H7a4 4 0 0 0-4 4v1a2 2 0 0 0 2 2h2.172a3 3 0 0 1-.114-1.588l.674-3.372a3 3 0 0 1 .82-1.533zm9.032-5a2.9 2.9 0 0 0-2.056.852L9.967 14.92a1 1 0 0 0-.273.51l-.675 3.373a1 1 0 0 0 1.177 1.177l3.372-.675a1 1 0 0 0 .511-.273l6.07-6.07a2.91 2.91 0 0 0-.944-4.742A2.9 2.9 0 0 0 18.092 8" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteUserEditSolid(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" fillRule="evenodd" d="M5 8a4 4 0 1 1 7.796 1.263l-2.533 2.534A4 4 0 0 1 5 8m4.06 5H7a4 4 0 0 0-4 4v1a2 2 0 0 0 2 2h2.172a3 3 0 0 1-.114-1.588l.674-3.372a3 3 0 0 1 .82-1.533zm9.032-5a2.9 2.9 0 0 0-2.056.852L9.967 14.92a1 1 0 0 0-.273.51l-.675 3.373a1 1 0 0 0 1.177 1.177l3.372-.675a1 1 0 0 0 .511-.273l6.07-6.07a2.91 2.91 0 0 0-.944-4.742A2.9 2.9 0 0 0 18.092 8" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5 8a4 4 0 1 1 7.796 1.263l-2.533 2.534A4 4 0 0 1 5 8m4.06 5H7a4 4 0 0 0-4 4v1a2 2 0 0 0 2 2h2.172a3 3 0 0 1-.114-1.588l.674-3.372a3 3 0 0 1 .82-1.533zm9.032-5a2.9 2.9 0 0 0-2.056.852L9.967 14.92a1 1 0 0 0-.273.51l-.675 3.373a1 1 0 0 0 1.177 1.177l3.372-.675a1 1 0 0 0 .511-.273l6.07-6.07a2.91 2.91 0 0 0-.944-4.742A2.9 2.9 0 0 0 18.092 8" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-user-edit-solid {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M5%208a4%204%200%201%201%207.796%201.263l-2.533%202.534A4%204%200%200%201%205%208m4.06%205H7a4%204%200%200%200-4%204v1a2%202%200%200%200%202%202h2.172a3%203%200%200%201-.114-1.588l.674-3.372a3%203%200%200%201%20.82-1.533zm9.032-5a2.9%202.9%200%200%200-2.056.852L9.967%2014.92a1%201%200%200%200-.273.51l-.675%203.373a1%201%200%200%200%201.177%201.177l3.372-.675a1%201%200%200%200%20.511-.273l6.07-6.07a2.91%202.91%200%200%200-.944-4.742A2.9%202.9%200%200%200%2018.092%208%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5%208a4%204%200%201%201%207.796%201.263l-2.533%202.534A4%204%200%200%201%205%208m4.06%205H7a4%204%200%200%200-4%204v1a2%202%200%200%200%202%202h2.172a3%203%200%200%201-.114-1.588l.674-3.372a3%203%200%200%201%20.82-1.533zm9.032-5a2.9%202.9%200%200%200-2.056.852L9.967%2014.92a1%201%200%200%200-.273.51l-.675%203.373a1%201%200%200%200%201.177%201.177l3.372-.675a1%201%200%200%200%20.511-.273l6.07-6.07a2.91%202.91%200%200%200-.944-4.742A2.9%202.9%200%200%200%2018.092%208%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/user-edit-solid.svg?color=%231a73e8&size=48