femur-alt-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
femur-alt-rounded
Set
Material Symbols Light
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the femur alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.308 12.577q.328 0 .549-.23q.22-.23.22-.54q0-.13-.073-.382q.255-.062.414-.264t.159-.469q0-.329-.22-.549t-.55-.22q-.267 0-.469.156t-.263.417l-3.67-1.769q.084-.075.249-.535q0-.328-.22-.549q-.22-.22-.55-.22q-.309 0-.539.22t-.23.55q0 .188.099.357q-.256.062-.427.264t-.171.494q0 .31.23.539q.229.23.539.23q.254 0 .456-.14q.201-.139.282-.362l3.63 1.73q-.037.04-.214.503q0 .31.23.539q.229.23.539.23m3.89-3.888q.379.609.59 1.29T18 11.425v9.364q0 .509-.351.86t-.86.351l-5.135-.02q-.348 0-.603-.189t-.38-.512q-.85-2.485-.674-4.751t.2-2.86q-.007-.116-.03-.212t-.163-.115q-.29-.047-2.053-.449q-1.763-.401-3.688-1.705q-.367-.237-.413-.672t.216-.784l3.817-5.11q.267-.348.683-.45t.801.085l5.704 2.598q.685.292 1.217.758t.91 1.076"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFemurAltRounded(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="M13.308 12.577q.328 0 .549-.23q.22-.23.22-.54q0-.13-.073-.382q.255-.062.414-.264t.159-.469q0-.329-.22-.549t-.55-.22q-.267 0-.469.156t-.263.417l-3.67-1.769q.084-.075.249-.535q0-.328-.22-.549q-.22-.22-.55-.22q-.309 0-.539.22t-.23.55q0 .188.099.357q-.256.062-.427.264t-.171.494q0 .31.23.539q.229.23.539.23q.254 0 .456-.14q.201-.139.282-.362l3.63 1.73q-.037.04-.214.503q0 .31.23.539q.229.23.539.23m3.89-3.888q.379.609.59 1.29T18 11.425v9.364q0 .509-.351.86t-.86.351l-5.135-.02q-.348 0-.603-.189t-.38-.512q-.85-2.485-.674-4.751t.2-2.86q-.007-.116-.03-.212t-.163-.115q-.29-.047-2.053-.449q-1.763-.401-3.688-1.705q-.367-.237-.413-.672t.216-.784l3.817-5.11q.267-.348.683-.45t.801.085l5.704 2.598q.685.292 1.217.758t.91 1.076"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.308 12.577q.328 0 .549-.23q.22-.23.22-.54q0-.13-.073-.382q.255-.062.414-.264t.159-.469q0-.329-.22-.549t-.55-.22q-.267 0-.469.156t-.263.417l-3.67-1.769q.084-.075.249-.535q0-.328-.22-.549q-.22-.22-.55-.22q-.309 0-.539.22t-.23.55q0 .188.099.357q-.256.062-.427.264t-.171.494q0 .31.23.539q.229.23.539.23q.254 0 .456-.14q.201-.139.282-.362l3.63 1.73q-.037.04-.214.503q0 .31.23.539q.229.23.539.23m3.89-3.888q.379.609.59 1.29T18 11.425v9.364q0 .509-.351.86t-.86.351l-5.135-.02q-.348 0-.603-.189t-.38-.512q-.85-2.485-.674-4.751t.2-2.86q-.007-.116-.03-.212t-.163-.115q-.29-.047-2.053-.449q-1.763-.401-3.688-1.705q-.367-.237-.413-.672t.216-.784l3.817-5.11q.267-.348.683-.45t.801.085l5.704 2.598q.685.292 1.217.758t.91 1.076"/></svg>
</template>

CSS

.icon-femur-alt-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%22M13.308%2012.577q.328%200%20.549-.23q.22-.23.22-.54q0-.13-.073-.382q.255-.062.414-.264t.159-.469q0-.329-.22-.549t-.55-.22q-.267%200-.469.156t-.263.417l-3.67-1.769q.084-.075.249-.535q0-.328-.22-.549q-.22-.22-.55-.22q-.309%200-.539.22t-.23.55q0%20.188.099.357q-.256.062-.427.264t-.171.494q0%20.31.23.539q.229.23.539.23q.254%200%20.456-.14q.201-.139.282-.362l3.63%201.73q-.037.04-.214.503q0%20.31.23.539q.229.23.539.23m3.89-3.888q.379.609.59%201.29T18%2011.425v9.364q0%20.509-.351.86t-.86.351l-5.135-.02q-.348%200-.603-.189t-.38-.512q-.85-2.485-.674-4.751t.2-2.86q-.007-.116-.03-.212t-.163-.115q-.29-.047-2.053-.449q-1.763-.401-3.688-1.705q-.367-.237-.413-.672t.216-.784l3.817-5.11q.267-.348.683-.45t.801.085l5.704%202.598q.685.292%201.217.758t.91%201.076%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%22M13.308%2012.577q.328%200%20.549-.23q.22-.23.22-.54q0-.13-.073-.382q.255-.062.414-.264t.159-.469q0-.329-.22-.549t-.55-.22q-.267%200-.469.156t-.263.417l-3.67-1.769q.084-.075.249-.535q0-.328-.22-.549q-.22-.22-.55-.22q-.309%200-.539.22t-.23.55q0%20.188.099.357q-.256.062-.427.264t-.171.494q0%20.31.23.539q.229.23.539.23q.254%200%20.456-.14q.201-.139.282-.362l3.63%201.73q-.037.04-.214.503q0%20.31.23.539q.229.23.539.23m3.89-3.888q.379.609.59%201.29T18%2011.425v9.364q0%20.509-.351.86t-.86.351l-5.135-.02q-.348%200-.603-.189t-.38-.512q-.85-2.485-.674-4.751t.2-2.86q-.007-.116-.03-.212t-.163-.115q-.29-.047-2.053-.449q-1.763-.401-3.688-1.705q-.367-.237-.413-.672t.216-.784l3.817-5.11q.267-.348.683-.45t.801.085l5.704%202.598q.685.292%201.217.758t.91%201.076%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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