ulna-radius-alt from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
ulna-radius-alt
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
ulna-radius-alt-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the ulna radius alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.673 12.064l5.02-6.814q1.913 1.04 3.417 2.749t2.073 3.497q1.034-1.258 2.103-1.9q1.068-.642 3.249-1.219q.919-.248 1.622-.48q.703-.234 1.324-.513v7.362l-7.25 4.571q-.417.262-.888.405q-.47.144-.993.144q-.654 0-1.267-.25q-.614-.249-1.112-.716zm10.366 4.994q.309 0 .539-.23t.23-.54q0-.107-.254-.52l3.473-2.168q.067.239.27.387t.453.148q.31 0 .54-.23t.23-.54q0-.292-.216-.519q-.215-.227-.508-.244h-.038q.044-.07.057-.144t.012-.17q0-.31-.23-.539t-.54-.23t-.539.23t-.23.54q0 .1.253.55l-3.474 2.142q-.067-.225-.266-.372t-.455-.147q-.31 0-.54.23q-.229.23-.229.539q0 .292.215.519q.216.227.547.244q-.045.07-.057.145t-.013.15q0 .309.23.539t.54.23"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightUlnaRadiusAlt(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="m2.673 12.064l5.02-6.814q1.913 1.04 3.417 2.749t2.073 3.497q1.034-1.258 2.103-1.9q1.068-.642 3.249-1.219q.919-.248 1.622-.48q.703-.234 1.324-.513v7.362l-7.25 4.571q-.417.262-.888.405q-.47.144-.993.144q-.654 0-1.267-.25q-.614-.249-1.112-.716zm10.366 4.994q.309 0 .539-.23t.23-.54q0-.107-.254-.52l3.473-2.168q.067.239.27.387t.453.148q.31 0 .54-.23t.23-.54q0-.292-.216-.519q-.215-.227-.508-.244h-.038q.044-.07.057-.144t.012-.17q0-.31-.23-.539t-.54-.23t-.539.23t-.23.54q0 .1.253.55l-3.474 2.142q-.067-.225-.266-.372t-.455-.147q-.31 0-.54.23q-.229.23-.229.539q0 .292.215.519q.216.227.547.244q-.045.07-.057.145t-.013.15q0 .309.23.539t.54.23"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.673 12.064l5.02-6.814q1.913 1.04 3.417 2.749t2.073 3.497q1.034-1.258 2.103-1.9q1.068-.642 3.249-1.219q.919-.248 1.622-.48q.703-.234 1.324-.513v7.362l-7.25 4.571q-.417.262-.888.405q-.47.144-.993.144q-.654 0-1.267-.25q-.614-.249-1.112-.716zm10.366 4.994q.309 0 .539-.23t.23-.54q0-.107-.254-.52l3.473-2.168q.067.239.27.387t.453.148q.31 0 .54-.23t.23-.54q0-.292-.216-.519q-.215-.227-.508-.244h-.038q.044-.07.057-.144t.012-.17q0-.31-.23-.539t-.54-.23t-.539.23t-.23.54q0 .1.253.55l-3.474 2.142q-.067-.225-.266-.372t-.455-.147q-.31 0-.54.23q-.229.23-.229.539q0 .292.215.519q.216.227.547.244q-.045.07-.057.145t-.013.15q0 .309.23.539t.54.23"/></svg>
</template>

CSS

.icon-ulna-radius-alt {
  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%22m2.673%2012.064l5.02-6.814q1.913%201.04%203.417%202.749t2.073%203.497q1.034-1.258%202.103-1.9q1.068-.642%203.249-1.219q.919-.248%201.622-.48q.703-.234%201.324-.513v7.362l-7.25%204.571q-.417.262-.888.405q-.47.144-.993.144q-.654%200-1.267-.25q-.614-.249-1.112-.716zm10.366%204.994q.309%200%20.539-.23t.23-.54q0-.107-.254-.52l3.473-2.168q.067.239.27.387t.453.148q.31%200%20.54-.23t.23-.54q0-.292-.216-.519q-.215-.227-.508-.244h-.038q.044-.07.057-.144t.012-.17q0-.31-.23-.539t-.54-.23t-.539.23t-.23.54q0%20.1.253.55l-3.474%202.142q-.067-.225-.266-.372t-.455-.147q-.31%200-.54.23q-.229.23-.229.539q0%20.292.215.519q.216.227.547.244q-.045.07-.057.145t-.013.15q0%20.309.23.539t.54.23%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%22m2.673%2012.064l5.02-6.814q1.913%201.04%203.417%202.749t2.073%203.497q1.034-1.258%202.103-1.9q1.068-.642%203.249-1.219q.919-.248%201.622-.48q.703-.234%201.324-.513v7.362l-7.25%204.571q-.417.262-.888.405q-.47.144-.993.144q-.654%200-1.267-.25q-.614-.249-1.112-.716zm10.366%204.994q.309%200%20.539-.23t.23-.54q0-.107-.254-.52l3.473-2.168q.067.239.27.387t.453.148q.31%200%20.54-.23t.23-.54q0-.292-.216-.519q-.215-.227-.508-.244h-.038q.044-.07.057-.144t.012-.17q0-.31-.23-.539t-.54-.23t-.539.23t-.23.54q0%20.1.253.55l-3.474%202.142q-.067-.225-.266-.372t-.455-.147q-.31%200-.54.23q-.229.23-.229.539q0%20.292.215.519q.216.227.547.244q-.045.07-.057.145t-.013.15q0%20.309.23.539t.54.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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