account child invert icon
account-child-invert-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- account-child-invert-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- account-child-invert-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the account child invert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2q1.25 0 2.125.875T15 5t-.875 2.125T12 8t-2.125-.875T9 5t.875-2.125T12 2m0 7q1.175 0 2.325.275t2.075.775q.95.475 1.525 1.125T18.5 12.6v5.8q0 .8-.463 1.425t-1.212.625q-.375 0-.65-.287t-.275-.813v-.4q0-.95-1.312-1.55T12 16.8q-.975 0-1.925.313t-1.5.862q-.2.2-.1.513t.425.412q.8.225 1.613.325t1.687.125q.55 0 .938.388t.387.937t-.387.938T12.2 22q-.875 0-2.025-.2t-2.2-.625t-1.762-1.112T5.5 18.4v-5.8q0-.775.575-1.425t1.5-1.125q.95-.5 2.1-.775T12 9m0 6q.825 0 1.413-.587T14 13t-.587-1.412T12 11t-1.412.588T10 13t.588 1.413T12 15"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAccountChildInvertRounded(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="M12 2q1.25 0 2.125.875T15 5t-.875 2.125T12 8t-2.125-.875T9 5t.875-2.125T12 2m0 7q1.175 0 2.325.275t2.075.775q.95.475 1.525 1.125T18.5 12.6v5.8q0 .8-.463 1.425t-1.212.625q-.375 0-.65-.287t-.275-.813v-.4q0-.95-1.312-1.55T12 16.8q-.975 0-1.925.313t-1.5.862q-.2.2-.1.513t.425.412q.8.225 1.613.325t1.687.125q.55 0 .938.388t.387.937t-.387.938T12.2 22q-.875 0-2.025-.2t-2.2-.625t-1.762-1.112T5.5 18.4v-5.8q0-.775.575-1.425t1.5-1.125q.95-.5 2.1-.775T12 9m0 6q.825 0 1.413-.587T14 13t-.587-1.412T12 11t-1.412.588T10 13t.588 1.413T12 15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2q1.25 0 2.125.875T15 5t-.875 2.125T12 8t-2.125-.875T9 5t.875-2.125T12 2m0 7q1.175 0 2.325.275t2.075.775q.95.475 1.525 1.125T18.5 12.6v5.8q0 .8-.463 1.425t-1.212.625q-.375 0-.65-.287t-.275-.813v-.4q0-.95-1.312-1.55T12 16.8q-.975 0-1.925.313t-1.5.862q-.2.2-.1.513t.425.412q.8.225 1.613.325t1.687.125q.55 0 .938.388t.387.937t-.387.938T12.2 22q-.875 0-2.025-.2t-2.2-.625t-1.762-1.112T5.5 18.4v-5.8q0-.775.575-1.425t1.5-1.125q.95-.5 2.1-.775T12 9m0 6q.825 0 1.413-.587T14 13t-.587-1.412T12 11t-1.412.588T10 13t.588 1.413T12 15"/></svg> </template>
CSS
.icon-account-child-invert-rounded {
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%22M12%202q1.25%200%202.125.875T15%205t-.875%202.125T12%208t-2.125-.875T9%205t.875-2.125T12%202m0%207q1.175%200%202.325.275t2.075.775q.95.475%201.525%201.125T18.5%2012.6v5.8q0%20.8-.463%201.425t-1.212.625q-.375%200-.65-.287t-.275-.813v-.4q0-.95-1.312-1.55T12%2016.8q-.975%200-1.925.313t-1.5.862q-.2.2-.1.513t.425.412q.8.225%201.613.325t1.687.125q.55%200%20.938.388t.387.937t-.387.938T12.2%2022q-.875%200-2.025-.2t-2.2-.625t-1.762-1.112T5.5%2018.4v-5.8q0-.775.575-1.425t1.5-1.125q.95-.5%202.1-.775T12%209m0%206q.825%200%201.413-.587T14%2013t-.587-1.412T12%2011t-1.412.588T10%2013t.588%201.413T12%2015%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%22M12%202q1.25%200%202.125.875T15%205t-.875%202.125T12%208t-2.125-.875T9%205t.875-2.125T12%202m0%207q1.175%200%202.325.275t2.075.775q.95.475%201.525%201.125T18.5%2012.6v5.8q0%20.8-.463%201.425t-1.212.625q-.375%200-.65-.287t-.275-.813v-.4q0-.95-1.312-1.55T12%2016.8q-.975%200-1.925.313t-1.5.862q-.2.2-.1.513t.425.412q.8.225%201.613.325t1.687.125q.55%200%20.938.388t.387.937t-.387.938T12.2%2022q-.875%200-2.025-.2t-2.2-.625t-1.762-1.112T5.5%2018.4v-5.8q0-.775.575-1.425t1.5-1.125q.95-.5%202.1-.775T12%209m0%206q.825%200%201.413-.587T14%2013t-.587-1.412T12%2011t-1.412.588T10%2013t.588%201.413T12%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/account-child-invert-rounded.svg?color=%231a73e8&size=48