file signal icon

file-signal-bold-duotone from Solar by 480 Design · Bold Duotone · Files · CC-BY-4.0 Attribution required.

Name
file-signal-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Files
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More files icons from Solar

Use the file signal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14V10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.23869 2 10.0298 2C10.6358 2 11.1214 2 11.53 2.01666C11.5166 2.09659 11.5095 2.17813 11.5092 2.26057L11.5 5.09497C11.4999 6.19207 11.4998 7.16164 11.6049 7.94316C11.7188 8.79028 11.9803 9.63726 12.6716 10.3285C13.3628 11.0198 14.2098 11.2813 15.0569 11.3952C15.8385 11.5003 16.808 11.5002 17.9051 11.5001L18 11.5001H21.9574C22 12.0344 22 12.6901 22 13.5629V14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22Z" clip-rule="evenodd" opacity=".5"/><path d="M11.5092 2.2601L11.5 5.0945C11.4999 6.1916 11.4998 7.16117 11.6049 7.94269C11.7188 8.78981 11.9803 9.6368 12.6716 10.3281C13.3629 11.0193 14.2098 11.2808 15.057 11.3947C15.8385 11.4998 16.808 11.4997 17.9051 11.4996L21.9574 11.4996C21.9698 11.6552 21.9786 11.821 21.9848 11.9995H22C22 11.732 22 11.5983 21.9901 11.4408C21.9335 10.5463 21.5617 9.52125 21.0315 8.79853C20.9382 8.6713 20.8743 8.59493 20.7467 8.44218C19.9542 7.49359 18.911 6.31193 18 5.49953C17.1892 4.77645 16.0787 3.98536 15.1101 3.3385C14.2781 2.78275 13.862 2.50487 13.2915 2.29834C13.1403 2.24359 12.9408 2.18311 12.7846 2.14466C12.4006 2.05013 12.0268 2.01725 11.5 2.00586L11.5092 2.2601Z"/><path d="M11.2492 15.2334C11.2491 14 10.7569 12.8833 9.95624 12.0664C9.66627 11.7706 9.67119 11.2958 9.96698 11.0058C10.2628 10.7159 10.7376 10.7198 11.0275 11.0156C12.0921 12.1016 12.7491 13.5916 12.7492 15.2334C12.7492 16.8948 12.0765 18.401 10.9894 19.4902C10.6968 19.7834 10.2211 19.7838 9.92792 19.4912C9.63496 19.1987 9.63477 18.7238 9.92695 18.4306C10.7448 17.6112 11.2492 16.4815 11.2492 15.2334Z"/><path d="M9.13978 15.2225C9.13968 14.6341 8.89015 14.0922 8.46692 13.6873C8.16759 13.401 8.15718 12.9261 8.44349 12.6268C8.72977 12.3278 9.20382 12.3173 9.50306 12.6033C10.1989 13.2689 10.6397 14.1935 10.6398 15.2225C10.6398 16.264 10.1889 17.1987 9.47864 17.866C9.17677 18.1497 8.70172 18.1347 8.4181 17.8328C8.13463 17.531 8.14948 17.0559 8.4513 16.7723C8.88385 16.3658 9.13978 15.8179 9.13978 15.2225Z"/><path d="M7.03027 15.2334C7.03008 15.0651 6.89296 14.9287 6.72461 14.9287C6.55642 14.9289 6.42011 15.0652 6.41992 15.2334C6.41992 15.4018 6.5563 15.5389 6.72461 15.5391C6.89308 15.5391 7.03027 15.4019 7.03027 15.2334ZM8.53027 15.2334C8.53027 16.2303 7.72151 17.0391 6.72461 17.0391C5.72787 17.0389 4.91992 16.2302 4.91992 15.2334C4.92011 14.2368 5.72799 13.4289 6.72461 13.4287C7.72139 13.4287 8.53008 14.2367 8.53027 15.2334Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFileSignalBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14V10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.23869 2 10.0298 2C10.6358 2 11.1214 2 11.53 2.01666C11.5166 2.09659 11.5095 2.17813 11.5092 2.26057L11.5 5.09497C11.4999 6.19207 11.4998 7.16164 11.6049 7.94316C11.7188 8.79028 11.9803 9.63726 12.6716 10.3285C13.3628 11.0198 14.2098 11.2813 15.0569 11.3952C15.8385 11.5003 16.808 11.5002 17.9051 11.5001L18 11.5001H21.9574C22 12.0344 22 12.6901 22 13.5629V14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22Z" clipRule="evenodd" opacity=".5"/><path d="M11.5092 2.2601L11.5 5.0945C11.4999 6.1916 11.4998 7.16117 11.6049 7.94269C11.7188 8.78981 11.9803 9.6368 12.6716 10.3281C13.3629 11.0193 14.2098 11.2808 15.057 11.3947C15.8385 11.4998 16.808 11.4997 17.9051 11.4996L21.9574 11.4996C21.9698 11.6552 21.9786 11.821 21.9848 11.9995H22C22 11.732 22 11.5983 21.9901 11.4408C21.9335 10.5463 21.5617 9.52125 21.0315 8.79853C20.9382 8.6713 20.8743 8.59493 20.7467 8.44218C19.9542 7.49359 18.911 6.31193 18 5.49953C17.1892 4.77645 16.0787 3.98536 15.1101 3.3385C14.2781 2.78275 13.862 2.50487 13.2915 2.29834C13.1403 2.24359 12.9408 2.18311 12.7846 2.14466C12.4006 2.05013 12.0268 2.01725 11.5 2.00586L11.5092 2.2601Z"/><path d="M11.2492 15.2334C11.2491 14 10.7569 12.8833 9.95624 12.0664C9.66627 11.7706 9.67119 11.2958 9.96698 11.0058C10.2628 10.7159 10.7376 10.7198 11.0275 11.0156C12.0921 12.1016 12.7491 13.5916 12.7492 15.2334C12.7492 16.8948 12.0765 18.401 10.9894 19.4902C10.6968 19.7834 10.2211 19.7838 9.92792 19.4912C9.63496 19.1987 9.63477 18.7238 9.92695 18.4306C10.7448 17.6112 11.2492 16.4815 11.2492 15.2334Z"/><path d="M9.13978 15.2225C9.13968 14.6341 8.89015 14.0922 8.46692 13.6873C8.16759 13.401 8.15718 12.9261 8.44349 12.6268C8.72977 12.3278 9.20382 12.3173 9.50306 12.6033C10.1989 13.2689 10.6397 14.1935 10.6398 15.2225C10.6398 16.264 10.1889 17.1987 9.47864 17.866C9.17677 18.1497 8.70172 18.1347 8.4181 17.8328C8.13463 17.531 8.14948 17.0559 8.4513 16.7723C8.88385 16.3658 9.13978 15.8179 9.13978 15.2225Z"/><path d="M7.03027 15.2334C7.03008 15.0651 6.89296 14.9287 6.72461 14.9287C6.55642 14.9289 6.42011 15.0652 6.41992 15.2334C6.41992 15.4018 6.5563 15.5389 6.72461 15.5391C6.89308 15.5391 7.03027 15.4019 7.03027 15.2334ZM8.53027 15.2334C8.53027 16.2303 7.72151 17.0391 6.72461 17.0391C5.72787 17.0389 4.91992 16.2302 4.91992 15.2334C4.92011 14.2368 5.72799 13.4289 6.72461 13.4287C7.72139 13.4287 8.53008 14.2367 8.53027 15.2334Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14V10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.23869 2 10.0298 2C10.6358 2 11.1214 2 11.53 2.01666C11.5166 2.09659 11.5095 2.17813 11.5092 2.26057L11.5 5.09497C11.4999 6.19207 11.4998 7.16164 11.6049 7.94316C11.7188 8.79028 11.9803 9.63726 12.6716 10.3285C13.3628 11.0198 14.2098 11.2813 15.0569 11.3952C15.8385 11.5003 16.808 11.5002 17.9051 11.5001L18 11.5001H21.9574C22 12.0344 22 12.6901 22 13.5629V14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22Z" clip-rule="evenodd" opacity=".5"/><path d="M11.5092 2.2601L11.5 5.0945C11.4999 6.1916 11.4998 7.16117 11.6049 7.94269C11.7188 8.78981 11.9803 9.6368 12.6716 10.3281C13.3629 11.0193 14.2098 11.2808 15.057 11.3947C15.8385 11.4998 16.808 11.4997 17.9051 11.4996L21.9574 11.4996C21.9698 11.6552 21.9786 11.821 21.9848 11.9995H22C22 11.732 22 11.5983 21.9901 11.4408C21.9335 10.5463 21.5617 9.52125 21.0315 8.79853C20.9382 8.6713 20.8743 8.59493 20.7467 8.44218C19.9542 7.49359 18.911 6.31193 18 5.49953C17.1892 4.77645 16.0787 3.98536 15.1101 3.3385C14.2781 2.78275 13.862 2.50487 13.2915 2.29834C13.1403 2.24359 12.9408 2.18311 12.7846 2.14466C12.4006 2.05013 12.0268 2.01725 11.5 2.00586L11.5092 2.2601Z"/><path d="M11.2492 15.2334C11.2491 14 10.7569 12.8833 9.95624 12.0664C9.66627 11.7706 9.67119 11.2958 9.96698 11.0058C10.2628 10.7159 10.7376 10.7198 11.0275 11.0156C12.0921 12.1016 12.7491 13.5916 12.7492 15.2334C12.7492 16.8948 12.0765 18.401 10.9894 19.4902C10.6968 19.7834 10.2211 19.7838 9.92792 19.4912C9.63496 19.1987 9.63477 18.7238 9.92695 18.4306C10.7448 17.6112 11.2492 16.4815 11.2492 15.2334Z"/><path d="M9.13978 15.2225C9.13968 14.6341 8.89015 14.0922 8.46692 13.6873C8.16759 13.401 8.15718 12.9261 8.44349 12.6268C8.72977 12.3278 9.20382 12.3173 9.50306 12.6033C10.1989 13.2689 10.6397 14.1935 10.6398 15.2225C10.6398 16.264 10.1889 17.1987 9.47864 17.866C9.17677 18.1497 8.70172 18.1347 8.4181 17.8328C8.13463 17.531 8.14948 17.0559 8.4513 16.7723C8.88385 16.3658 9.13978 15.8179 9.13978 15.2225Z"/><path d="M7.03027 15.2334C7.03008 15.0651 6.89296 14.9287 6.72461 14.9287C6.55642 14.9289 6.42011 15.0652 6.41992 15.2334C6.41992 15.4018 6.5563 15.5389 6.72461 15.5391C6.89308 15.5391 7.03027 15.4019 7.03027 15.2334ZM8.53027 15.2334C8.53027 16.2303 7.72151 17.0391 6.72461 17.0391C5.72787 17.0389 4.91992 16.2302 4.91992 15.2334C4.92011 14.2368 5.72799 13.4289 6.72461 13.4287C7.72139 13.4287 8.53008 14.2367 8.53027 15.2334Z"/></g></svg>
</template>

CSS

.icon-file-signal-bold-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2022H10C6.22876%2022%204.34315%2022%203.17157%2020.8284C2%2019.6569%202%2017.7712%202%2014V10C2%206.22876%202%204.34315%203.17157%203.17157C4.34315%202%206.23869%202%2010.0298%202C10.6358%202%2011.1214%202%2011.53%202.01666C11.5166%202.09659%2011.5095%202.17813%2011.5092%202.26057L11.5%205.09497C11.4999%206.19207%2011.4998%207.16164%2011.6049%207.94316C11.7188%208.79028%2011.9803%209.63726%2012.6716%2010.3285C13.3628%2011.0198%2014.2098%2011.2813%2015.0569%2011.3952C15.8385%2011.5003%2016.808%2011.5002%2017.9051%2011.5001L18%2011.5001H21.9574C22%2012.0344%2022%2012.6901%2022%2013.5629V14C22%2017.7712%2022%2019.6569%2020.8284%2020.8284C19.6569%2022%2017.7712%2022%2014%2022Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.5092%202.2601L11.5%205.0945C11.4999%206.1916%2011.4998%207.16117%2011.6049%207.94269C11.7188%208.78981%2011.9803%209.6368%2012.6716%2010.3281C13.3629%2011.0193%2014.2098%2011.2808%2015.057%2011.3947C15.8385%2011.4998%2016.808%2011.4997%2017.9051%2011.4996L21.9574%2011.4996C21.9698%2011.6552%2021.9786%2011.821%2021.9848%2011.9995H22C22%2011.732%2022%2011.5983%2021.9901%2011.4408C21.9335%2010.5463%2021.5617%209.52125%2021.0315%208.79853C20.9382%208.6713%2020.8743%208.59493%2020.7467%208.44218C19.9542%207.49359%2018.911%206.31193%2018%205.49953C17.1892%204.77645%2016.0787%203.98536%2015.1101%203.3385C14.2781%202.78275%2013.862%202.50487%2013.2915%202.29834C13.1403%202.24359%2012.9408%202.18311%2012.7846%202.14466C12.4006%202.05013%2012.0268%202.01725%2011.5%202.00586L11.5092%202.2601Z%22%2F%3E%3Cpath%20d%3D%22M11.2492%2015.2334C11.2491%2014%2010.7569%2012.8833%209.95624%2012.0664C9.66627%2011.7706%209.67119%2011.2958%209.96698%2011.0058C10.2628%2010.7159%2010.7376%2010.7198%2011.0275%2011.0156C12.0921%2012.1016%2012.7491%2013.5916%2012.7492%2015.2334C12.7492%2016.8948%2012.0765%2018.401%2010.9894%2019.4902C10.6968%2019.7834%2010.2211%2019.7838%209.92792%2019.4912C9.63496%2019.1987%209.63477%2018.7238%209.92695%2018.4306C10.7448%2017.6112%2011.2492%2016.4815%2011.2492%2015.2334Z%22%2F%3E%3Cpath%20d%3D%22M9.13978%2015.2225C9.13968%2014.6341%208.89015%2014.0922%208.46692%2013.6873C8.16759%2013.401%208.15718%2012.9261%208.44349%2012.6268C8.72977%2012.3278%209.20382%2012.3173%209.50306%2012.6033C10.1989%2013.2689%2010.6397%2014.1935%2010.6398%2015.2225C10.6398%2016.264%2010.1889%2017.1987%209.47864%2017.866C9.17677%2018.1497%208.70172%2018.1347%208.4181%2017.8328C8.13463%2017.531%208.14948%2017.0559%208.4513%2016.7723C8.88385%2016.3658%209.13978%2015.8179%209.13978%2015.2225Z%22%2F%3E%3Cpath%20d%3D%22M7.03027%2015.2334C7.03008%2015.0651%206.89296%2014.9287%206.72461%2014.9287C6.55642%2014.9289%206.42011%2015.0652%206.41992%2015.2334C6.41992%2015.4018%206.5563%2015.5389%206.72461%2015.5391C6.89308%2015.5391%207.03027%2015.4019%207.03027%2015.2334ZM8.53027%2015.2334C8.53027%2016.2303%207.72151%2017.0391%206.72461%2017.0391C5.72787%2017.0389%204.91992%2016.2302%204.91992%2015.2334C4.92011%2014.2368%205.72799%2013.4289%206.72461%2013.4287C7.72139%2013.4287%208.53008%2014.2367%208.53027%2015.2334Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2022H10C6.22876%2022%204.34315%2022%203.17157%2020.8284C2%2019.6569%202%2017.7712%202%2014V10C2%206.22876%202%204.34315%203.17157%203.17157C4.34315%202%206.23869%202%2010.0298%202C10.6358%202%2011.1214%202%2011.53%202.01666C11.5166%202.09659%2011.5095%202.17813%2011.5092%202.26057L11.5%205.09497C11.4999%206.19207%2011.4998%207.16164%2011.6049%207.94316C11.7188%208.79028%2011.9803%209.63726%2012.6716%2010.3285C13.3628%2011.0198%2014.2098%2011.2813%2015.0569%2011.3952C15.8385%2011.5003%2016.808%2011.5002%2017.9051%2011.5001L18%2011.5001H21.9574C22%2012.0344%2022%2012.6901%2022%2013.5629V14C22%2017.7712%2022%2019.6569%2020.8284%2020.8284C19.6569%2022%2017.7712%2022%2014%2022Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.5092%202.2601L11.5%205.0945C11.4999%206.1916%2011.4998%207.16117%2011.6049%207.94269C11.7188%208.78981%2011.9803%209.6368%2012.6716%2010.3281C13.3629%2011.0193%2014.2098%2011.2808%2015.057%2011.3947C15.8385%2011.4998%2016.808%2011.4997%2017.9051%2011.4996L21.9574%2011.4996C21.9698%2011.6552%2021.9786%2011.821%2021.9848%2011.9995H22C22%2011.732%2022%2011.5983%2021.9901%2011.4408C21.9335%2010.5463%2021.5617%209.52125%2021.0315%208.79853C20.9382%208.6713%2020.8743%208.59493%2020.7467%208.44218C19.9542%207.49359%2018.911%206.31193%2018%205.49953C17.1892%204.77645%2016.0787%203.98536%2015.1101%203.3385C14.2781%202.78275%2013.862%202.50487%2013.2915%202.29834C13.1403%202.24359%2012.9408%202.18311%2012.7846%202.14466C12.4006%202.05013%2012.0268%202.01725%2011.5%202.00586L11.5092%202.2601Z%22%2F%3E%3Cpath%20d%3D%22M11.2492%2015.2334C11.2491%2014%2010.7569%2012.8833%209.95624%2012.0664C9.66627%2011.7706%209.67119%2011.2958%209.96698%2011.0058C10.2628%2010.7159%2010.7376%2010.7198%2011.0275%2011.0156C12.0921%2012.1016%2012.7491%2013.5916%2012.7492%2015.2334C12.7492%2016.8948%2012.0765%2018.401%2010.9894%2019.4902C10.6968%2019.7834%2010.2211%2019.7838%209.92792%2019.4912C9.63496%2019.1987%209.63477%2018.7238%209.92695%2018.4306C10.7448%2017.6112%2011.2492%2016.4815%2011.2492%2015.2334Z%22%2F%3E%3Cpath%20d%3D%22M9.13978%2015.2225C9.13968%2014.6341%208.89015%2014.0922%208.46692%2013.6873C8.16759%2013.401%208.15718%2012.9261%208.44349%2012.6268C8.72977%2012.3278%209.20382%2012.3173%209.50306%2012.6033C10.1989%2013.2689%2010.6397%2014.1935%2010.6398%2015.2225C10.6398%2016.264%2010.1889%2017.1987%209.47864%2017.866C9.17677%2018.1497%208.70172%2018.1347%208.4181%2017.8328C8.13463%2017.531%208.14948%2017.0559%208.4513%2016.7723C8.88385%2016.3658%209.13978%2015.8179%209.13978%2015.2225Z%22%2F%3E%3Cpath%20d%3D%22M7.03027%2015.2334C7.03008%2015.0651%206.89296%2014.9287%206.72461%2014.9287C6.55642%2014.9289%206.42011%2015.0652%206.41992%2015.2334C6.41992%2015.4018%206.5563%2015.5389%206.72461%2015.5391C6.89308%2015.5391%207.03027%2015.4019%207.03027%2015.2334ZM8.53027%2015.2334C8.53027%2016.2303%207.72151%2017.0391%206.72461%2017.0391C5.72787%2017.0389%204.91992%2016.2302%204.91992%2015.2334C4.92011%2014.2368%205.72799%2013.4289%206.72461%2013.4287C7.72139%2013.4287%208.53008%2014.2367%208.53027%2015.2334Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/file-signal-bold-duotone.svg?color=%231a73e8&size=48