Here are JSON codes for you refer to:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "a",
"style": {
"font-size": "17px",
"font-weight": "bold",
"width": "150px",
"display": "flex",
"justify-content": "center",
"text-decoration": "none",
"border-radius": "10px",
"margin": "10px"
},
"attributes": {
"class": "ms-bgColor-themePrimary ms-fontColor-white",
"href": "= 'tel:' + @currentField",
"target": "_blank"
},
"children": [
{
"elmType": "span",
"style": {
"margin-right": "10px"
},
"attributes": {
"iconName": "Phone"
}
},
{
"elmType": "span",
"txtContent": "@currentField"
}
]
}
Result:
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.