eyebrow-outline-sharp from Material Symbols Light by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
eyebrow-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the eyebrow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.923 13.558q-.967 0-1.947.131t-2.312.475t-3.191.934t-4.598 1.533l-1.086-.752V9.642q3.257-.578 6.549-1.11T14.941 8q2.966 0 4.88 1.949q1.915 1.949 2.376 5.436l-.948.386q-1.523-1-3.294-1.606t-3.033-.607m0-1q1.235 0 2.673.43t3.356 1.404q-.633-2.678-2.145-4.035T14.923 9q-3.064 0-6.095.449q-3.032.449-6.04 1.017v5.086q2.916-.94 4.805-1.523q1.89-.583 3.196-.917t2.24-.445q.935-.11 1.894-.11m-3.056-1.722"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEyebrowOutlineSharp(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="M14.923 13.558q-.967 0-1.947.131t-2.312.475t-3.191.934t-4.598 1.533l-1.086-.752V9.642q3.257-.578 6.549-1.11T14.941 8q2.966 0 4.88 1.949q1.915 1.949 2.376 5.436l-.948.386q-1.523-1-3.294-1.606t-3.033-.607m0-1q1.235 0 2.673.43t3.356 1.404q-.633-2.678-2.145-4.035T14.923 9q-3.064 0-6.095.449q-3.032.449-6.04 1.017v5.086q2.916-.94 4.805-1.523q1.89-.583 3.196-.917t2.24-.445q.935-.11 1.894-.11m-3.056-1.722"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.923 13.558q-.967 0-1.947.131t-2.312.475t-3.191.934t-4.598 1.533l-1.086-.752V9.642q3.257-.578 6.549-1.11T14.941 8q2.966 0 4.88 1.949q1.915 1.949 2.376 5.436l-.948.386q-1.523-1-3.294-1.606t-3.033-.607m0-1q1.235 0 2.673.43t3.356 1.404q-.633-2.678-2.145-4.035T14.923 9q-3.064 0-6.095.449q-3.032.449-6.04 1.017v5.086q2.916-.94 4.805-1.523q1.89-.583 3.196-.917t2.24-.445q.935-.11 1.894-.11m-3.056-1.722"/></svg>
</template>

CSS

.icon-eyebrow-outline-sharp {
  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%22M14.923%2013.558q-.967%200-1.947.131t-2.312.475t-3.191.934t-4.598%201.533l-1.086-.752V9.642q3.257-.578%206.549-1.11T14.941%208q2.966%200%204.88%201.949q1.915%201.949%202.376%205.436l-.948.386q-1.523-1-3.294-1.606t-3.033-.607m0-1q1.235%200%202.673.43t3.356%201.404q-.633-2.678-2.145-4.035T14.923%209q-3.064%200-6.095.449q-3.032.449-6.04%201.017v5.086q2.916-.94%204.805-1.523q1.89-.583%203.196-.917t2.24-.445q.935-.11%201.894-.11m-3.056-1.722%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%22M14.923%2013.558q-.967%200-1.947.131t-2.312.475t-3.191.934t-4.598%201.533l-1.086-.752V9.642q3.257-.578%206.549-1.11T14.941%208q2.966%200%204.88%201.949q1.915%201.949%202.376%205.436l-.948.386q-1.523-1-3.294-1.606t-3.033-.607m0-1q1.235%200%202.673.43t3.356%201.404q-.633-2.678-2.145-4.035T14.923%209q-3.064%200-6.095.449q-3.032.449-6.04%201.017v5.086q2.916-.94%204.805-1.523q1.89-.583%203.196-.917t2.24-.445q.935-.11%201.894-.11m-3.056-1.722%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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