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

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

1 other variant in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the ulna radius icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.321 20.95q-.396 0-.764-.145t-.622-.4q-.231-.23-.43-.342t-.43-.113h-2.254q-.627 0-1.063-.449t-.437-1.076q0-.344.164-.655q.163-.31.47-.556l.982-.82q.173-.153.279-.346q.105-.192.105-.423v-5.53q0-.155-.038-.299t-.135-.279l-1.55-2.219q-.148-.19-.213-.402q-.064-.211-.064-.446q0-.627.437-1.063t1.063-.437h5q.627 0 1.06.424t.434 1.051q0 .221-.07.437q-.072.215-.2.425l-1.55 2.23q-.097.116-.135.27q-.039.153-.039.307v5.581q0 .212.077.385t.23.327l.957.975q.346.327.541.741t.195.847q0 .846-.577 1.423t-1.423.577M9.05 19.746q-.16.087-.341.13t-.367.043q-.702 0-1.188-.483q-.487-.484-.487-1.161V9.348q0-.212-.038-.404t-.135-.365L4.821 5.077q-.067-.154-.11-.313q-.044-.16-.044-.32q0-.627.437-1.06t1.063-.434h3.5v1.77q0 .096.067.163q.068.067.164.067h.77q.626 0 1.063.437t.436 1.063q0 .252-.067.47t-.221.428l-.865 1.12q-.173.23-.26.5q-.087.268-.087.557v4.5q0 .135.02.26t.057.26q.039.134.087.25q.048.114.125.23l.94 1.433q.123.19.197.399t.074.443q0 .437-.23.787t-.606.534z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightUlnaRadius(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="M17.321 20.95q-.396 0-.764-.145t-.622-.4q-.231-.23-.43-.342t-.43-.113h-2.254q-.627 0-1.063-.449t-.437-1.076q0-.344.164-.655q.163-.31.47-.556l.982-.82q.173-.153.279-.346q.105-.192.105-.423v-5.53q0-.155-.038-.299t-.135-.279l-1.55-2.219q-.148-.19-.213-.402q-.064-.211-.064-.446q0-.627.437-1.063t1.063-.437h5q.627 0 1.06.424t.434 1.051q0 .221-.07.437q-.072.215-.2.425l-1.55 2.23q-.097.116-.135.27q-.039.153-.039.307v5.581q0 .212.077.385t.23.327l.957.975q.346.327.541.741t.195.847q0 .846-.577 1.423t-1.423.577M9.05 19.746q-.16.087-.341.13t-.367.043q-.702 0-1.188-.483q-.487-.484-.487-1.161V9.348q0-.212-.038-.404t-.135-.365L4.821 5.077q-.067-.154-.11-.313q-.044-.16-.044-.32q0-.627.437-1.06t1.063-.434h3.5v1.77q0 .096.067.163q.068.067.164.067h.77q.626 0 1.063.437t.436 1.063q0 .252-.067.47t-.221.428l-.865 1.12q-.173.23-.26.5q-.087.268-.087.557v4.5q0 .135.02.26t.057.26q.039.134.087.25q.048.114.125.23l.94 1.433q.123.19.197.399t.074.443q0 .437-.23.787t-.606.534z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.321 20.95q-.396 0-.764-.145t-.622-.4q-.231-.23-.43-.342t-.43-.113h-2.254q-.627 0-1.063-.449t-.437-1.076q0-.344.164-.655q.163-.31.47-.556l.982-.82q.173-.153.279-.346q.105-.192.105-.423v-5.53q0-.155-.038-.299t-.135-.279l-1.55-2.219q-.148-.19-.213-.402q-.064-.211-.064-.446q0-.627.437-1.063t1.063-.437h5q.627 0 1.06.424t.434 1.051q0 .221-.07.437q-.072.215-.2.425l-1.55 2.23q-.097.116-.135.27q-.039.153-.039.307v5.581q0 .212.077.385t.23.327l.957.975q.346.327.541.741t.195.847q0 .846-.577 1.423t-1.423.577M9.05 19.746q-.16.087-.341.13t-.367.043q-.702 0-1.188-.483q-.487-.484-.487-1.161V9.348q0-.212-.038-.404t-.135-.365L4.821 5.077q-.067-.154-.11-.313q-.044-.16-.044-.32q0-.627.437-1.06t1.063-.434h3.5v1.77q0 .096.067.163q.068.067.164.067h.77q.626 0 1.063.437t.436 1.063q0 .252-.067.47t-.221.428l-.865 1.12q-.173.23-.26.5q-.087.268-.087.557v4.5q0 .135.02.26t.057.26q.039.134.087.25q.048.114.125.23l.94 1.433q.123.19.197.399t.074.443q0 .437-.23.787t-.606.534z"/></svg>
</template>

CSS

.icon-ulna-radius {
  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%22M17.321%2020.95q-.396%200-.764-.145t-.622-.4q-.231-.23-.43-.342t-.43-.113h-2.254q-.627%200-1.063-.449t-.437-1.076q0-.344.164-.655q.163-.31.47-.556l.982-.82q.173-.153.279-.346q.105-.192.105-.423v-5.53q0-.155-.038-.299t-.135-.279l-1.55-2.219q-.148-.19-.213-.402q-.064-.211-.064-.446q0-.627.437-1.063t1.063-.437h5q.627%200%201.06.424t.434%201.051q0%20.221-.07.437q-.072.215-.2.425l-1.55%202.23q-.097.116-.135.27q-.039.153-.039.307v5.581q0%20.212.077.385t.23.327l.957.975q.346.327.541.741t.195.847q0%20.846-.577%201.423t-1.423.577M9.05%2019.746q-.16.087-.341.13t-.367.043q-.702%200-1.188-.483q-.487-.484-.487-1.161V9.348q0-.212-.038-.404t-.135-.365L4.821%205.077q-.067-.154-.11-.313q-.044-.16-.044-.32q0-.627.437-1.06t1.063-.434h3.5v1.77q0%20.096.067.163q.068.067.164.067h.77q.626%200%201.063.437t.436%201.063q0%20.252-.067.47t-.221.428l-.865%201.12q-.173.23-.26.5q-.087.268-.087.557v4.5q0%20.135.02.26t.057.26q.039.134.087.25q.048.114.125.23l.94%201.433q.123.19.197.399t.074.443q0%20.437-.23.787t-.606.534z%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%22M17.321%2020.95q-.396%200-.764-.145t-.622-.4q-.231-.23-.43-.342t-.43-.113h-2.254q-.627%200-1.063-.449t-.437-1.076q0-.344.164-.655q.163-.31.47-.556l.982-.82q.173-.153.279-.346q.105-.192.105-.423v-5.53q0-.155-.038-.299t-.135-.279l-1.55-2.219q-.148-.19-.213-.402q-.064-.211-.064-.446q0-.627.437-1.063t1.063-.437h5q.627%200%201.06.424t.434%201.051q0%20.221-.07.437q-.072.215-.2.425l-1.55%202.23q-.097.116-.135.27q-.039.153-.039.307v5.581q0%20.212.077.385t.23.327l.957.975q.346.327.541.741t.195.847q0%20.846-.577%201.423t-1.423.577M9.05%2019.746q-.16.087-.341.13t-.367.043q-.702%200-1.188-.483q-.487-.484-.487-1.161V9.348q0-.212-.038-.404t-.135-.365L4.821%205.077q-.067-.154-.11-.313q-.044-.16-.044-.32q0-.627.437-1.06t1.063-.434h3.5v1.77q0%20.096.067.163q.068.067.164.067h.77q.626%200%201.063.437t.436%201.063q0%20.252-.067.47t-.221.428l-.865%201.12q-.173.23-.26.5q-.087.268-.087.557v4.5q0%20.135.02.26t.057.26q.039.134.087.25q.048.114.125.23l.94%201.433q.123.19.197.399t.074.443q0%20.437-.23.787t-.606.534z%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.svg?color=%231a73e8&size=48