for-you from Material Symbols Light by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.

Name
for-you
Set
Material Symbols Light
Style
Regular
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
for-you-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

Use the for you icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.744 12.068q1.912-.316 3.487-.876V19.5q-1.423.598-3.42.972q-1.995.374-3.811.374t-3.812-.374t-3.419-.972v-8.308q1.575.56 3.487.876t3.744.317t3.744-.317m-1.457-7.97q.944.944.944 2.287t-.944 2.286T12 9.616T9.714 8.67t-.945-2.286t.944-2.287T12 3.154t2.286.944"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightForYou(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.744 12.068q1.912-.316 3.487-.876V19.5q-1.423.598-3.42.972q-1.995.374-3.811.374t-3.812-.374t-3.419-.972v-8.308q1.575.56 3.487.876t3.744.317t3.744-.317m-1.457-7.97q.944.944.944 2.287t-.944 2.286T12 9.616T9.714 8.67t-.945-2.286t.944-2.287T12 3.154t2.286.944"/></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.744 12.068q1.912-.316 3.487-.876V19.5q-1.423.598-3.42.972q-1.995.374-3.811.374t-3.812-.374t-3.419-.972v-8.308q1.575.56 3.487.876t3.744.317t3.744-.317m-1.457-7.97q.944.944.944 2.287t-.944 2.286T12 9.616T9.714 8.67t-.945-2.286t.944-2.287T12 3.154t2.286.944"/></svg>
</template>

CSS

.icon-for-you {
  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.744%2012.068q1.912-.316%203.487-.876V19.5q-1.423.598-3.42.972q-1.995.374-3.811.374t-3.812-.374t-3.419-.972v-8.308q1.575.56%203.487.876t3.744.317t3.744-.317m-1.457-7.97q.944.944.944%202.287t-.944%202.286T12%209.616T9.714%208.67t-.945-2.286t.944-2.287T12%203.154t2.286.944%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.744%2012.068q1.912-.316%203.487-.876V19.5q-1.423.598-3.42.972q-1.995.374-3.811.374t-3.812-.374t-3.419-.972v-8.308q1.575.56%203.487.876t3.744.317t3.744-.317m-1.457-7.97q.944.944.944%202.287t-.944%202.286T12%209.616T9.714%208.67t-.945-2.286t.944-2.287T12%203.154t2.286.944%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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