symbol icon
symbol from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- symbol
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
The same icon in other sets
Use the symbol icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.988 1.563a.52.52 0 0 1 .608-.417l.269.056c2.764.638 5.188 3.036 5.188 6.501c0 1.537-.7 2.745-1.515 3.663c-.585.659-1.255 1.193-1.793 1.602h1.637a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 1 0v1.846l.182-.138c.534-.405 1.152-.892 1.694-1.502c.715-.804 1.252-1.776 1.252-2.97c0-3.012-2.16-5.073-4.606-5.533l-.102-.03a.52.52 0 0 1-.314-.578M.86 7.297c0-1.536.7-2.744 1.515-3.663c.585-.658 1.255-1.192 1.793-1.602H2.532a.5.5 0 0 1 0-1h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V2.687l-.182.137c-.534.405-1.152.892-1.694 1.502c-.715.804-1.252 1.776-1.252 2.971c0 3.044 2.207 5.118 4.685 5.547a.522.522 0 0 1-.177 1.027C3.5 13.367.86 10.913.86 7.297"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsSymbol(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.988 1.563a.52.52 0 0 1 .608-.417l.269.056c2.764.638 5.188 3.036 5.188 6.501c0 1.537-.7 2.745-1.515 3.663c-.585.659-1.255 1.193-1.793 1.602h1.637a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 1 0v1.846l.182-.138c.534-.405 1.152-.892 1.694-1.502c.715-.804 1.252-1.776 1.252-2.97c0-3.012-2.16-5.073-4.606-5.533l-.102-.03a.52.52 0 0 1-.314-.578M.86 7.297c0-1.536.7-2.744 1.515-3.663c.585-.658 1.255-1.192 1.793-1.602H2.532a.5.5 0 0 1 0-1h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V2.687l-.182.137c-.534.405-1.152.892-1.694 1.502c-.715.804-1.252 1.776-1.252 2.971c0 3.044 2.207 5.118 4.685 5.547a.522.522 0 0 1-.177 1.027C3.5 13.367.86 10.913.86 7.297"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.988 1.563a.52.52 0 0 1 .608-.417l.269.056c2.764.638 5.188 3.036 5.188 6.501c0 1.537-.7 2.745-1.515 3.663c-.585.659-1.255 1.193-1.793 1.602h1.637a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 1 0v1.846l.182-.138c.534-.405 1.152-.892 1.694-1.502c.715-.804 1.252-1.776 1.252-2.97c0-3.012-2.16-5.073-4.606-5.533l-.102-.03a.52.52 0 0 1-.314-.578M.86 7.297c0-1.536.7-2.744 1.515-3.663c.585-.658 1.255-1.192 1.793-1.602H2.532a.5.5 0 0 1 0-1h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V2.687l-.182.137c-.534.405-1.152.892-1.694 1.502c-.715.804-1.252 1.776-1.252 2.971c0 3.044 2.207 5.118 4.685 5.547a.522.522 0 0 1-.177 1.027C3.5 13.367.86 10.913.86 7.297"/></svg> </template>
CSS
.icon-symbol {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.988%201.563a.52.52%200%200%201%20.608-.417l.269.056c2.764.638%205.188%203.036%205.188%206.501c0%201.537-.7%202.745-1.515%203.663c-.585.659-1.255%201.193-1.793%201.602h1.637a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.5-.5v-3a.5.5%200%200%201%201%200v1.846l.182-.138c.534-.405%201.152-.892%201.694-1.502c.715-.804%201.252-1.776%201.252-2.97c0-3.012-2.16-5.073-4.606-5.533l-.102-.03a.52.52%200%200%201-.314-.578M.86%207.297c0-1.536.7-2.744%201.515-3.663c.585-.658%201.255-1.192%201.793-1.602H2.532a.5.5%200%200%201%200-1h3a.5.5%200%200%201%20.5.5v3a.5.5%200%200%201-1%200V2.687l-.182.137c-.534.405-1.152.892-1.694%201.502c-.715.804-1.252%201.776-1.252%202.971c0%203.044%202.207%205.118%204.685%205.547a.522.522%200%200%201-.177%201.027C3.5%2013.367.86%2010.913.86%207.297%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.988%201.563a.52.52%200%200%201%20.608-.417l.269.056c2.764.638%205.188%203.036%205.188%206.501c0%201.537-.7%202.745-1.515%203.663c-.585.659-1.255%201.193-1.793%201.602h1.637a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.5-.5v-3a.5.5%200%200%201%201%200v1.846l.182-.138c.534-.405%201.152-.892%201.694-1.502c.715-.804%201.252-1.776%201.252-2.97c0-3.012-2.16-5.073-4.606-5.533l-.102-.03a.52.52%200%200%201-.314-.578M.86%207.297c0-1.536.7-2.744%201.515-3.663c.585-.658%201.255-1.192%201.793-1.602H2.532a.5.5%200%200%201%200-1h3a.5.5%200%200%201%20.5.5v3a.5.5%200%200%201-1%200V2.687l-.182.137c-.534.405-1.152.892-1.694%201.502c-.715.804-1.252%201.776-1.252%202.971c0%203.044%202.207%205.118%204.685%205.547a.522.522%200%200%201-.177%201.027C3.5%2013.367.86%2010.913.86%207.297%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/symbol.svg?color=%231a73e8&size=48