profile tick icon
profile-tick-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- profile-tick-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the profile tick icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C9.38 2 7.25 4.13 7.25 6.75c0 2.57 2.01 4.65 4.63 4.74c.08-.01.16-.01.22 0h.07a4.74 4.74 0 0 0 4.58-4.74C16.75 4.13 14.62 2 12 2m5.08 12.16c-2.79-1.86-7.34-1.86-10.15 0c-1.27.84-1.97 1.99-1.97 3.22s.7 2.37 1.96 3.21C8.32 21.53 10.16 22 12 22s3.68-.47 5.08-1.41c1.26-.85 1.96-1.99 1.96-3.23c-.01-1.22-.7-2.37-1.96-3.2m-2.75 2.4l-2.52 2.52a.62.62 0 0 1-.44.18c-.16 0-.32-.07-.44-.18l-1.26-1.26a.63.63 0 0 1 0-.88c.24-.24.64-.24.88 0l.82.82l2.08-2.08c.24-.24.64-.24.88 0c.25.24.25.64 0 .88"/></svg>
React
import type { SVGProps } from "react";
export function ReiconProfileTickFilled(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="M12 2C9.38 2 7.25 4.13 7.25 6.75c0 2.57 2.01 4.65 4.63 4.74c.08-.01.16-.01.22 0h.07a4.74 4.74 0 0 0 4.58-4.74C16.75 4.13 14.62 2 12 2m5.08 12.16c-2.79-1.86-7.34-1.86-10.15 0c-1.27.84-1.97 1.99-1.97 3.22s.7 2.37 1.96 3.21C8.32 21.53 10.16 22 12 22s3.68-.47 5.08-1.41c1.26-.85 1.96-1.99 1.96-3.23c-.01-1.22-.7-2.37-1.96-3.2m-2.75 2.4l-2.52 2.52a.62.62 0 0 1-.44.18c-.16 0-.32-.07-.44-.18l-1.26-1.26a.63.63 0 0 1 0-.88c.24-.24.64-.24.88 0l.82.82l2.08-2.08c.24-.24.64-.24.88 0c.25.24.25.64 0 .88"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C9.38 2 7.25 4.13 7.25 6.75c0 2.57 2.01 4.65 4.63 4.74c.08-.01.16-.01.22 0h.07a4.74 4.74 0 0 0 4.58-4.74C16.75 4.13 14.62 2 12 2m5.08 12.16c-2.79-1.86-7.34-1.86-10.15 0c-1.27.84-1.97 1.99-1.97 3.22s.7 2.37 1.96 3.21C8.32 21.53 10.16 22 12 22s3.68-.47 5.08-1.41c1.26-.85 1.96-1.99 1.96-3.23c-.01-1.22-.7-2.37-1.96-3.2m-2.75 2.4l-2.52 2.52a.62.62 0 0 1-.44.18c-.16 0-.32-.07-.44-.18l-1.26-1.26a.63.63 0 0 1 0-.88c.24-.24.64-.24.88 0l.82.82l2.08-2.08c.24-.24.64-.24.88 0c.25.24.25.64 0 .88"/></svg> </template>
CSS
.icon-profile-tick-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%22M12%202C9.38%202%207.25%204.13%207.25%206.75c0%202.57%202.01%204.65%204.63%204.74c.08-.01.16-.01.22%200h.07a4.74%204.74%200%200%200%204.58-4.74C16.75%204.13%2014.62%202%2012%202m5.08%2012.16c-2.79-1.86-7.34-1.86-10.15%200c-1.27.84-1.97%201.99-1.97%203.22s.7%202.37%201.96%203.21C8.32%2021.53%2010.16%2022%2012%2022s3.68-.47%205.08-1.41c1.26-.85%201.96-1.99%201.96-3.23c-.01-1.22-.7-2.37-1.96-3.2m-2.75%202.4l-2.52%202.52a.62.62%200%200%201-.44.18c-.16%200-.32-.07-.44-.18l-1.26-1.26a.63.63%200%200%201%200-.88c.24-.24.64-.24.88%200l.82.82l2.08-2.08c.24-.24.64-.24.88%200c.25.24.25.64%200%20.88%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%22M12%202C9.38%202%207.25%204.13%207.25%206.75c0%202.57%202.01%204.65%204.63%204.74c.08-.01.16-.01.22%200h.07a4.74%204.74%200%200%200%204.58-4.74C16.75%204.13%2014.62%202%2012%202m5.08%2012.16c-2.79-1.86-7.34-1.86-10.15%200c-1.27.84-1.97%201.99-1.97%203.22s.7%202.37%201.96%203.21C8.32%2021.53%2010.16%2022%2012%2022s3.68-.47%205.08-1.41c1.26-.85%201.96-1.99%201.96-3.23c-.01-1.22-.7-2.37-1.96-3.2m-2.75%202.4l-2.52%202.52a.62.62%200%200%201-.44.18c-.16%200-.32-.07-.44-.18l-1.26-1.26a.63.63%200%200%201%200-.88c.24-.24.64-.24.88%200l.82.82l2.08-2.08c.24-.24.64-.24.88%200c.25.24.25.64%200%20.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/profile-tick-filled.svg?color=%231a73e8&size=48