ulna radius alt icon
ulna-radius-alt-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- ulna-radius-alt-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- ulna-radius-alt-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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 12.775l1.1-1.75L11 18.45q.3.275.663.413t.712.137q.3 0 .575-.088t.5-.212L22 13.3v2.35l-7.5 4.725q-.475.3-1.012.463T12.35 21q-.75 0-1.45-.288T9.625 19.9zM12.75 17.5q.425 0 .713-.288t.287-.712q0-.05-.1-.425l3.55-2.225q.125.2.338.3t.462.1q.425 0 .712-.288T19 13.25q0-.35-.225-.625t-.575-.35q.025-.05.038-.125t.012-.15q0-.425-.288-.712T17.25 11t-.712.288t-.288.712q0 .1.175.55l-3.55 2.2q-.125-.225-.363-.363T12 14.25q-.425 0-.712.288T11 15.25q0 .35.225.625t.575.35q-.025.05-.038.125t-.012.15q0 .425.288.713t.712.287M6.425 5.7L7.5 4q1.875.925 3.475 2.537t2.4 3.363q.9-.95 1.988-1.513T18.4 7.3q1.15-.325 1.988-.625T22 6v2.2q-.675.275-1.412.525t-1.663.5q-2.1.55-3.137 1.225t-1.938 2.1q-.125.2-.35.325T13 13q-.35 0-.625-.225t-.35-.55q-.45-1.9-2.012-3.725T6.425 5.7M3.1 11.025q1.8 1.675 3.95 3.713T11 18.45q.3.275.663.413t.712.137q.3 0 .575-.088t.5-.212q1.575-.975 4.125-2.587T22 13.3l-8.55 5.4q-.225.125-.5.213t-.575.087q-.35 0-.712-.138T11 18.45z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsUlnaRadiusAltOutline(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 12.775l1.1-1.75L11 18.45q.3.275.663.413t.712.137q.3 0 .575-.088t.5-.212L22 13.3v2.35l-7.5 4.725q-.475.3-1.012.463T12.35 21q-.75 0-1.45-.288T9.625 19.9zM12.75 17.5q.425 0 .713-.288t.287-.712q0-.05-.1-.425l3.55-2.225q.125.2.338.3t.462.1q.425 0 .712-.288T19 13.25q0-.35-.225-.625t-.575-.35q.025-.05.038-.125t.012-.15q0-.425-.288-.712T17.25 11t-.712.288t-.288.712q0 .1.175.55l-3.55 2.2q-.125-.225-.363-.363T12 14.25q-.425 0-.712.288T11 15.25q0 .35.225.625t.575.35q-.025.05-.038.125t-.012.15q0 .425.288.713t.712.287M6.425 5.7L7.5 4q1.875.925 3.475 2.537t2.4 3.363q.9-.95 1.988-1.513T18.4 7.3q1.15-.325 1.988-.625T22 6v2.2q-.675.275-1.412.525t-1.663.5q-2.1.55-3.137 1.225t-1.938 2.1q-.125.2-.35.325T13 13q-.35 0-.625-.225t-.35-.55q-.45-1.9-2.012-3.725T6.425 5.7M3.1 11.025q1.8 1.675 3.95 3.713T11 18.45q.3.275.663.413t.712.137q.3 0 .575-.088t.5-.212q1.575-.975 4.125-2.587T22 13.3l-8.55 5.4q-.225.125-.5.213t-.575.087q-.35 0-.712-.138T11 18.45z"/></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 12.775l1.1-1.75L11 18.45q.3.275.663.413t.712.137q.3 0 .575-.088t.5-.212L22 13.3v2.35l-7.5 4.725q-.475.3-1.012.463T12.35 21q-.75 0-1.45-.288T9.625 19.9zM12.75 17.5q.425 0 .713-.288t.287-.712q0-.05-.1-.425l3.55-2.225q.125.2.338.3t.462.1q.425 0 .712-.288T19 13.25q0-.35-.225-.625t-.575-.35q.025-.05.038-.125t.012-.15q0-.425-.288-.712T17.25 11t-.712.288t-.288.712q0 .1.175.55l-3.55 2.2q-.125-.225-.363-.363T12 14.25q-.425 0-.712.288T11 15.25q0 .35.225.625t.575.35q-.025.05-.038.125t-.012.15q0 .425.288.713t.712.287M6.425 5.7L7.5 4q1.875.925 3.475 2.537t2.4 3.363q.9-.95 1.988-1.513T18.4 7.3q1.15-.325 1.988-.625T22 6v2.2q-.675.275-1.412.525t-1.663.5q-2.1.55-3.137 1.225t-1.938 2.1q-.125.2-.35.325T13 13q-.35 0-.625-.225t-.35-.55q-.45-1.9-2.012-3.725T6.425 5.7M3.1 11.025q1.8 1.675 3.95 3.713T11 18.45q.3.275.663.413t.712.137q.3 0 .575-.088t.5-.212q1.575-.975 4.125-2.587T22 13.3l-8.55 5.4q-.225.125-.5.213t-.575.087q-.35 0-.712-.138T11 18.45z"/></svg> </template>
CSS
.icon-ulna-radius-alt-outline {
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%2012.775l1.1-1.75L11%2018.45q.3.275.663.413t.712.137q.3%200%20.575-.088t.5-.212L22%2013.3v2.35l-7.5%204.725q-.475.3-1.012.463T12.35%2021q-.75%200-1.45-.288T9.625%2019.9zM12.75%2017.5q.425%200%20.713-.288t.287-.712q0-.05-.1-.425l3.55-2.225q.125.2.338.3t.462.1q.425%200%20.712-.288T19%2013.25q0-.35-.225-.625t-.575-.35q.025-.05.038-.125t.012-.15q0-.425-.288-.712T17.25%2011t-.712.288t-.288.712q0%20.1.175.55l-3.55%202.2q-.125-.225-.363-.363T12%2014.25q-.425%200-.712.288T11%2015.25q0%20.35.225.625t.575.35q-.025.05-.038.125t-.012.15q0%20.425.288.713t.712.287M6.425%205.7L7.5%204q1.875.925%203.475%202.537t2.4%203.363q.9-.95%201.988-1.513T18.4%207.3q1.15-.325%201.988-.625T22%206v2.2q-.675.275-1.412.525t-1.663.5q-2.1.55-3.137%201.225t-1.938%202.1q-.125.2-.35.325T13%2013q-.35%200-.625-.225t-.35-.55q-.45-1.9-2.012-3.725T6.425%205.7M3.1%2011.025q1.8%201.675%203.95%203.713T11%2018.45q.3.275.663.413t.712.137q.3%200%20.575-.088t.5-.212q1.575-.975%204.125-2.587T22%2013.3l-8.55%205.4q-.225.125-.5.213t-.575.087q-.35%200-.712-.138T11%2018.45z%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%2012.775l1.1-1.75L11%2018.45q.3.275.663.413t.712.137q.3%200%20.575-.088t.5-.212L22%2013.3v2.35l-7.5%204.725q-.475.3-1.012.463T12.35%2021q-.75%200-1.45-.288T9.625%2019.9zM12.75%2017.5q.425%200%20.713-.288t.287-.712q0-.05-.1-.425l3.55-2.225q.125.2.338.3t.462.1q.425%200%20.712-.288T19%2013.25q0-.35-.225-.625t-.575-.35q.025-.05.038-.125t.012-.15q0-.425-.288-.712T17.25%2011t-.712.288t-.288.712q0%20.1.175.55l-3.55%202.2q-.125-.225-.363-.363T12%2014.25q-.425%200-.712.288T11%2015.25q0%20.35.225.625t.575.35q-.025.05-.038.125t-.012.15q0%20.425.288.713t.712.287M6.425%205.7L7.5%204q1.875.925%203.475%202.537t2.4%203.363q.9-.95%201.988-1.513T18.4%207.3q1.15-.325%201.988-.625T22%206v2.2q-.675.275-1.412.525t-1.663.5q-2.1.55-3.137%201.225t-1.938%202.1q-.125.2-.35.325T13%2013q-.35%200-.625-.225t-.35-.55q-.45-1.9-2.012-3.725T6.425%205.7M3.1%2011.025q1.8%201.675%203.95%203.713T11%2018.45q.3.275.663.413t.712.137q.3%200%20.575-.088t.5-.212q1.575-.975%204.125-2.587T22%2013.3l-8.55%205.4q-.225.125-.5.213t-.575.087q-.35%200-.712-.138T11%2018.45z%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-alt-outline.svg?color=%231a73e8&size=48