reactjs icon
reactjs-line from Remix Icon by Remix Design · Line · Logos · Apache-2.0 Free for personal and commercial use.
- Name
- reactjs-line
- Set
- Remix Icon
- Style
- Line
- Category
- Logos
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
More logos icons from Remix Icon
Use the reactjs icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.001 13.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m-.528 2.994q.262.316.528.609q.266-.292.528-.609a25 25 0 0 1-1.056 0m-1.995-.125a21 21 0 0 1-2.285-.367q-.113.525-.17 1.015c-.19 1.583.075 2.545.478 2.777s1.368-.019 2.645-.974q.395-.296.794-.655a21 21 0 0 1-1.462-1.796m7.331-.367a21 21 0 0 1-2.285.367a21 21 0 0 1-1.462 1.796q.4.36.794.655c1.277.955 2.242 1.207 2.645.974c.403-.232.667-1.194.479-2.777a11 11 0 0 0-.17-1.015m1.45-.388c.577 2.639.274 4.74-1.008 5.48s-3.253-.048-5.25-1.867c-1.997 1.819-3.968 2.606-5.25 1.866s-1.585-2.84-1.009-5.48C3.168 14.794 1.501 13.48 1.501 12s1.667-2.793 4.241-3.613c-.576-2.64-.273-4.74 1.009-5.48s3.253.047 5.25 1.866c1.997-1.819 3.968-2.606 5.25-1.866s1.585 2.84 1.009 5.48c2.573.82 4.24 2.133 4.24 3.613s-1.668 2.794-4.241 3.614m-7.32-9.779q-.398-.359-.793-.655C8.869 4.225 7.904 3.973 7.5 4.206c-.403.232-.667 1.194-.479 2.778q.06.49.17 1.015a21 21 0 0 1 2.286-.368q.714-.981 1.462-1.796m3.585 1.796a21 21 0 0 1 2.285.368q.113-.526.17-1.015c.19-1.584-.075-2.546-.478-2.778s-1.368.019-2.645.974q-.395.296-.794.655q.748.815 1.462 1.796m-1.995-.125q-.262-.316-.528-.609q-.265.293-.528.609a25 25 0 0 1 1.056 0m-4.156 7.198a25 25 0 0 1-.528-.914q-.143.385-.263.762q.386.083.79.152m1.932.234a23 23 0 0 0 3.392 0A23 23 0 0 0 15.393 12a23 23 0 0 0-1.696-2.938a23 23 0 0 0-3.392 0A23 23 0 0 0 8.609 12a23 23 0 0 0 1.696 2.938m5.852-4.728q.143-.385.263-.761a18 18 0 0 0-.79-.153a25 25 0 0 1 .527.914M6.131 9.837q-.51.165-.964.36c-1.465.628-2.166 1.338-2.166 1.803s.7 1.175 2.166 1.803q.454.195.964.36c.222-.7.497-1.426.825-2.163a21 21 0 0 1-.825-2.163m1.45-.388q.121.375.264.76a25 25 0 0 1 .528-.913q-.405.069-.791.153m10.29 4.714q.51-.165.964-.36C20.3 13.175 21 12.465 21 12s-.7-1.175-2.166-1.803q-.454-.195-.965-.36c-.22.7-.496 1.426-.824 2.163c.328.737.603 1.463.825 2.163m-1.45.389q-.122-.377-.264-.762a25 25 0 0 1-.528.914q.405-.07.791-.152"/></svg>
React
import type { SVGProps } from "react";
export function RiReactjsLine(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="M12.001 13.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m-.528 2.994q.262.316.528.609q.266-.292.528-.609a25 25 0 0 1-1.056 0m-1.995-.125a21 21 0 0 1-2.285-.367q-.113.525-.17 1.015c-.19 1.583.075 2.545.478 2.777s1.368-.019 2.645-.974q.395-.296.794-.655a21 21 0 0 1-1.462-1.796m7.331-.367a21 21 0 0 1-2.285.367a21 21 0 0 1-1.462 1.796q.4.36.794.655c1.277.955 2.242 1.207 2.645.974c.403-.232.667-1.194.479-2.777a11 11 0 0 0-.17-1.015m1.45-.388c.577 2.639.274 4.74-1.008 5.48s-3.253-.048-5.25-1.867c-1.997 1.819-3.968 2.606-5.25 1.866s-1.585-2.84-1.009-5.48C3.168 14.794 1.501 13.48 1.501 12s1.667-2.793 4.241-3.613c-.576-2.64-.273-4.74 1.009-5.48s3.253.047 5.25 1.866c1.997-1.819 3.968-2.606 5.25-1.866s1.585 2.84 1.009 5.48c2.573.82 4.24 2.133 4.24 3.613s-1.668 2.794-4.241 3.614m-7.32-9.779q-.398-.359-.793-.655C8.869 4.225 7.904 3.973 7.5 4.206c-.403.232-.667 1.194-.479 2.778q.06.49.17 1.015a21 21 0 0 1 2.286-.368q.714-.981 1.462-1.796m3.585 1.796a21 21 0 0 1 2.285.368q.113-.526.17-1.015c.19-1.584-.075-2.546-.478-2.778s-1.368.019-2.645.974q-.395.296-.794.655q.748.815 1.462 1.796m-1.995-.125q-.262-.316-.528-.609q-.265.293-.528.609a25 25 0 0 1 1.056 0m-4.156 7.198a25 25 0 0 1-.528-.914q-.143.385-.263.762q.386.083.79.152m1.932.234a23 23 0 0 0 3.392 0A23 23 0 0 0 15.393 12a23 23 0 0 0-1.696-2.938a23 23 0 0 0-3.392 0A23 23 0 0 0 8.609 12a23 23 0 0 0 1.696 2.938m5.852-4.728q.143-.385.263-.761a18 18 0 0 0-.79-.153a25 25 0 0 1 .527.914M6.131 9.837q-.51.165-.964.36c-1.465.628-2.166 1.338-2.166 1.803s.7 1.175 2.166 1.803q.454.195.964.36c.222-.7.497-1.426.825-2.163a21 21 0 0 1-.825-2.163m1.45-.388q.121.375.264.76a25 25 0 0 1 .528-.913q-.405.069-.791.153m10.29 4.714q.51-.165.964-.36C20.3 13.175 21 12.465 21 12s-.7-1.175-2.166-1.803q-.454-.195-.965-.36c-.22.7-.496 1.426-.824 2.163c.328.737.603 1.463.825 2.163m-1.45.389q-.122-.377-.264-.762a25 25 0 0 1-.528.914q.405-.07.791-.152"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.001 13.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m-.528 2.994q.262.316.528.609q.266-.292.528-.609a25 25 0 0 1-1.056 0m-1.995-.125a21 21 0 0 1-2.285-.367q-.113.525-.17 1.015c-.19 1.583.075 2.545.478 2.777s1.368-.019 2.645-.974q.395-.296.794-.655a21 21 0 0 1-1.462-1.796m7.331-.367a21 21 0 0 1-2.285.367a21 21 0 0 1-1.462 1.796q.4.36.794.655c1.277.955 2.242 1.207 2.645.974c.403-.232.667-1.194.479-2.777a11 11 0 0 0-.17-1.015m1.45-.388c.577 2.639.274 4.74-1.008 5.48s-3.253-.048-5.25-1.867c-1.997 1.819-3.968 2.606-5.25 1.866s-1.585-2.84-1.009-5.48C3.168 14.794 1.501 13.48 1.501 12s1.667-2.793 4.241-3.613c-.576-2.64-.273-4.74 1.009-5.48s3.253.047 5.25 1.866c1.997-1.819 3.968-2.606 5.25-1.866s1.585 2.84 1.009 5.48c2.573.82 4.24 2.133 4.24 3.613s-1.668 2.794-4.241 3.614m-7.32-9.779q-.398-.359-.793-.655C8.869 4.225 7.904 3.973 7.5 4.206c-.403.232-.667 1.194-.479 2.778q.06.49.17 1.015a21 21 0 0 1 2.286-.368q.714-.981 1.462-1.796m3.585 1.796a21 21 0 0 1 2.285.368q.113-.526.17-1.015c.19-1.584-.075-2.546-.478-2.778s-1.368.019-2.645.974q-.395.296-.794.655q.748.815 1.462 1.796m-1.995-.125q-.262-.316-.528-.609q-.265.293-.528.609a25 25 0 0 1 1.056 0m-4.156 7.198a25 25 0 0 1-.528-.914q-.143.385-.263.762q.386.083.79.152m1.932.234a23 23 0 0 0 3.392 0A23 23 0 0 0 15.393 12a23 23 0 0 0-1.696-2.938a23 23 0 0 0-3.392 0A23 23 0 0 0 8.609 12a23 23 0 0 0 1.696 2.938m5.852-4.728q.143-.385.263-.761a18 18 0 0 0-.79-.153a25 25 0 0 1 .527.914M6.131 9.837q-.51.165-.964.36c-1.465.628-2.166 1.338-2.166 1.803s.7 1.175 2.166 1.803q.454.195.964.36c.222-.7.497-1.426.825-2.163a21 21 0 0 1-.825-2.163m1.45-.388q.121.375.264.76a25 25 0 0 1 .528-.913q-.405.069-.791.153m10.29 4.714q.51-.165.964-.36C20.3 13.175 21 12.465 21 12s-.7-1.175-2.166-1.803q-.454-.195-.965-.36c-.22.7-.496 1.426-.824 2.163c.328.737.603 1.463.825 2.163m-1.45.389q-.122-.377-.264-.762a25 25 0 0 1-.528.914q.405-.07.791-.152"/></svg> </template>
CSS
.icon-reactjs-line {
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%22M12.001%2013.5a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203m-.528%202.994q.262.316.528.609q.266-.292.528-.609a25%2025%200%200%201-1.056%200m-1.995-.125a21%2021%200%200%201-2.285-.367q-.113.525-.17%201.015c-.19%201.583.075%202.545.478%202.777s1.368-.019%202.645-.974q.395-.296.794-.655a21%2021%200%200%201-1.462-1.796m7.331-.367a21%2021%200%200%201-2.285.367a21%2021%200%200%201-1.462%201.796q.4.36.794.655c1.277.955%202.242%201.207%202.645.974c.403-.232.667-1.194.479-2.777a11%2011%200%200%200-.17-1.015m1.45-.388c.577%202.639.274%204.74-1.008%205.48s-3.253-.048-5.25-1.867c-1.997%201.819-3.968%202.606-5.25%201.866s-1.585-2.84-1.009-5.48C3.168%2014.794%201.501%2013.48%201.501%2012s1.667-2.793%204.241-3.613c-.576-2.64-.273-4.74%201.009-5.48s3.253.047%205.25%201.866c1.997-1.819%203.968-2.606%205.25-1.866s1.585%202.84%201.009%205.48c2.573.82%204.24%202.133%204.24%203.613s-1.668%202.794-4.241%203.614m-7.32-9.779q-.398-.359-.793-.655C8.869%204.225%207.904%203.973%207.5%204.206c-.403.232-.667%201.194-.479%202.778q.06.49.17%201.015a21%2021%200%200%201%202.286-.368q.714-.981%201.462-1.796m3.585%201.796a21%2021%200%200%201%202.285.368q.113-.526.17-1.015c.19-1.584-.075-2.546-.478-2.778s-1.368.019-2.645.974q-.395.296-.794.655q.748.815%201.462%201.796m-1.995-.125q-.262-.316-.528-.609q-.265.293-.528.609a25%2025%200%200%201%201.056%200m-4.156%207.198a25%2025%200%200%201-.528-.914q-.143.385-.263.762q.386.083.79.152m1.932.234a23%2023%200%200%200%203.392%200A23%2023%200%200%200%2015.393%2012a23%2023%200%200%200-1.696-2.938a23%2023%200%200%200-3.392%200A23%2023%200%200%200%208.609%2012a23%2023%200%200%200%201.696%202.938m5.852-4.728q.143-.385.263-.761a18%2018%200%200%200-.79-.153a25%2025%200%200%201%20.527.914M6.131%209.837q-.51.165-.964.36c-1.465.628-2.166%201.338-2.166%201.803s.7%201.175%202.166%201.803q.454.195.964.36c.222-.7.497-1.426.825-2.163a21%2021%200%200%201-.825-2.163m1.45-.388q.121.375.264.76a25%2025%200%200%201%20.528-.913q-.405.069-.791.153m10.29%204.714q.51-.165.964-.36C20.3%2013.175%2021%2012.465%2021%2012s-.7-1.175-2.166-1.803q-.454-.195-.965-.36c-.22.7-.496%201.426-.824%202.163c.328.737.603%201.463.825%202.163m-1.45.389q-.122-.377-.264-.762a25%2025%200%200%201-.528.914q.405-.07.791-.152%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%22M12.001%2013.5a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203m-.528%202.994q.262.316.528.609q.266-.292.528-.609a25%2025%200%200%201-1.056%200m-1.995-.125a21%2021%200%200%201-2.285-.367q-.113.525-.17%201.015c-.19%201.583.075%202.545.478%202.777s1.368-.019%202.645-.974q.395-.296.794-.655a21%2021%200%200%201-1.462-1.796m7.331-.367a21%2021%200%200%201-2.285.367a21%2021%200%200%201-1.462%201.796q.4.36.794.655c1.277.955%202.242%201.207%202.645.974c.403-.232.667-1.194.479-2.777a11%2011%200%200%200-.17-1.015m1.45-.388c.577%202.639.274%204.74-1.008%205.48s-3.253-.048-5.25-1.867c-1.997%201.819-3.968%202.606-5.25%201.866s-1.585-2.84-1.009-5.48C3.168%2014.794%201.501%2013.48%201.501%2012s1.667-2.793%204.241-3.613c-.576-2.64-.273-4.74%201.009-5.48s3.253.047%205.25%201.866c1.997-1.819%203.968-2.606%205.25-1.866s1.585%202.84%201.009%205.48c2.573.82%204.24%202.133%204.24%203.613s-1.668%202.794-4.241%203.614m-7.32-9.779q-.398-.359-.793-.655C8.869%204.225%207.904%203.973%207.5%204.206c-.403.232-.667%201.194-.479%202.778q.06.49.17%201.015a21%2021%200%200%201%202.286-.368q.714-.981%201.462-1.796m3.585%201.796a21%2021%200%200%201%202.285.368q.113-.526.17-1.015c.19-1.584-.075-2.546-.478-2.778s-1.368.019-2.645.974q-.395.296-.794.655q.748.815%201.462%201.796m-1.995-.125q-.262-.316-.528-.609q-.265.293-.528.609a25%2025%200%200%201%201.056%200m-4.156%207.198a25%2025%200%200%201-.528-.914q-.143.385-.263.762q.386.083.79.152m1.932.234a23%2023%200%200%200%203.392%200A23%2023%200%200%200%2015.393%2012a23%2023%200%200%200-1.696-2.938a23%2023%200%200%200-3.392%200A23%2023%200%200%200%208.609%2012a23%2023%200%200%200%201.696%202.938m5.852-4.728q.143-.385.263-.761a18%2018%200%200%200-.79-.153a25%2025%200%200%201%20.527.914M6.131%209.837q-.51.165-.964.36c-1.465.628-2.166%201.338-2.166%201.803s.7%201.175%202.166%201.803q.454.195.964.36c.222-.7.497-1.426.825-2.163a21%2021%200%200%201-.825-2.163m1.45-.388q.121.375.264.76a25%2025%200%200%201%20.528-.913q-.405.069-.791.153m10.29%204.714q.51-.165.964-.36C20.3%2013.175%2021%2012.465%2021%2012s-.7-1.175-2.166-1.803q-.454-.195-.965-.36c-.22.7-.496%201.426-.824%202.163c.328.737.603%201.463.825%202.163m-1.45.389q-.122-.377-.264-.762a25%2025%200%200%201-.528.914q.405-.07.791-.152%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/reactjs-line.svg?color=%231a73e8&size=48