file signal icon

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

Name
file-signal-bold
Set
Solar
Style
Bold
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"><path fill="currentColor" d="M10.0303 2C10.6361 2 11.1218 1.99994 11.5303 2.0166C11.5168 2.09653 11.5091 2.1783 11.5088 2.26074L11.5 5.09473C11.4999 6.19183 11.4994 7.16184 11.6045 7.94336C11.7184 8.79041 11.9807 9.6369 12.6719 10.3281C13.3631 11.0193 14.2096 11.2816 15.0566 11.3955C15.8382 11.5006 16.8082 11.5001 17.9053 11.5H21.957C21.9996 12.0342 22 12.6899 22 13.5625V14C22 17.7712 21.9997 19.6566 20.8281 20.8281C19.6566 21.9997 17.7712 22 14 22H10C6.22876 22 4.34345 21.9997 3.17188 20.8281C2.0003 19.6566 2 17.7712 2 14V10C2 6.22876 2.0003 4.34345 3.17188 3.17188C4.34345 2.0003 6.23918 2 10.0303 2ZM11.0273 11.0156C10.7374 10.7201 10.2625 10.716 9.9668 11.0059C9.67135 11.2958 9.66639 11.7707 9.95605 12.0664C10.7567 12.8833 11.249 14.0001 11.249 15.2334C11.249 16.4816 10.7446 17.6112 9.92676 18.4307C9.63492 18.7238 9.63509 19.1988 9.92773 19.4912C10.2208 19.7837 10.6966 19.7832 10.9893 19.4902C12.0763 18.4011 12.749 16.8948 12.749 15.2334C12.749 13.5916 12.0919 12.1016 11.0273 11.0156ZM9.50293 12.6035C9.20369 12.3175 8.72964 12.328 8.44336 12.627C8.15707 12.9263 8.16747 13.4012 8.4668 13.6875C8.89001 14.0924 9.13955 14.6343 9.13965 15.2227C9.13964 15.818 8.88371 16.366 8.45117 16.7725C8.14937 17.056 8.13451 17.5311 8.41797 17.833C8.70159 18.1349 9.17665 18.1498 9.47852 17.8662C10.1888 17.1989 10.6396 16.2641 10.6396 15.2227C10.6395 14.1936 10.1988 13.2691 9.50293 12.6035ZM6.72461 13.4287C5.72799 13.4289 4.92011 14.2368 4.91992 15.2334C4.91995 16.2302 5.72789 17.0389 6.72461 17.0391C7.72127 17.0388 8.53025 16.2301 8.53027 15.2334C8.53008 14.2368 7.72116 13.429 6.72461 13.4287ZM6.72461 14.9287C6.89274 14.929 7.03008 15.0653 7.03027 15.2334C7.03025 15.4017 6.89284 15.5388 6.72461 15.5391C6.55632 15.5389 6.41995 15.4017 6.41992 15.2334C6.42011 15.0652 6.55642 14.9289 6.72461 14.9287ZM13.0088 2.26562C13.7007 2.53113 14.2649 3.03877 15.3926 4.05371L19.3516 7.61621C20.5682 8.71115 21.2175 9.29582 21.5801 10H18C15.643 10 14.4647 9.99981 13.7324 9.26758C13.0002 8.53534 13 7.35697 13 5L13.0088 2.26562Z"/></svg>

React

import type { SVGProps } from "react";

export function SolarFileSignalBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.0303 2C10.6361 2 11.1218 1.99994 11.5303 2.0166C11.5168 2.09653 11.5091 2.1783 11.5088 2.26074L11.5 5.09473C11.4999 6.19183 11.4994 7.16184 11.6045 7.94336C11.7184 8.79041 11.9807 9.6369 12.6719 10.3281C13.3631 11.0193 14.2096 11.2816 15.0566 11.3955C15.8382 11.5006 16.8082 11.5001 17.9053 11.5H21.957C21.9996 12.0342 22 12.6899 22 13.5625V14C22 17.7712 21.9997 19.6566 20.8281 20.8281C19.6566 21.9997 17.7712 22 14 22H10C6.22876 22 4.34345 21.9997 3.17188 20.8281C2.0003 19.6566 2 17.7712 2 14V10C2 6.22876 2.0003 4.34345 3.17188 3.17188C4.34345 2.0003 6.23918 2 10.0303 2ZM11.0273 11.0156C10.7374 10.7201 10.2625 10.716 9.9668 11.0059C9.67135 11.2958 9.66639 11.7707 9.95605 12.0664C10.7567 12.8833 11.249 14.0001 11.249 15.2334C11.249 16.4816 10.7446 17.6112 9.92676 18.4307C9.63492 18.7238 9.63509 19.1988 9.92773 19.4912C10.2208 19.7837 10.6966 19.7832 10.9893 19.4902C12.0763 18.4011 12.749 16.8948 12.749 15.2334C12.749 13.5916 12.0919 12.1016 11.0273 11.0156ZM9.50293 12.6035C9.20369 12.3175 8.72964 12.328 8.44336 12.627C8.15707 12.9263 8.16747 13.4012 8.4668 13.6875C8.89001 14.0924 9.13955 14.6343 9.13965 15.2227C9.13964 15.818 8.88371 16.366 8.45117 16.7725C8.14937 17.056 8.13451 17.5311 8.41797 17.833C8.70159 18.1349 9.17665 18.1498 9.47852 17.8662C10.1888 17.1989 10.6396 16.2641 10.6396 15.2227C10.6395 14.1936 10.1988 13.2691 9.50293 12.6035ZM6.72461 13.4287C5.72799 13.4289 4.92011 14.2368 4.91992 15.2334C4.91995 16.2302 5.72789 17.0389 6.72461 17.0391C7.72127 17.0388 8.53025 16.2301 8.53027 15.2334C8.53008 14.2368 7.72116 13.429 6.72461 13.4287ZM6.72461 14.9287C6.89274 14.929 7.03008 15.0653 7.03027 15.2334C7.03025 15.4017 6.89284 15.5388 6.72461 15.5391C6.55632 15.5389 6.41995 15.4017 6.41992 15.2334C6.42011 15.0652 6.55642 14.9289 6.72461 14.9287ZM13.0088 2.26562C13.7007 2.53113 14.2649 3.03877 15.3926 4.05371L19.3516 7.61621C20.5682 8.71115 21.2175 9.29582 21.5801 10H18C15.643 10 14.4647 9.99981 13.7324 9.26758C13.0002 8.53534 13 7.35697 13 5L13.0088 2.26562Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.0303 2C10.6361 2 11.1218 1.99994 11.5303 2.0166C11.5168 2.09653 11.5091 2.1783 11.5088 2.26074L11.5 5.09473C11.4999 6.19183 11.4994 7.16184 11.6045 7.94336C11.7184 8.79041 11.9807 9.6369 12.6719 10.3281C13.3631 11.0193 14.2096 11.2816 15.0566 11.3955C15.8382 11.5006 16.8082 11.5001 17.9053 11.5H21.957C21.9996 12.0342 22 12.6899 22 13.5625V14C22 17.7712 21.9997 19.6566 20.8281 20.8281C19.6566 21.9997 17.7712 22 14 22H10C6.22876 22 4.34345 21.9997 3.17188 20.8281C2.0003 19.6566 2 17.7712 2 14V10C2 6.22876 2.0003 4.34345 3.17188 3.17188C4.34345 2.0003 6.23918 2 10.0303 2ZM11.0273 11.0156C10.7374 10.7201 10.2625 10.716 9.9668 11.0059C9.67135 11.2958 9.66639 11.7707 9.95605 12.0664C10.7567 12.8833 11.249 14.0001 11.249 15.2334C11.249 16.4816 10.7446 17.6112 9.92676 18.4307C9.63492 18.7238 9.63509 19.1988 9.92773 19.4912C10.2208 19.7837 10.6966 19.7832 10.9893 19.4902C12.0763 18.4011 12.749 16.8948 12.749 15.2334C12.749 13.5916 12.0919 12.1016 11.0273 11.0156ZM9.50293 12.6035C9.20369 12.3175 8.72964 12.328 8.44336 12.627C8.15707 12.9263 8.16747 13.4012 8.4668 13.6875C8.89001 14.0924 9.13955 14.6343 9.13965 15.2227C9.13964 15.818 8.88371 16.366 8.45117 16.7725C8.14937 17.056 8.13451 17.5311 8.41797 17.833C8.70159 18.1349 9.17665 18.1498 9.47852 17.8662C10.1888 17.1989 10.6396 16.2641 10.6396 15.2227C10.6395 14.1936 10.1988 13.2691 9.50293 12.6035ZM6.72461 13.4287C5.72799 13.4289 4.92011 14.2368 4.91992 15.2334C4.91995 16.2302 5.72789 17.0389 6.72461 17.0391C7.72127 17.0388 8.53025 16.2301 8.53027 15.2334C8.53008 14.2368 7.72116 13.429 6.72461 13.4287ZM6.72461 14.9287C6.89274 14.929 7.03008 15.0653 7.03027 15.2334C7.03025 15.4017 6.89284 15.5388 6.72461 15.5391C6.55632 15.5389 6.41995 15.4017 6.41992 15.2334C6.42011 15.0652 6.55642 14.9289 6.72461 14.9287ZM13.0088 2.26562C13.7007 2.53113 14.2649 3.03877 15.3926 4.05371L19.3516 7.61621C20.5682 8.71115 21.2175 9.29582 21.5801 10H18C15.643 10 14.4647 9.99981 13.7324 9.26758C13.0002 8.53534 13 7.35697 13 5L13.0088 2.26562Z"/></svg>
</template>

CSS

.icon-file-signal-bold {
  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%22currentColor%22%20d%3D%22M10.0303%202C10.6361%202%2011.1218%201.99994%2011.5303%202.0166C11.5168%202.09653%2011.5091%202.1783%2011.5088%202.26074L11.5%205.09473C11.4999%206.19183%2011.4994%207.16184%2011.6045%207.94336C11.7184%208.79041%2011.9807%209.6369%2012.6719%2010.3281C13.3631%2011.0193%2014.2096%2011.2816%2015.0566%2011.3955C15.8382%2011.5006%2016.8082%2011.5001%2017.9053%2011.5H21.957C21.9996%2012.0342%2022%2012.6899%2022%2013.5625V14C22%2017.7712%2021.9997%2019.6566%2020.8281%2020.8281C19.6566%2021.9997%2017.7712%2022%2014%2022H10C6.22876%2022%204.34345%2021.9997%203.17188%2020.8281C2.0003%2019.6566%202%2017.7712%202%2014V10C2%206.22876%202.0003%204.34345%203.17188%203.17188C4.34345%202.0003%206.23918%202%2010.0303%202ZM11.0273%2011.0156C10.7374%2010.7201%2010.2625%2010.716%209.9668%2011.0059C9.67135%2011.2958%209.66639%2011.7707%209.95605%2012.0664C10.7567%2012.8833%2011.249%2014.0001%2011.249%2015.2334C11.249%2016.4816%2010.7446%2017.6112%209.92676%2018.4307C9.63492%2018.7238%209.63509%2019.1988%209.92773%2019.4912C10.2208%2019.7837%2010.6966%2019.7832%2010.9893%2019.4902C12.0763%2018.4011%2012.749%2016.8948%2012.749%2015.2334C12.749%2013.5916%2012.0919%2012.1016%2011.0273%2011.0156ZM9.50293%2012.6035C9.20369%2012.3175%208.72964%2012.328%208.44336%2012.627C8.15707%2012.9263%208.16747%2013.4012%208.4668%2013.6875C8.89001%2014.0924%209.13955%2014.6343%209.13965%2015.2227C9.13964%2015.818%208.88371%2016.366%208.45117%2016.7725C8.14937%2017.056%208.13451%2017.5311%208.41797%2017.833C8.70159%2018.1349%209.17665%2018.1498%209.47852%2017.8662C10.1888%2017.1989%2010.6396%2016.2641%2010.6396%2015.2227C10.6395%2014.1936%2010.1988%2013.2691%209.50293%2012.6035ZM6.72461%2013.4287C5.72799%2013.4289%204.92011%2014.2368%204.91992%2015.2334C4.91995%2016.2302%205.72789%2017.0389%206.72461%2017.0391C7.72127%2017.0388%208.53025%2016.2301%208.53027%2015.2334C8.53008%2014.2368%207.72116%2013.429%206.72461%2013.4287ZM6.72461%2014.9287C6.89274%2014.929%207.03008%2015.0653%207.03027%2015.2334C7.03025%2015.4017%206.89284%2015.5388%206.72461%2015.5391C6.55632%2015.5389%206.41995%2015.4017%206.41992%2015.2334C6.42011%2015.0652%206.55642%2014.9289%206.72461%2014.9287ZM13.0088%202.26562C13.7007%202.53113%2014.2649%203.03877%2015.3926%204.05371L19.3516%207.61621C20.5682%208.71115%2021.2175%209.29582%2021.5801%2010H18C15.643%2010%2014.4647%209.99981%2013.7324%209.26758C13.0002%208.53534%2013%207.35697%2013%205L13.0088%202.26562Z%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%22currentColor%22%20d%3D%22M10.0303%202C10.6361%202%2011.1218%201.99994%2011.5303%202.0166C11.5168%202.09653%2011.5091%202.1783%2011.5088%202.26074L11.5%205.09473C11.4999%206.19183%2011.4994%207.16184%2011.6045%207.94336C11.7184%208.79041%2011.9807%209.6369%2012.6719%2010.3281C13.3631%2011.0193%2014.2096%2011.2816%2015.0566%2011.3955C15.8382%2011.5006%2016.8082%2011.5001%2017.9053%2011.5H21.957C21.9996%2012.0342%2022%2012.6899%2022%2013.5625V14C22%2017.7712%2021.9997%2019.6566%2020.8281%2020.8281C19.6566%2021.9997%2017.7712%2022%2014%2022H10C6.22876%2022%204.34345%2021.9997%203.17188%2020.8281C2.0003%2019.6566%202%2017.7712%202%2014V10C2%206.22876%202.0003%204.34345%203.17188%203.17188C4.34345%202.0003%206.23918%202%2010.0303%202ZM11.0273%2011.0156C10.7374%2010.7201%2010.2625%2010.716%209.9668%2011.0059C9.67135%2011.2958%209.66639%2011.7707%209.95605%2012.0664C10.7567%2012.8833%2011.249%2014.0001%2011.249%2015.2334C11.249%2016.4816%2010.7446%2017.6112%209.92676%2018.4307C9.63492%2018.7238%209.63509%2019.1988%209.92773%2019.4912C10.2208%2019.7837%2010.6966%2019.7832%2010.9893%2019.4902C12.0763%2018.4011%2012.749%2016.8948%2012.749%2015.2334C12.749%2013.5916%2012.0919%2012.1016%2011.0273%2011.0156ZM9.50293%2012.6035C9.20369%2012.3175%208.72964%2012.328%208.44336%2012.627C8.15707%2012.9263%208.16747%2013.4012%208.4668%2013.6875C8.89001%2014.0924%209.13955%2014.6343%209.13965%2015.2227C9.13964%2015.818%208.88371%2016.366%208.45117%2016.7725C8.14937%2017.056%208.13451%2017.5311%208.41797%2017.833C8.70159%2018.1349%209.17665%2018.1498%209.47852%2017.8662C10.1888%2017.1989%2010.6396%2016.2641%2010.6396%2015.2227C10.6395%2014.1936%2010.1988%2013.2691%209.50293%2012.6035ZM6.72461%2013.4287C5.72799%2013.4289%204.92011%2014.2368%204.91992%2015.2334C4.91995%2016.2302%205.72789%2017.0389%206.72461%2017.0391C7.72127%2017.0388%208.53025%2016.2301%208.53027%2015.2334C8.53008%2014.2368%207.72116%2013.429%206.72461%2013.4287ZM6.72461%2014.9287C6.89274%2014.929%207.03008%2015.0653%207.03027%2015.2334C7.03025%2015.4017%206.89284%2015.5388%206.72461%2015.5391C6.55632%2015.5389%206.41995%2015.4017%206.41992%2015.2334C6.42011%2015.0652%206.55642%2014.9289%206.72461%2014.9287ZM13.0088%202.26562C13.7007%202.53113%2014.2649%203.03877%2015.3926%204.05371L19.3516%207.61621C20.5682%208.71115%2021.2175%209.29582%2021.5801%2010H18C15.643%2010%2014.4647%209.99981%2013.7324%209.26758C13.0002%208.53534%2013%207.35697%2013%205L13.0088%202.26562Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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