ulna radius alt icon
ulna-radius-alt-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- ulna-radius-alt-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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="M12.35 21q-.75 0-1.45-.288T9.625 19.9L2.6 13.35q-.275-.25-.313-.612t.163-.663l4.375-7q.275-.45.8-.587t.975.137Q10.15 5.6 11.425 7t1.95 2.9q.9-.95 1.988-1.525T18.4 7.3q.675-.2 1.238-.362t1.062-.363q.475-.2.888.075t.412.775v7.125q0 .5-.25.963t-.675.737L14.5 20.375q-.475.3-1.012.463T12.35 21m.4-3.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.287"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsUlnaRadiusAltRounded(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="M12.35 21q-.75 0-1.45-.288T9.625 19.9L2.6 13.35q-.275-.25-.313-.612t.163-.663l4.375-7q.275-.45.8-.587t.975.137Q10.15 5.6 11.425 7t1.95 2.9q.9-.95 1.988-1.525T18.4 7.3q.675-.2 1.238-.362t1.062-.363q.475-.2.888.075t.412.775v7.125q0 .5-.25.963t-.675.737L14.5 20.375q-.475.3-1.012.463T12.35 21m.4-3.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.287"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.35 21q-.75 0-1.45-.288T9.625 19.9L2.6 13.35q-.275-.25-.313-.612t.163-.663l4.375-7q.275-.45.8-.587t.975.137Q10.15 5.6 11.425 7t1.95 2.9q.9-.95 1.988-1.525T18.4 7.3q.675-.2 1.238-.362t1.062-.363q.475-.2.888.075t.412.775v7.125q0 .5-.25.963t-.675.737L14.5 20.375q-.475.3-1.012.463T12.35 21m.4-3.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.287"/></svg> </template>
CSS
.icon-ulna-radius-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%22M12.35%2021q-.75%200-1.45-.288T9.625%2019.9L2.6%2013.35q-.275-.25-.313-.612t.163-.663l4.375-7q.275-.45.8-.587t.975.137Q10.15%205.6%2011.425%207t1.95%202.9q.9-.95%201.988-1.525T18.4%207.3q.675-.2%201.238-.362t1.062-.363q.475-.2.888.075t.412.775v7.125q0%20.5-.25.963t-.675.737L14.5%2020.375q-.475.3-1.012.463T12.35%2021m.4-3.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.287%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%22M12.35%2021q-.75%200-1.45-.288T9.625%2019.9L2.6%2013.35q-.275-.25-.313-.612t.163-.663l4.375-7q.275-.45.8-.587t.975.137Q10.15%205.6%2011.425%207t1.95%202.9q.9-.95%201.988-1.525T18.4%207.3q.675-.2%201.238-.362t1.062-.363q.475-.2.888.075t.412.775v7.125q0%20.5-.25.963t-.675.737L14.5%2020.375q-.475.3-1.012.463T12.35%2021m.4-3.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.287%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-rounded.svg?color=%231a73e8&size=48