user tick icon

user-tick-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
user-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 user 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 14c-5.01 0-9.09 3.36-9.09 7.5c0 .28.22.5.5.5h17.18c.28 0 .5-.22.5-.5c0-4.14-4.08-7.5-9.09-7.5m0-12c-1.18 0-2.26.41-3.12 1.1A4.96 4.96 0 0 0 7 7c0 .94.26 1.82.73 2.57A4.95 4.95 0 0 0 12 12c1.26 0 2.41-.46 3.29-1.25c.39-.33.73-.73.99-1.18c.46-.75.72-1.63.72-2.57c0-2.76-2.24-5-5-5m2.59 4.46l-2.67 2.46c-.18.17-.41.25-.64.25a.93.93 0 0 1-.66-.27L9.39 7.66a.936.936 0 0 1 0-1.33c.37-.37.96-.37 1.33 0l.59.59l2.01-1.85c.38-.35.97-.33 1.32.05c.35.39.33.99-.05 1.34"/></svg>

React

import type { SVGProps } from "react";

export function ReiconUserTickFilled(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 14c-5.01 0-9.09 3.36-9.09 7.5c0 .28.22.5.5.5h17.18c.28 0 .5-.22.5-.5c0-4.14-4.08-7.5-9.09-7.5m0-12c-1.18 0-2.26.41-3.12 1.1A4.96 4.96 0 0 0 7 7c0 .94.26 1.82.73 2.57A4.95 4.95 0 0 0 12 12c1.26 0 2.41-.46 3.29-1.25c.39-.33.73-.73.99-1.18c.46-.75.72-1.63.72-2.57c0-2.76-2.24-5-5-5m2.59 4.46l-2.67 2.46c-.18.17-.41.25-.64.25a.93.93 0 0 1-.66-.27L9.39 7.66a.936.936 0 0 1 0-1.33c.37-.37.96-.37 1.33 0l.59.59l2.01-1.85c.38-.35.97-.33 1.32.05c.35.39.33.99-.05 1.34"/></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 14c-5.01 0-9.09 3.36-9.09 7.5c0 .28.22.5.5.5h17.18c.28 0 .5-.22.5-.5c0-4.14-4.08-7.5-9.09-7.5m0-12c-1.18 0-2.26.41-3.12 1.1A4.96 4.96 0 0 0 7 7c0 .94.26 1.82.73 2.57A4.95 4.95 0 0 0 12 12c1.26 0 2.41-.46 3.29-1.25c.39-.33.73-.73.99-1.18c.46-.75.72-1.63.72-2.57c0-2.76-2.24-5-5-5m2.59 4.46l-2.67 2.46c-.18.17-.41.25-.64.25a.93.93 0 0 1-.66-.27L9.39 7.66a.936.936 0 0 1 0-1.33c.37-.37.96-.37 1.33 0l.59.59l2.01-1.85c.38-.35.97-.33 1.32.05c.35.39.33.99-.05 1.34"/></svg>
</template>

CSS

.icon-user-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%2014c-5.01%200-9.09%203.36-9.09%207.5c0%20.28.22.5.5.5h17.18c.28%200%20.5-.22.5-.5c0-4.14-4.08-7.5-9.09-7.5m0-12c-1.18%200-2.26.41-3.12%201.1A4.96%204.96%200%200%200%207%207c0%20.94.26%201.82.73%202.57A4.95%204.95%200%200%200%2012%2012c1.26%200%202.41-.46%203.29-1.25c.39-.33.73-.73.99-1.18c.46-.75.72-1.63.72-2.57c0-2.76-2.24-5-5-5m2.59%204.46l-2.67%202.46c-.18.17-.41.25-.64.25a.93.93%200%200%201-.66-.27L9.39%207.66a.936.936%200%200%201%200-1.33c.37-.37.96-.37%201.33%200l.59.59l2.01-1.85c.38-.35.97-.33%201.32.05c.35.39.33.99-.05%201.34%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%2014c-5.01%200-9.09%203.36-9.09%207.5c0%20.28.22.5.5.5h17.18c.28%200%20.5-.22.5-.5c0-4.14-4.08-7.5-9.09-7.5m0-12c-1.18%200-2.26.41-3.12%201.1A4.96%204.96%200%200%200%207%207c0%20.94.26%201.82.73%202.57A4.95%204.95%200%200%200%2012%2012c1.26%200%202.41-.46%203.29-1.25c.39-.33.73-.73.99-1.18c.46-.75.72-1.63.72-2.57c0-2.76-2.24-5-5-5m2.59%204.46l-2.67%202.46c-.18.17-.41.25-.64.25a.93.93%200%200%201-.66-.27L9.39%207.66a.936.936%200%200%201%200-1.33c.37-.37.96-.37%201.33%200l.59.59l2.01-1.85c.38-.35.97-.33%201.32.05c.35.39.33.99-.05%201.34%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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