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

Name
eyebrow-outline-sharp
Set
Material Symbols
Style
Outline Sharp
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 eyebrow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 14q-.775 0-1.937.238t-2.726.725T6.8 16.175T2.375 17.9L1 16.975V8.95q3.45-.675 6.963-1.312T15 7q3.1 0 5.313 2.488T23.025 16l-1.775.675q-1.6-1.25-3.275-1.963T15 14m0-2q1.35 0 2.5.363t2.875 1.337q-.825-2.275-2.212-3.487T15 9q-3.025 0-6.038.488T3 10.6v4.875Q5.05 14.65 6.863 14t3.35-1.1t2.75-.675T15 12m-3.325-1.3"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEyebrowOutlineSharp(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="M15 14q-.775 0-1.937.238t-2.726.725T6.8 16.175T2.375 17.9L1 16.975V8.95q3.45-.675 6.963-1.312T15 7q3.1 0 5.313 2.488T23.025 16l-1.775.675q-1.6-1.25-3.275-1.963T15 14m0-2q1.35 0 2.5.363t2.875 1.337q-.825-2.275-2.212-3.487T15 9q-3.025 0-6.038.488T3 10.6v4.875Q5.05 14.65 6.863 14t3.35-1.1t2.75-.675T15 12m-3.325-1.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 14q-.775 0-1.937.238t-2.726.725T6.8 16.175T2.375 17.9L1 16.975V8.95q3.45-.675 6.963-1.312T15 7q3.1 0 5.313 2.488T23.025 16l-1.775.675q-1.6-1.25-3.275-1.963T15 14m0-2q1.35 0 2.5.363t2.875 1.337q-.825-2.275-2.212-3.487T15 9q-3.025 0-6.038.488T3 10.6v4.875Q5.05 14.65 6.863 14t3.35-1.1t2.75-.675T15 12m-3.325-1.3"/></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%22M15%2014q-.775%200-1.937.238t-2.726.725T6.8%2016.175T2.375%2017.9L1%2016.975V8.95q3.45-.675%206.963-1.312T15%207q3.1%200%205.313%202.488T23.025%2016l-1.775.675q-1.6-1.25-3.275-1.963T15%2014m0-2q1.35%200%202.5.363t2.875%201.337q-.825-2.275-2.212-3.487T15%209q-3.025%200-6.038.488T3%2010.6v4.875Q5.05%2014.65%206.863%2014t3.35-1.1t2.75-.675T15%2012m-3.325-1.3%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%22M15%2014q-.775%200-1.937.238t-2.726.725T6.8%2016.175T2.375%2017.9L1%2016.975V8.95q3.45-.675%206.963-1.312T15%207q3.1%200%205.313%202.488T23.025%2016l-1.775.675q-1.6-1.25-3.275-1.963T15%2014m0-2q1.35%200%202.5.363t2.875%201.337q-.825-2.275-2.212-3.487T15%209q-3.025%200-6.038.488T3%2010.6v4.875Q5.05%2014.65%206.863%2014t3.35-1.1t2.75-.675T15%2012m-3.325-1.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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