for you icon
for-you from Material Symbols by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- for-you
- Set
- Material Symbols
- Style
- Regular
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- for-you-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-.413m-1.4-8.412Q16 4.35 16 6t-1.175 2.825T12 10T9.175 8.825T8 6t1.175-2.825T12 2t2.825 1.175"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsForYou(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-.413m-1.4-8.412Q16 4.35 16 6t-1.175 2.825T12 10T9.175 8.825T8 6t1.175-2.825T12 2t2.825 1.175"/></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-.413m-1.4-8.412Q16 4.35 16 6t-1.175 2.825T12 10T9.175 8.825T8 6t1.175-2.825T12 2t2.825 1.175"/></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%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-.413m-1.4-8.412Q16%204.35%2016%206t-1.175%202.825T12%2010T9.175%208.825T8%206t1.175-2.825T12%202t2.825%201.175%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-.413m-1.4-8.412Q16%204.35%2016%206t-1.175%202.825T12%2010T9.175%208.825T8%206t1.175-2.825T12%202t2.825%201.175%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.svg?color=%231a73e8&size=48