connection signal alt icon
connection-signal-alt from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- connection-signal-alt
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the connection signal alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 18a2 2 0 1 1 0-4a2 2 0 0 1 0 4m14-2a13.9 13.9 0 0 0-4.102-9.897l-1.415 1.414C26.751 9.785 28 12.797 28 16s-1.249 6.215-3.517 8.483l1.414 1.414A13.9 13.9 0 0 0 30 16M7.467 24.483C5.199 22.215 3.95 19.203 3.95 16S5.2 9.785 7.467 7.517L6.053 6.103C3.407 8.749 1.95 12.263 1.95 16s1.457 7.251 4.103 9.898zm4.24-4.24C10.574 19.11 9.95 17.603 9.95 16s.624-3.11 1.757-4.243l-1.414-1.414C8.783 11.853 7.95 13.863 7.95 16s.832 4.145 2.343 5.657zM24 16a7.95 7.95 0 0 0-2.343-5.657l-1.414 1.414C21.376 12.89 22 14.397 22 16s-.624 3.11-1.757 4.243l1.414 1.414A7.95 7.95 0 0 0 24 16"/></svg>
React
import type { SVGProps } from "react";
export function CarbonConnectionSignalAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 18a2 2 0 1 1 0-4a2 2 0 0 1 0 4m14-2a13.9 13.9 0 0 0-4.102-9.897l-1.415 1.414C26.751 9.785 28 12.797 28 16s-1.249 6.215-3.517 8.483l1.414 1.414A13.9 13.9 0 0 0 30 16M7.467 24.483C5.199 22.215 3.95 19.203 3.95 16S5.2 9.785 7.467 7.517L6.053 6.103C3.407 8.749 1.95 12.263 1.95 16s1.457 7.251 4.103 9.898zm4.24-4.24C10.574 19.11 9.95 17.603 9.95 16s.624-3.11 1.757-4.243l-1.414-1.414C8.783 11.853 7.95 13.863 7.95 16s.832 4.145 2.343 5.657zM24 16a7.95 7.95 0 0 0-2.343-5.657l-1.414 1.414C21.376 12.89 22 14.397 22 16s-.624 3.11-1.757 4.243l1.414 1.414A7.95 7.95 0 0 0 24 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 18a2 2 0 1 1 0-4a2 2 0 0 1 0 4m14-2a13.9 13.9 0 0 0-4.102-9.897l-1.415 1.414C26.751 9.785 28 12.797 28 16s-1.249 6.215-3.517 8.483l1.414 1.414A13.9 13.9 0 0 0 30 16M7.467 24.483C5.199 22.215 3.95 19.203 3.95 16S5.2 9.785 7.467 7.517L6.053 6.103C3.407 8.749 1.95 12.263 1.95 16s1.457 7.251 4.103 9.898zm4.24-4.24C10.574 19.11 9.95 17.603 9.95 16s.624-3.11 1.757-4.243l-1.414-1.414C8.783 11.853 7.95 13.863 7.95 16s.832 4.145 2.343 5.657zM24 16a7.95 7.95 0 0 0-2.343-5.657l-1.414 1.414C21.376 12.89 22 14.397 22 16s-.624 3.11-1.757 4.243l1.414 1.414A7.95 7.95 0 0 0 24 16"/></svg> </template>
CSS
.icon-connection-signal-alt {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2018a2%202%200%201%201%200-4a2%202%200%200%201%200%204m14-2a13.9%2013.9%200%200%200-4.102-9.897l-1.415%201.414C26.751%209.785%2028%2012.797%2028%2016s-1.249%206.215-3.517%208.483l1.414%201.414A13.9%2013.9%200%200%200%2030%2016M7.467%2024.483C5.199%2022.215%203.95%2019.203%203.95%2016S5.2%209.785%207.467%207.517L6.053%206.103C3.407%208.749%201.95%2012.263%201.95%2016s1.457%207.251%204.103%209.898zm4.24-4.24C10.574%2019.11%209.95%2017.603%209.95%2016s.624-3.11%201.757-4.243l-1.414-1.414C8.783%2011.853%207.95%2013.863%207.95%2016s.832%204.145%202.343%205.657zM24%2016a7.95%207.95%200%200%200-2.343-5.657l-1.414%201.414C21.376%2012.89%2022%2014.397%2022%2016s-.624%203.11-1.757%204.243l1.414%201.414A7.95%207.95%200%200%200%2024%2016%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2018a2%202%200%201%201%200-4a2%202%200%200%201%200%204m14-2a13.9%2013.9%200%200%200-4.102-9.897l-1.415%201.414C26.751%209.785%2028%2012.797%2028%2016s-1.249%206.215-3.517%208.483l1.414%201.414A13.9%2013.9%200%200%200%2030%2016M7.467%2024.483C5.199%2022.215%203.95%2019.203%203.95%2016S5.2%209.785%207.467%207.517L6.053%206.103C3.407%208.749%201.95%2012.263%201.95%2016s1.457%207.251%204.103%209.898zm4.24-4.24C10.574%2019.11%209.95%2017.603%209.95%2016s.624-3.11%201.757-4.243l-1.414-1.414C8.783%2011.853%207.95%2013.863%207.95%2016s.832%204.145%202.343%205.657zM24%2016a7.95%207.95%200%200%200-2.343-5.657l-1.414%201.414C21.376%2012.89%2022%2014.397%2022%2016s-.624%203.11-1.757%204.243l1.414%201.414A7.95%207.95%200%200%200%2024%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/connection-signal-alt.svg?color=%231a73e8&size=48