profile delete icon
profile-delete from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- profile-delete
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the profile delete icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m18.41 18.09l-2.82 2.82m2.82 0l-2.82-2.82m-3.43-7.22c-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43C7.56 3.99 9.54 2 12 2a4.435 4.435 0 0 1 .16 8.87M12 21.81c-1.82 0-3.63-.46-5.01-1.38c-2.42-1.62-2.42-4.26 0-5.87c2.75-1.84 7.26-1.84 10.01 0"/></svg>
React
import type { SVGProps } from "react";
export function ReiconProfileDelete(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m18.41 18.09l-2.82 2.82m2.82 0l-2.82-2.82m-3.43-7.22c-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43C7.56 3.99 9.54 2 12 2a4.435 4.435 0 0 1 .16 8.87M12 21.81c-1.82 0-3.63-.46-5.01-1.38c-2.42-1.62-2.42-4.26 0-5.87c2.75-1.84 7.26-1.84 10.01 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m18.41 18.09l-2.82 2.82m2.82 0l-2.82-2.82m-3.43-7.22c-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43C7.56 3.99 9.54 2 12 2a4.435 4.435 0 0 1 .16 8.87M12 21.81c-1.82 0-3.63-.46-5.01-1.38c-2.42-1.62-2.42-4.26 0-5.87c2.75-1.84 7.26-1.84 10.01 0"/></svg> </template>
CSS
.icon-profile-delete {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m18.41%2018.09l-2.82%202.82m2.82%200l-2.82-2.82m-3.43-7.22c-.1-.01-.22-.01-.33%200a4.42%204.42%200%200%201-4.27-4.43C7.56%203.99%209.54%202%2012%202a4.435%204.435%200%200%201%20.16%208.87M12%2021.81c-1.82%200-3.63-.46-5.01-1.38c-2.42-1.62-2.42-4.26%200-5.87c2.75-1.84%207.26-1.84%2010.01%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m18.41%2018.09l-2.82%202.82m2.82%200l-2.82-2.82m-3.43-7.22c-.1-.01-.22-.01-.33%200a4.42%204.42%200%200%201-4.27-4.43C7.56%203.99%209.54%202%2012%202a4.435%204.435%200%200%201%20.16%208.87M12%2021.81c-1.82%200-3.63-.46-5.01-1.38c-2.42-1.62-2.42-4.26%200-5.87c2.75-1.84%207.26-1.84%2010.01%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/profile-delete.svg?color=%231a73e8&size=48