channels icon
channels from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- channels
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the channels icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 15V7.8l3.6 3.6L15 10L9 4l-6 6l1.4 1.4L8 7.8v12.34c-1.72.45-3 2-3 3.86c0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.86-1.28-3.41-3-3.86zm1 9c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m16.6-3.4L24 24.2V11.86c1.72-.45 3-2 3-3.86c0-2.21-1.79-4-4-4s-4 1.79-4 4c0 1.86 1.28 3.41 3 3.86V24.2l-3.6-3.6L17 22l6 6l6-6zM21 8c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2"/></svg>
React
import type { SVGProps } from "react";
export function CarbonChannels(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="M10 15V7.8l3.6 3.6L15 10L9 4l-6 6l1.4 1.4L8 7.8v12.34c-1.72.45-3 2-3 3.86c0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.86-1.28-3.41-3-3.86zm1 9c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m16.6-3.4L24 24.2V11.86c1.72-.45 3-2 3-3.86c0-2.21-1.79-4-4-4s-4 1.79-4 4c0 1.86 1.28 3.41 3 3.86V24.2l-3.6-3.6L17 22l6 6l6-6zM21 8c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 15V7.8l3.6 3.6L15 10L9 4l-6 6l1.4 1.4L8 7.8v12.34c-1.72.45-3 2-3 3.86c0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.86-1.28-3.41-3-3.86zm1 9c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m16.6-3.4L24 24.2V11.86c1.72-.45 3-2 3-3.86c0-2.21-1.79-4-4-4s-4 1.79-4 4c0 1.86 1.28 3.41 3 3.86V24.2l-3.6-3.6L17 22l6 6l6-6zM21 8c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2"/></svg> </template>
CSS
.icon-channels {
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%22M10%2015V7.8l3.6%203.6L15%2010L9%204l-6%206l1.4%201.4L8%207.8v12.34c-1.72.45-3%202-3%203.86c0%202.21%201.79%204%204%204s4-1.79%204-4c0-1.86-1.28-3.41-3-3.86zm1%209c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202m16.6-3.4L24%2024.2V11.86c1.72-.45%203-2%203-3.86c0-2.21-1.79-4-4-4s-4%201.79-4%204c0%201.86%201.28%203.41%203%203.86V24.2l-3.6-3.6L17%2022l6%206l6-6zM21%208c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2%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%22M10%2015V7.8l3.6%203.6L15%2010L9%204l-6%206l1.4%201.4L8%207.8v12.34c-1.72.45-3%202-3%203.86c0%202.21%201.79%204%204%204s4-1.79%204-4c0-1.86-1.28-3.41-3-3.86zm1%209c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202m16.6-3.4L24%2024.2V11.86c1.72-.45%203-2%203-3.86c0-2.21-1.79-4-4-4s-4%201.79-4%204c0%201.86%201.28%203.41%203%203.86V24.2l-3.6-3.6L17%2022l6%206l6-6zM21%208c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/channels.svg?color=%231a73e8&size=48