lips-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
lips-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the lips icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.025 12q-2.35 0-4.612-.5T2.9 10.3q-.3-.1-.387-.413t.137-.537l3.4-3.4q.425-.425.988-.663t1.137-.237q.425 0 .863.138t.812.387l1.6 1.05q.25.175.55.175t.55-.175l1.6-1.05q.375-.25.813-.387t.862-.138q.575 0 1.138.238t.987.662l3.325 3.325q.225.225.15.538t-.375.437q-2.2.75-4.437 1.25t-4.588.5m-.675 7q-3.125 0-5.687-1.638T1.75 13q-.15-.3.075-.562T2.4 12.3q2.35.75 4.738 1.225T12 14q2.5 0 4.888-.513t4.737-1.287q.35-.125.588.138t.087.587q-1.325 2.75-3.912 4.413T12.65 19z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLipsRounded(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.025 12q-2.35 0-4.612-.5T2.9 10.3q-.3-.1-.387-.413t.137-.537l3.4-3.4q.425-.425.988-.663t1.137-.237q.425 0 .863.138t.812.387l1.6 1.05q.25.175.55.175t.55-.175l1.6-1.05q.375-.25.813-.387t.862-.138q.575 0 1.138.238t.987.662l3.325 3.325q.225.225.15.538t-.375.437q-2.2.75-4.437 1.25t-4.588.5m-.675 7q-3.125 0-5.687-1.638T1.75 13q-.15-.3.075-.562T2.4 12.3q2.35.75 4.738 1.225T12 14q2.5 0 4.888-.513t4.737-1.287q.35-.125.588.138t.087.587q-1.325 2.75-3.912 4.413T12.65 19z"/></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.025 12q-2.35 0-4.612-.5T2.9 10.3q-.3-.1-.387-.413t.137-.537l3.4-3.4q.425-.425.988-.663t1.137-.237q.425 0 .863.138t.812.387l1.6 1.05q.25.175.55.175t.55-.175l1.6-1.05q.375-.25.813-.387t.862-.138q.575 0 1.138.238t.987.662l3.325 3.325q.225.225.15.538t-.375.437q-2.2.75-4.437 1.25t-4.588.5m-.675 7q-3.125 0-5.687-1.638T1.75 13q-.15-.3.075-.562T2.4 12.3q2.35.75 4.738 1.225T12 14q2.5 0 4.888-.513t4.737-1.287q.35-.125.588.138t.087.587q-1.325 2.75-3.912 4.413T12.65 19z"/></svg>
</template>

CSS

.icon-lips-rounded {
  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.025%2012q-2.35%200-4.612-.5T2.9%2010.3q-.3-.1-.387-.413t.137-.537l3.4-3.4q.425-.425.988-.663t1.137-.237q.425%200%20.863.138t.812.387l1.6%201.05q.25.175.55.175t.55-.175l1.6-1.05q.375-.25.813-.387t.862-.138q.575%200%201.138.238t.987.662l3.325%203.325q.225.225.15.538t-.375.437q-2.2.75-4.437%201.25t-4.588.5m-.675%207q-3.125%200-5.687-1.638T1.75%2013q-.15-.3.075-.562T2.4%2012.3q2.35.75%204.738%201.225T12%2014q2.5%200%204.888-.513t4.737-1.287q.35-.125.588.138t.087.587q-1.325%202.75-3.912%204.413T12.65%2019z%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.025%2012q-2.35%200-4.612-.5T2.9%2010.3q-.3-.1-.387-.413t.137-.537l3.4-3.4q.425-.425.988-.663t1.137-.237q.425%200%20.863.138t.812.387l1.6%201.05q.25.175.55.175t.55-.175l1.6-1.05q.375-.25.813-.387t.862-.138q.575%200%201.138.238t.987.662l3.325%203.325q.225.225.15.538t-.375.437q-2.2.75-4.437%201.25t-4.588.5m-.675%207q-3.125%200-5.687-1.638T1.75%2013q-.15-.3.075-.562T2.4%2012.3q2.35.75%204.738%201.225T12%2014q2.5%200%204.888-.513t4.737-1.287q.35-.125.588.138t.087.587q-1.325%202.75-3.912%204.413T12.65%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/lips-rounded.svg?color=%231a73e8&size=48