kissing icon
kissing from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- kissing
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the kissing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round"><path stroke-linecap="round" stroke-width="1.5" d="M15.5 21.37A10 10 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2c5.645 0 10.265 4.871 9.988 10.5"/><path stroke-linecap="round" stroke-width="1.5" d="M17 9.5a1.5 1.5 0 0 0-3 0"/><path stroke-linecap="round" stroke-width="2" d="M8.009 9H8"/><path stroke-linecap="round" stroke-width="1.5" d="M10 14c.742 0 2.215.284 2.832.796c.562.466-.909.858-.909 1.204s1.585.644.91 1.204c-.618.512-2.091.796-2.833.796"/><path stroke-width="1.5" d="M19.35 14.91c.856-.476 1.917-.139 2.404.79c.487.928.227 2.101-.576 2.679l-1.555.987c-.753.479-1.13.718-1.502.608s-.59-.526-1.026-1.356l-.9-1.712c-.433-.943-.126-2.104.716-2.638c.843-.534 1.913-.244 2.44.642Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsKissing(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round"><path strokeLinecap="round" strokeWidth="1.5" d="M15.5 21.37A10 10 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2c5.645 0 10.265 4.871 9.988 10.5"/><path strokeLinecap="round" strokeWidth="1.5" d="M17 9.5a1.5 1.5 0 0 0-3 0"/><path strokeLinecap="round" strokeWidth="2" d="M8.009 9H8"/><path strokeLinecap="round" strokeWidth="1.5" d="M10 14c.742 0 2.215.284 2.832.796c.562.466-.909.858-.909 1.204s1.585.644.91 1.204c-.618.512-2.091.796-2.833.796"/><path strokeWidth="1.5" d="M19.35 14.91c.856-.476 1.917-.139 2.404.79c.487.928.227 2.101-.576 2.679l-1.555.987c-.753.479-1.13.718-1.502.608s-.59-.526-1.026-1.356l-.9-1.712c-.433-.943-.126-2.104.716-2.638c.843-.534 1.913-.244 2.44.642Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round"><path stroke-linecap="round" stroke-width="1.5" d="M15.5 21.37A10 10 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2c5.645 0 10.265 4.871 9.988 10.5"/><path stroke-linecap="round" stroke-width="1.5" d="M17 9.5a1.5 1.5 0 0 0-3 0"/><path stroke-linecap="round" stroke-width="2" d="M8.009 9H8"/><path stroke-linecap="round" stroke-width="1.5" d="M10 14c.742 0 2.215.284 2.832.796c.562.466-.909.858-.909 1.204s1.585.644.91 1.204c-.618.512-2.091.796-2.833.796"/><path stroke-width="1.5" d="M19.35 14.91c.856-.476 1.917-.139 2.404.79c.487.928.227 2.101-.576 2.679l-1.555.987c-.753.479-1.13.718-1.502.608s-.59-.526-1.026-1.356l-.9-1.712c-.433-.943-.126-2.104.716-2.638c.843-.534 1.913-.244 2.44.642Z"/></g></svg> </template>
CSS
.icon-kissing {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.5%2021.37A10%2010%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202c5.645%200%2010.265%204.871%209.988%2010.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17%209.5a1.5%201.5%200%200%200-3%200%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8.009%209H8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10%2014c.742%200%202.215.284%202.832.796c.562.466-.909.858-.909%201.204s1.585.644.91%201.204c-.618.512-2.091.796-2.833.796%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M19.35%2014.91c.856-.476%201.917-.139%202.404.79c.487.928.227%202.101-.576%202.679l-1.555.987c-.753.479-1.13.718-1.502.608s-.59-.526-1.026-1.356l-.9-1.712c-.433-.943-.126-2.104.716-2.638c.843-.534%201.913-.244%202.44.642Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.5%2021.37A10%2010%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202c5.645%200%2010.265%204.871%209.988%2010.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17%209.5a1.5%201.5%200%200%200-3%200%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8.009%209H8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10%2014c.742%200%202.215.284%202.832.796c.562.466-.909.858-.909%201.204s1.585.644.91%201.204c-.618.512-2.091.796-2.833.796%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M19.35%2014.91c.856-.476%201.917-.139%202.404.79c.487.928.227%202.101-.576%202.679l-1.555.987c-.753.479-1.13.718-1.502.608s-.59-.526-1.026-1.356l-.9-1.712c-.433-.943-.126-2.104.716-2.638c.843-.534%201.913-.244%202.44.642Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/kissing.svg?color=%231a73e8&size=48