user edit icon
user-edit-filled from Reicon by REICON · Filled · Users · MIT Free for personal and commercial use.
- Name
- user-edit-filled
- Set
- Reicon
- Style
- Filled
- Category
- Users
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All user edit icons →More users icons from Reicon
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" d="M4.75 6.5a5.25 5.25 0 1 1 10.5 0a5.25 5.25 0 0 1-10.5 0M1.258 19.894C1.824 15.927 5.735 13.25 10 13.25c1.348 0 2.647.263 3.814.744a.75.75 0 0 1 .245 1.224l-2.346 2.347c-.2.2-.339.45-.402.725l-.43 1.878a.75.75 0 0 1-.732.582H2a.75.75 0 0 1-.742-.856m19.76-7.83a1.75 1.75 0 0 0-1.998 0c-.128.09-.254.216-.457.42l-.571.57a.5.5 0 0 0 0 .707l2.248 2.248a.5.5 0 0 0 .707 0l.571-.571c.203-.203.33-.33.419-.458a1.75 1.75 0 0 0 0-1.998c-.09-.128-.216-.255-.42-.457l-.041-.043c-.203-.202-.33-.329-.458-.418m-4.44 2.405a.5.5 0 0 1 .707 0l2.248 2.248a.5.5 0 0 1 0 .707l-3.979 3.98a.25.25 0 0 1-.121.066l-3.377.774a.25.25 0 0 1-.3-.3l.775-3.373a.25.25 0 0 1 .066-.121z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconUserEditFilled(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="M4.75 6.5a5.25 5.25 0 1 1 10.5 0a5.25 5.25 0 0 1-10.5 0M1.258 19.894C1.824 15.927 5.735 13.25 10 13.25c1.348 0 2.647.263 3.814.744a.75.75 0 0 1 .245 1.224l-2.346 2.347c-.2.2-.339.45-.402.725l-.43 1.878a.75.75 0 0 1-.732.582H2a.75.75 0 0 1-.742-.856m19.76-7.83a1.75 1.75 0 0 0-1.998 0c-.128.09-.254.216-.457.42l-.571.57a.5.5 0 0 0 0 .707l2.248 2.248a.5.5 0 0 0 .707 0l.571-.571c.203-.203.33-.33.419-.458a1.75 1.75 0 0 0 0-1.998c-.09-.128-.216-.255-.42-.457l-.041-.043c-.203-.202-.33-.329-.458-.418m-4.44 2.405a.5.5 0 0 1 .707 0l2.248 2.248a.5.5 0 0 1 0 .707l-3.979 3.98a.25.25 0 0 1-.121.066l-3.377.774a.25.25 0 0 1-.3-.3l.775-3.373a.25.25 0 0 1 .066-.121z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.75 6.5a5.25 5.25 0 1 1 10.5 0a5.25 5.25 0 0 1-10.5 0M1.258 19.894C1.824 15.927 5.735 13.25 10 13.25c1.348 0 2.647.263 3.814.744a.75.75 0 0 1 .245 1.224l-2.346 2.347c-.2.2-.339.45-.402.725l-.43 1.878a.75.75 0 0 1-.732.582H2a.75.75 0 0 1-.742-.856m19.76-7.83a1.75 1.75 0 0 0-1.998 0c-.128.09-.254.216-.457.42l-.571.57a.5.5 0 0 0 0 .707l2.248 2.248a.5.5 0 0 0 .707 0l.571-.571c.203-.203.33-.33.419-.458a1.75 1.75 0 0 0 0-1.998c-.09-.128-.216-.255-.42-.457l-.041-.043c-.203-.202-.33-.329-.458-.418m-4.44 2.405a.5.5 0 0 1 .707 0l2.248 2.248a.5.5 0 0 1 0 .707l-3.979 3.98a.25.25 0 0 1-.121.066l-3.377.774a.25.25 0 0 1-.3-.3l.775-3.373a.25.25 0 0 1 .066-.121z"/></svg> </template>
CSS
.icon-user-edit-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.75%206.5a5.25%205.25%200%201%201%2010.5%200a5.25%205.25%200%200%201-10.5%200M1.258%2019.894C1.824%2015.927%205.735%2013.25%2010%2013.25c1.348%200%202.647.263%203.814.744a.75.75%200%200%201%20.245%201.224l-2.346%202.347c-.2.2-.339.45-.402.725l-.43%201.878a.75.75%200%200%201-.732.582H2a.75.75%200%200%201-.742-.856m19.76-7.83a1.75%201.75%200%200%200-1.998%200c-.128.09-.254.216-.457.42l-.571.57a.5.5%200%200%200%200%20.707l2.248%202.248a.5.5%200%200%200%20.707%200l.571-.571c.203-.203.33-.33.419-.458a1.75%201.75%200%200%200%200-1.998c-.09-.128-.216-.255-.42-.457l-.041-.043c-.203-.202-.33-.329-.458-.418m-4.44%202.405a.5.5%200%200%201%20.707%200l2.248%202.248a.5.5%200%200%201%200%20.707l-3.979%203.98a.25.25%200%200%201-.121.066l-3.377.774a.25.25%200%200%201-.3-.3l.775-3.373a.25.25%200%200%201%20.066-.121z%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%22M4.75%206.5a5.25%205.25%200%201%201%2010.5%200a5.25%205.25%200%200%201-10.5%200M1.258%2019.894C1.824%2015.927%205.735%2013.25%2010%2013.25c1.348%200%202.647.263%203.814.744a.75.75%200%200%201%20.245%201.224l-2.346%202.347c-.2.2-.339.45-.402.725l-.43%201.878a.75.75%200%200%201-.732.582H2a.75.75%200%200%201-.742-.856m19.76-7.83a1.75%201.75%200%200%200-1.998%200c-.128.09-.254.216-.457.42l-.571.57a.5.5%200%200%200%200%20.707l2.248%202.248a.5.5%200%200%200%20.707%200l.571-.571c.203-.203.33-.33.419-.458a1.75%201.75%200%200%200%200-1.998c-.09-.128-.216-.255-.42-.457l-.041-.043c-.203-.202-.33-.329-.458-.418m-4.44%202.405a.5.5%200%200%201%20.707%200l2.248%202.248a.5.5%200%200%201%200%20.707l-3.979%203.98a.25.25%200%200%201-.121.066l-3.377.774a.25.25%200%200%201-.3-.3l.775-3.373a.25.25%200%200%201%20.066-.121z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/user-edit-filled.svg?color=%231a73e8&size=48