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

Name
lips
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
lips-sharp

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="M11.35 19q-3.475 0-6.225-1.987T1.25 11.775Q3.9 12.8 6.638 13.4T12 14q2.8 0 5.45-.638t5.3-1.587q-1.125 3.25-3.875 5.238T12.65 19zm.675-7q-2.575 0-5.062-.612T2 10l4.05-4.05q.425-.425.988-.663t1.137-.237q.425 0 .863.138t.812.387L12 7l2.15-1.425q.375-.25.813-.387t.862-.138q.575 0 1.138.238t.987.662l3.975 3.975Q19.5 10.8 17.05 11.4t-5.025.6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLips(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="M11.35 19q-3.475 0-6.225-1.987T1.25 11.775Q3.9 12.8 6.638 13.4T12 14q2.8 0 5.45-.638t5.3-1.587q-1.125 3.25-3.875 5.238T12.65 19zm.675-7q-2.575 0-5.062-.612T2 10l4.05-4.05q.425-.425.988-.663t1.137-.237q.425 0 .863.138t.812.387L12 7l2.15-1.425q.375-.25.813-.387t.862-.138q.575 0 1.138.238t.987.662l3.975 3.975Q19.5 10.8 17.05 11.4t-5.025.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.35 19q-3.475 0-6.225-1.987T1.25 11.775Q3.9 12.8 6.638 13.4T12 14q2.8 0 5.45-.638t5.3-1.587q-1.125 3.25-3.875 5.238T12.65 19zm.675-7q-2.575 0-5.062-.612T2 10l4.05-4.05q.425-.425.988-.663t1.137-.237q.425 0 .863.138t.812.387L12 7l2.15-1.425q.375-.25.813-.387t.862-.138q.575 0 1.138.238t.987.662l3.975 3.975Q19.5 10.8 17.05 11.4t-5.025.6"/></svg>
</template>

CSS

.icon-lips {
  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%22M11.35%2019q-3.475%200-6.225-1.987T1.25%2011.775Q3.9%2012.8%206.638%2013.4T12%2014q2.8%200%205.45-.638t5.3-1.587q-1.125%203.25-3.875%205.238T12.65%2019zm.675-7q-2.575%200-5.062-.612T2%2010l4.05-4.05q.425-.425.988-.663t1.137-.237q.425%200%20.863.138t.812.387L12%207l2.15-1.425q.375-.25.813-.387t.862-.138q.575%200%201.138.238t.987.662l3.975%203.975Q19.5%2010.8%2017.05%2011.4t-5.025.6%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%22M11.35%2019q-3.475%200-6.225-1.987T1.25%2011.775Q3.9%2012.8%206.638%2013.4T12%2014q2.8%200%205.45-.638t5.3-1.587q-1.125%203.25-3.875%205.238T12.65%2019zm.675-7q-2.575%200-5.062-.612T2%2010l4.05-4.05q.425-.425.988-.663t1.137-.237q.425%200%20.863.138t.812.387L12%207l2.15-1.425q.375-.25.813-.387t.862-.138q.575%200%201.138.238t.987.662l3.975%203.975Q19.5%2010.8%2017.05%2011.4t-5.025.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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