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

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

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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.975 21.95q-.55 0-1.062-.212t-.863-.563l-.112-.112l-.113-.113h-2.35q-1.05 0-1.775-.737t-.725-1.788q0-.575.25-1.088t.75-.912l1-.8v-5.55l-1.55-2.2q-.225-.325-.337-.7t-.113-.725q0-1.05.725-1.775t1.775-.725h5q1.05 0 1.763.713t.712 1.762q0 .375-.1.725t-.325.675l-1.55 2.25v5.6l.975.975q.5.5.763 1.088t.262 1.212q0 1.25-.875 2.125t-2.125.875M8.8 20.65q-.275.125-.562.188t-.588.062q-1.125 0-1.9-.762t-.775-1.863v-9.1L3.225 5.5q-.125-.25-.187-.525t-.063-.55q0-1.05.725-1.763t1.775-.712h4.5v2q1.05 0 1.775.725t.725 1.775q0 .425-.125.788t-.375.687l-1 1.35v5L12.05 15.9q.2.325.313.688t.112.712q0 .725-.375 1.325t-1 .9z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsUlnaRadius(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.975 21.95q-.55 0-1.062-.212t-.863-.563l-.112-.112l-.113-.113h-2.35q-1.05 0-1.775-.737t-.725-1.788q0-.575.25-1.088t.75-.912l1-.8v-5.55l-1.55-2.2q-.225-.325-.337-.7t-.113-.725q0-1.05.725-1.775t1.775-.725h5q1.05 0 1.763.713t.712 1.762q0 .375-.1.725t-.325.675l-1.55 2.25v5.6l.975.975q.5.5.763 1.088t.262 1.212q0 1.25-.875 2.125t-2.125.875M8.8 20.65q-.275.125-.562.188t-.588.062q-1.125 0-1.9-.762t-.775-1.863v-9.1L3.225 5.5q-.125-.25-.187-.525t-.063-.55q0-1.05.725-1.763t1.775-.712h4.5v2q1.05 0 1.775.725t.725 1.775q0 .425-.125.788t-.375.687l-1 1.35v5L12.05 15.9q.2.325.313.688t.112.712q0 .725-.375 1.325t-1 .9z"/></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.975 21.95q-.55 0-1.062-.212t-.863-.563l-.112-.112l-.113-.113h-2.35q-1.05 0-1.775-.737t-.725-1.788q0-.575.25-1.088t.75-.912l1-.8v-5.55l-1.55-2.2q-.225-.325-.337-.7t-.113-.725q0-1.05.725-1.775t1.775-.725h5q1.05 0 1.763.713t.712 1.762q0 .375-.1.725t-.325.675l-1.55 2.25v5.6l.975.975q.5.5.763 1.088t.262 1.212q0 1.25-.875 2.125t-2.125.875M8.8 20.65q-.275.125-.562.188t-.588.062q-1.125 0-1.9-.762t-.775-1.863v-9.1L3.225 5.5q-.125-.25-.187-.525t-.063-.55q0-1.05.725-1.763t1.775-.712h4.5v2q1.05 0 1.775.725t.725 1.775q0 .425-.125.788t-.375.687l-1 1.35v5L12.05 15.9q.2.325.313.688t.112.712q0 .725-.375 1.325t-1 .9z"/></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.975%2021.95q-.55%200-1.062-.212t-.863-.563l-.112-.112l-.113-.113h-2.35q-1.05%200-1.775-.737t-.725-1.788q0-.575.25-1.088t.75-.912l1-.8v-5.55l-1.55-2.2q-.225-.325-.337-.7t-.113-.725q0-1.05.725-1.775t1.775-.725h5q1.05%200%201.763.713t.712%201.762q0%20.375-.1.725t-.325.675l-1.55%202.25v5.6l.975.975q.5.5.763%201.088t.262%201.212q0%201.25-.875%202.125t-2.125.875M8.8%2020.65q-.275.125-.562.188t-.588.062q-1.125%200-1.9-.762t-.775-1.863v-9.1L3.225%205.5q-.125-.25-.187-.525t-.063-.55q0-1.05.725-1.763t1.775-.712h4.5v2q1.05%200%201.775.725t.725%201.775q0%20.425-.125.788t-.375.687l-1%201.35v5L12.05%2015.9q.2.325.313.688t.112.712q0%20.725-.375%201.325t-1%20.9z%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.975%2021.95q-.55%200-1.062-.212t-.863-.563l-.112-.112l-.113-.113h-2.35q-1.05%200-1.775-.737t-.725-1.788q0-.575.25-1.088t.75-.912l1-.8v-5.55l-1.55-2.2q-.225-.325-.337-.7t-.113-.725q0-1.05.725-1.775t1.775-.725h5q1.05%200%201.763.713t.712%201.762q0%20.375-.1.725t-.325.675l-1.55%202.25v5.6l.975.975q.5.5.763%201.088t.262%201.212q0%201.25-.875%202.125t-2.125.875M8.8%2020.65q-.275.125-.562.188t-.588.062q-1.125%200-1.9-.762t-.775-1.863v-9.1L3.225%205.5q-.125-.25-.187-.525t-.063-.55q0-1.05.725-1.763t1.775-.712h4.5v2q1.05%200%201.775.725t.725%201.775q0%20.425-.125.788t-.375.687l-1%201.35v5L12.05%2015.9q.2.325.313.688t.112.712q0%20.725-.375%201.325t-1%20.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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