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

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

3 other variants in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

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="M16.225 11.588q2.2-.413 3.775-1.088v10q-1.5.675-3.65 1.088T12 22t-4.35-.413T4 20.5v-10q1.575.675 3.775 1.088T12 12t4.225-.413M18 19v-5.75q-1.25.35-2.887.55T12 14t-3.113-.2T6 13.25V19q1.25.45 2.875.725T12 20t3.125-.275T18 19M14.825 3.175Q16 4.35 16 6t-1.175 2.825T12 10T9.175 8.825T8 6t1.175-2.825T12 2t2.825 1.175m-1.412 4.238Q14 6.825 14 6t-.587-1.412T12 4t-1.412.588T10 6t.588 1.413T12 8t1.413-.587M12 16.624"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsForYouOutline(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="M16.225 11.588q2.2-.413 3.775-1.088v10q-1.5.675-3.65 1.088T12 22t-4.35-.413T4 20.5v-10q1.575.675 3.775 1.088T12 12t4.225-.413M18 19v-5.75q-1.25.35-2.887.55T12 14t-3.113-.2T6 13.25V19q1.25.45 2.875.725T12 20t3.125-.275T18 19M14.825 3.175Q16 4.35 16 6t-1.175 2.825T12 10T9.175 8.825T8 6t1.175-2.825T12 2t2.825 1.175m-1.412 4.238Q14 6.825 14 6t-.587-1.412T12 4t-1.412.588T10 6t.588 1.413T12 8t1.413-.587M12 16.624"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.225 11.588q2.2-.413 3.775-1.088v10q-1.5.675-3.65 1.088T12 22t-4.35-.413T4 20.5v-10q1.575.675 3.775 1.088T12 12t4.225-.413M18 19v-5.75q-1.25.35-2.887.55T12 14t-3.113-.2T6 13.25V19q1.25.45 2.875.725T12 20t3.125-.275T18 19M14.825 3.175Q16 4.35 16 6t-1.175 2.825T12 10T9.175 8.825T8 6t1.175-2.825T12 2t2.825 1.175m-1.412 4.238Q14 6.825 14 6t-.587-1.412T12 4t-1.412.588T10 6t.588 1.413T12 8t1.413-.587M12 16.624"/></svg>
</template>

CSS

.icon-for-you-outline {
  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%22M16.225%2011.588q2.2-.413%203.775-1.088v10q-1.5.675-3.65%201.088T12%2022t-4.35-.413T4%2020.5v-10q1.575.675%203.775%201.088T12%2012t4.225-.413M18%2019v-5.75q-1.25.35-2.887.55T12%2014t-3.113-.2T6%2013.25V19q1.25.45%202.875.725T12%2020t3.125-.275T18%2019M14.825%203.175Q16%204.35%2016%206t-1.175%202.825T12%2010T9.175%208.825T8%206t1.175-2.825T12%202t2.825%201.175m-1.412%204.238Q14%206.825%2014%206t-.587-1.412T12%204t-1.412.588T10%206t.588%201.413T12%208t1.413-.587M12%2016.624%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%22M16.225%2011.588q2.2-.413%203.775-1.088v10q-1.5.675-3.65%201.088T12%2022t-4.35-.413T4%2020.5v-10q1.575.675%203.775%201.088T12%2012t4.225-.413M18%2019v-5.75q-1.25.35-2.887.55T12%2014t-3.113-.2T6%2013.25V19q1.25.45%202.875.725T12%2020t3.125-.275T18%2019M14.825%203.175Q16%204.35%2016%206t-1.175%202.825T12%2010T9.175%208.825T8%206t1.175-2.825T12%202t2.825%201.175m-1.412%204.238Q14%206.825%2014%206t-.587-1.412T12%204t-1.412.588T10%206t.588%201.413T12%208t1.413-.587M12%2016.624%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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