brand signal icon
brand-signal from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.
- Name
- brand-signal
- Set
- Tabler Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
Related icons in Tabler Icons
brand-4chanbrand-abstractbrand-adobebrand-adobe-after-effectsbrand-adobe-illustratorbrand-adobe-indesignbrand-adobe-photoshopbrand-adobe-premierebrand-adobe-xdbrand-adonis-jsbrand-airbnbbrand-airtablebrand-algoliabrand-alipaybrand-alpine-jsbrand-amazonbrand-amdbrand-amiebrand-amigobrand-among-usbrand-androidbrand-angularbrand-ansiblebrand-ao3
Use the brand signal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2.708 22.726l.148-.034l.822-.191m2.754-.642l.472-.11q.729.38 1.501.647m2.939.584a11 11 0 0 0 1.313 0m2.939-.583q.627-.216 1.217-.504m2.484-1.663a11 11 0 0 0 .933-.933m1.663-2.485q.288-.59.505-1.216m.582-2.94q.019-.326.02-.656q-.001-.33-.02-.657m-.583-2.939a11 11 0 0 0-.504-1.217M20.23 4.703a11 11 0 0 0-.933-.933m-2.485-1.663q-.59-.288-1.216-.505m-2.94-.582Q12.33 1.001 12 1q-.33.001-.657.02m-2.939.583q-.627.217-1.217.504M4.703 3.77a11 11 0 0 0-.933.933M2.107 7.188q-.288.59-.505 1.216m-.582 2.94Q1.001 11.67 1 12q0 .328.02.657m.584 2.939q.267.772.648 1.501l-.11.471m-.643 2.754l-.217.93l-.009.039a1.195 1.195 0 0 0 1.435 1.435m2.14-3.574l2.446-.57l.993.519a8 8 0 0 0 1.805.675a8 8 0 0 0 1.908.223c2.21 0 4.21-.895 5.657-2.342A7.98 7.98 0 0 0 19.999 12c0-2.21-.895-4.21-2.342-5.657A7.98 7.98 0 0 0 12 4.001c-2.21 0-4.21.895-5.657 2.342A7.98 7.98 0 0 0 4.001 12a8 8 0 0 0 .899 3.714l.519.993z"/></svg>
React
import type { SVGProps } from "react";
export function TablerBrandSignal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m2.708 22.726l.148-.034l.822-.191m2.754-.642l.472-.11q.729.38 1.501.647m2.939.584a11 11 0 0 0 1.313 0m2.939-.583q.627-.216 1.217-.504m2.484-1.663a11 11 0 0 0 .933-.933m1.663-2.485q.288-.59.505-1.216m.582-2.94q.019-.326.02-.656q-.001-.33-.02-.657m-.583-2.939a11 11 0 0 0-.504-1.217M20.23 4.703a11 11 0 0 0-.933-.933m-2.485-1.663q-.59-.288-1.216-.505m-2.94-.582Q12.33 1.001 12 1q-.33.001-.657.02m-2.939.583q-.627.217-1.217.504M4.703 3.77a11 11 0 0 0-.933.933M2.107 7.188q-.288.59-.505 1.216m-.582 2.94Q1.001 11.67 1 12q0 .328.02.657m.584 2.939q.267.772.648 1.501l-.11.471m-.643 2.754l-.217.93l-.009.039a1.195 1.195 0 0 0 1.435 1.435m2.14-3.574l2.446-.57l.993.519a8 8 0 0 0 1.805.675a8 8 0 0 0 1.908.223c2.21 0 4.21-.895 5.657-2.342A7.98 7.98 0 0 0 19.999 12c0-2.21-.895-4.21-2.342-5.657A7.98 7.98 0 0 0 12 4.001c-2.21 0-4.21.895-5.657 2.342A7.98 7.98 0 0 0 4.001 12a8 8 0 0 0 .899 3.714l.519.993z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2.708 22.726l.148-.034l.822-.191m2.754-.642l.472-.11q.729.38 1.501.647m2.939.584a11 11 0 0 0 1.313 0m2.939-.583q.627-.216 1.217-.504m2.484-1.663a11 11 0 0 0 .933-.933m1.663-2.485q.288-.59.505-1.216m.582-2.94q.019-.326.02-.656q-.001-.33-.02-.657m-.583-2.939a11 11 0 0 0-.504-1.217M20.23 4.703a11 11 0 0 0-.933-.933m-2.485-1.663q-.59-.288-1.216-.505m-2.94-.582Q12.33 1.001 12 1q-.33.001-.657.02m-2.939.583q-.627.217-1.217.504M4.703 3.77a11 11 0 0 0-.933.933M2.107 7.188q-.288.59-.505 1.216m-.582 2.94Q1.001 11.67 1 12q0 .328.02.657m.584 2.939q.267.772.648 1.501l-.11.471m-.643 2.754l-.217.93l-.009.039a1.195 1.195 0 0 0 1.435 1.435m2.14-3.574l2.446-.57l.993.519a8 8 0 0 0 1.805.675a8 8 0 0 0 1.908.223c2.21 0 4.21-.895 5.657-2.342A7.98 7.98 0 0 0 19.999 12c0-2.21-.895-4.21-2.342-5.657A7.98 7.98 0 0 0 12 4.001c-2.21 0-4.21.895-5.657 2.342A7.98 7.98 0 0 0 4.001 12a8 8 0 0 0 .899 3.714l.519.993z"/></svg> </template>
CSS
.icon-brand-signal {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m2.708%2022.726l.148-.034l.822-.191m2.754-.642l.472-.11q.729.38%201.501.647m2.939.584a11%2011%200%200%200%201.313%200m2.939-.583q.627-.216%201.217-.504m2.484-1.663a11%2011%200%200%200%20.933-.933m1.663-2.485q.288-.59.505-1.216m.582-2.94q.019-.326.02-.656q-.001-.33-.02-.657m-.583-2.939a11%2011%200%200%200-.504-1.217M20.23%204.703a11%2011%200%200%200-.933-.933m-2.485-1.663q-.59-.288-1.216-.505m-2.94-.582Q12.33%201.001%2012%201q-.33.001-.657.02m-2.939.583q-.627.217-1.217.504M4.703%203.77a11%2011%200%200%200-.933.933M2.107%207.188q-.288.59-.505%201.216m-.582%202.94Q1.001%2011.67%201%2012q0%20.328.02.657m.584%202.939q.267.772.648%201.501l-.11.471m-.643%202.754l-.217.93l-.009.039a1.195%201.195%200%200%200%201.435%201.435m2.14-3.574l2.446-.57l.993.519a8%208%200%200%200%201.805.675a8%208%200%200%200%201.908.223c2.21%200%204.21-.895%205.657-2.342A7.98%207.98%200%200%200%2019.999%2012c0-2.21-.895-4.21-2.342-5.657A7.98%207.98%200%200%200%2012%204.001c-2.21%200-4.21.895-5.657%202.342A7.98%207.98%200%200%200%204.001%2012a8%208%200%200%200%20.899%203.714l.519.993z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m2.708%2022.726l.148-.034l.822-.191m2.754-.642l.472-.11q.729.38%201.501.647m2.939.584a11%2011%200%200%200%201.313%200m2.939-.583q.627-.216%201.217-.504m2.484-1.663a11%2011%200%200%200%20.933-.933m1.663-2.485q.288-.59.505-1.216m.582-2.94q.019-.326.02-.656q-.001-.33-.02-.657m-.583-2.939a11%2011%200%200%200-.504-1.217M20.23%204.703a11%2011%200%200%200-.933-.933m-2.485-1.663q-.59-.288-1.216-.505m-2.94-.582Q12.33%201.001%2012%201q-.33.001-.657.02m-2.939.583q-.627.217-1.217.504M4.703%203.77a11%2011%200%200%200-.933.933M2.107%207.188q-.288.59-.505%201.216m-.582%202.94Q1.001%2011.67%201%2012q0%20.328.02.657m.584%202.939q.267.772.648%201.501l-.11.471m-.643%202.754l-.217.93l-.009.039a1.195%201.195%200%200%200%201.435%201.435m2.14-3.574l2.446-.57l.993.519a8%208%200%200%200%201.805.675a8%208%200%200%200%201.908.223c2.21%200%204.21-.895%205.657-2.342A7.98%207.98%200%200%200%2019.999%2012c0-2.21-.895-4.21-2.342-5.657A7.98%207.98%200%200%200%2012%204.001c-2.21%200-4.21.895-5.657%202.342A7.98%207.98%200%200%200%204.001%2012a8%208%200%200%200%20.899%203.714l.519.993z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/brand-signal.svg?color=%231a73e8&size=48