face plus icon
face-plus-filled from Reicon by REICON · Filled · Like · MIT Free for personal and commercial use.
- Name
- face-plus-filled
- Set
- Reicon
- Style
- Filled
- Category
- Like
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More like icons from Reicon
Use the face plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22.381 9.59a3 3 0 0 1-2.714 1.743c-1.655 0-3-1.345-3-3V8h-.334c-1.654 0-3-1.345-3-3a3 3 0 0 1 2.486-2.948a10.6 10.6 0 0 0-3.82-.719C6.12 1.333 1.334 6.12 1.334 12S6.12 22.667 12 22.667S22.667 17.88 22.667 12c0-.83-.106-1.635-.286-2.41M6.667 12a1.334 1.334 0 1 1 2.667 0a1.334 1.334 0 0 1-2.667 0m9.178 4.213c-.841 1.328-2.278 2.12-3.845 2.12s-3.004-.793-3.845-2.12a1 1 0 0 1 1.689-1.07c.472.745 1.277 1.19 2.155 1.19s1.682-.445 2.154-1.19a1 1 0 1 1 1.69 1.07Zm.155-2.88a1.334 1.334 0 1 1 0-2.667a1.334 1.334 0 0 1 0 2.667"/><path d="M23 4h-2.333V1.667a1 1 0 0 0-2 0V4h-2.334a1 1 0 0 0 0 2h2.334v2.333a1 1 0 0 0 2 0V6H23a1 1 0 0 0 0-2"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFacePlusFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22.381 9.59a3 3 0 0 1-2.714 1.743c-1.655 0-3-1.345-3-3V8h-.334c-1.654 0-3-1.345-3-3a3 3 0 0 1 2.486-2.948a10.6 10.6 0 0 0-3.82-.719C6.12 1.333 1.334 6.12 1.334 12S6.12 22.667 12 22.667S22.667 17.88 22.667 12c0-.83-.106-1.635-.286-2.41M6.667 12a1.334 1.334 0 1 1 2.667 0a1.334 1.334 0 0 1-2.667 0m9.178 4.213c-.841 1.328-2.278 2.12-3.845 2.12s-3.004-.793-3.845-2.12a1 1 0 0 1 1.689-1.07c.472.745 1.277 1.19 2.155 1.19s1.682-.445 2.154-1.19a1 1 0 1 1 1.69 1.07Zm.155-2.88a1.334 1.334 0 1 1 0-2.667a1.334 1.334 0 0 1 0 2.667"/><path d="M23 4h-2.333V1.667a1 1 0 0 0-2 0V4h-2.334a1 1 0 0 0 0 2h2.334v2.333a1 1 0 0 0 2 0V6H23a1 1 0 0 0 0-2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22.381 9.59a3 3 0 0 1-2.714 1.743c-1.655 0-3-1.345-3-3V8h-.334c-1.654 0-3-1.345-3-3a3 3 0 0 1 2.486-2.948a10.6 10.6 0 0 0-3.82-.719C6.12 1.333 1.334 6.12 1.334 12S6.12 22.667 12 22.667S22.667 17.88 22.667 12c0-.83-.106-1.635-.286-2.41M6.667 12a1.334 1.334 0 1 1 2.667 0a1.334 1.334 0 0 1-2.667 0m9.178 4.213c-.841 1.328-2.278 2.12-3.845 2.12s-3.004-.793-3.845-2.12a1 1 0 0 1 1.689-1.07c.472.745 1.277 1.19 2.155 1.19s1.682-.445 2.154-1.19a1 1 0 1 1 1.69 1.07Zm.155-2.88a1.334 1.334 0 1 1 0-2.667a1.334 1.334 0 0 1 0 2.667"/><path d="M23 4h-2.333V1.667a1 1 0 0 0-2 0V4h-2.334a1 1 0 0 0 0 2h2.334v2.333a1 1 0 0 0 2 0V6H23a1 1 0 0 0 0-2"/></g></svg> </template>
CSS
.icon-face-plus-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M22.381%209.59a3%203%200%200%201-2.714%201.743c-1.655%200-3-1.345-3-3V8h-.334c-1.654%200-3-1.345-3-3a3%203%200%200%201%202.486-2.948a10.6%2010.6%200%200%200-3.82-.719C6.12%201.333%201.334%206.12%201.334%2012S6.12%2022.667%2012%2022.667S22.667%2017.88%2022.667%2012c0-.83-.106-1.635-.286-2.41M6.667%2012a1.334%201.334%200%201%201%202.667%200a1.334%201.334%200%200%201-2.667%200m9.178%204.213c-.841%201.328-2.278%202.12-3.845%202.12s-3.004-.793-3.845-2.12a1%201%200%200%201%201.689-1.07c.472.745%201.277%201.19%202.155%201.19s1.682-.445%202.154-1.19a1%201%200%201%201%201.69%201.07Zm.155-2.88a1.334%201.334%200%201%201%200-2.667a1.334%201.334%200%200%201%200%202.667%22%2F%3E%3Cpath%20d%3D%22M23%204h-2.333V1.667a1%201%200%200%200-2%200V4h-2.334a1%201%200%200%200%200%202h2.334v2.333a1%201%200%200%200%202%200V6H23a1%201%200%200%200%200-2%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M22.381%209.59a3%203%200%200%201-2.714%201.743c-1.655%200-3-1.345-3-3V8h-.334c-1.654%200-3-1.345-3-3a3%203%200%200%201%202.486-2.948a10.6%2010.6%200%200%200-3.82-.719C6.12%201.333%201.334%206.12%201.334%2012S6.12%2022.667%2012%2022.667S22.667%2017.88%2022.667%2012c0-.83-.106-1.635-.286-2.41M6.667%2012a1.334%201.334%200%201%201%202.667%200a1.334%201.334%200%200%201-2.667%200m9.178%204.213c-.841%201.328-2.278%202.12-3.845%202.12s-3.004-.793-3.845-2.12a1%201%200%200%201%201.689-1.07c.472.745%201.277%201.19%202.155%201.19s1.682-.445%202.154-1.19a1%201%200%201%201%201.69%201.07Zm.155-2.88a1.334%201.334%200%201%201%200-2.667a1.334%201.334%200%200%201%200%202.667%22%2F%3E%3Cpath%20d%3D%22M23%204h-2.333V1.667a1%201%200%200%200-2%200V4h-2.334a1%201%200%200%200%200%202h2.334v2.333a1%201%200%200%200%202%200V6H23a1%201%200%200%200%200-2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/face-plus-filled.svg?color=%231a73e8&size=48