reddit icon
reddit from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
reddit-fillAkar Iconsreddit-outlinedAnt Design IconsredditBootstrap IconsredditBoxicons BrandsredditCoreUI BrandsredditFont Awesome 6 BrandsredditFont Awesome Brandsreddit-solidFlowbite IconsredditHuge IconsredditJam IconsredditMaterial Line IconsredditSVG LogosredditMage IconsredditMaterial Design Iconsreddit-fillMingCute IconredditOpenMojiredditPrime Iconsreddit-fillRemix IconredditSimple Iconsreddit-outlineTeenyicons
More other icons from Line Awesome
Use the reddit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.656 4C16.56 4 15 5.707 15 7.656v3.375c-2.758.145-5.258.875-7.281 2.031C6.945 12.316 5.914 12 4.906 12c-1.09 0-2.199.355-2.968 1.219v.031l-.032.031c-.738.922-1.039 2.153-.843 3.375a4.44 4.44 0 0 0 1.968 3C3.023 19.77 3 19.883 3 20c0 2.605 1.574 4.887 3.938 6.469C9.3 28.05 12.488 29 16 29s6.7-.95 9.063-2.531C27.425 24.887 29 22.605 29 20c0-.117-.023-.23-.031-.344a4.44 4.44 0 0 0 1.968-3c.196-1.222-.105-2.453-.843-3.375l-.032-.031c-.769-.863-1.878-1.25-2.968-1.25c-1.008 0-2.04.316-2.813 1.063c-2.023-1.157-4.523-1.887-7.281-2.032V7.656C17 6.676 17.559 6 18.656 6c.52 0 1.164.246 2.157.594c.843.297 1.937.625 3.343.718C24.496 8.29 25.414 9 26.5 9C27.875 9 29 7.875 29 6.5S27.875 4 26.5 4c-.945 0-1.762.535-2.188 1.313c-1.199-.07-2.066-.32-2.843-.594C20.566 4.402 19.734 4 18.656 4M16 13c3.152 0 5.965.867 7.938 2.188C25.91 16.508 27 18.203 27 20s-1.09 3.492-3.063 4.813C21.965 26.133 19.152 27 16 27s-5.965-.867-7.938-2.188C6.09 23.492 5 21.797 5 20s1.09-3.492 3.063-4.813C10.034 13.867 12.848 13 16 13M4.906 14c.38 0 .754.094 1.063.25c-1.086.91-1.93 1.992-2.438 3.188a2.36 2.36 0 0 1-.469-1.094c-.109-.672.086-1.367.407-1.782c.004-.007-.004-.023 0-.03c.304-.321.844-.532 1.437-.532m22.188 0c.593 0 1.133.21 1.437.531c.004.004-.004.028 0 .031c.32.415.516 1.11.407 1.782a2.35 2.35 0 0 1-.47 1.093c-.507-1.195-1.35-2.277-2.437-3.187c.309-.156.684-.25 1.063-.25M11 16a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m10 0a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m.25 5.531c-1.148 1.067-3.078 1.75-5.25 1.75s-4.102-.691-5.25-1.625C11.39 23.391 13.445 25 16 25s4.61-1.602 5.25-3.469"/></svg>
React
import type { SVGProps } from "react";
export function LaReddit(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="M18.656 4C16.56 4 15 5.707 15 7.656v3.375c-2.758.145-5.258.875-7.281 2.031C6.945 12.316 5.914 12 4.906 12c-1.09 0-2.199.355-2.968 1.219v.031l-.032.031c-.738.922-1.039 2.153-.843 3.375a4.44 4.44 0 0 0 1.968 3C3.023 19.77 3 19.883 3 20c0 2.605 1.574 4.887 3.938 6.469C9.3 28.05 12.488 29 16 29s6.7-.95 9.063-2.531C27.425 24.887 29 22.605 29 20c0-.117-.023-.23-.031-.344a4.44 4.44 0 0 0 1.968-3c.196-1.222-.105-2.453-.843-3.375l-.032-.031c-.769-.863-1.878-1.25-2.968-1.25c-1.008 0-2.04.316-2.813 1.063c-2.023-1.157-4.523-1.887-7.281-2.032V7.656C17 6.676 17.559 6 18.656 6c.52 0 1.164.246 2.157.594c.843.297 1.937.625 3.343.718C24.496 8.29 25.414 9 26.5 9C27.875 9 29 7.875 29 6.5S27.875 4 26.5 4c-.945 0-1.762.535-2.188 1.313c-1.199-.07-2.066-.32-2.843-.594C20.566 4.402 19.734 4 18.656 4M16 13c3.152 0 5.965.867 7.938 2.188C25.91 16.508 27 18.203 27 20s-1.09 3.492-3.063 4.813C21.965 26.133 19.152 27 16 27s-5.965-.867-7.938-2.188C6.09 23.492 5 21.797 5 20s1.09-3.492 3.063-4.813C10.034 13.867 12.848 13 16 13M4.906 14c.38 0 .754.094 1.063.25c-1.086.91-1.93 1.992-2.438 3.188a2.36 2.36 0 0 1-.469-1.094c-.109-.672.086-1.367.407-1.782c.004-.007-.004-.023 0-.03c.304-.321.844-.532 1.437-.532m22.188 0c.593 0 1.133.21 1.437.531c.004.004-.004.028 0 .031c.32.415.516 1.11.407 1.782a2.35 2.35 0 0 1-.47 1.093c-.507-1.195-1.35-2.277-2.437-3.187c.309-.156.684-.25 1.063-.25M11 16a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m10 0a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m.25 5.531c-1.148 1.067-3.078 1.75-5.25 1.75s-4.102-.691-5.25-1.625C11.39 23.391 13.445 25 16 25s4.61-1.602 5.25-3.469"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.656 4C16.56 4 15 5.707 15 7.656v3.375c-2.758.145-5.258.875-7.281 2.031C6.945 12.316 5.914 12 4.906 12c-1.09 0-2.199.355-2.968 1.219v.031l-.032.031c-.738.922-1.039 2.153-.843 3.375a4.44 4.44 0 0 0 1.968 3C3.023 19.77 3 19.883 3 20c0 2.605 1.574 4.887 3.938 6.469C9.3 28.05 12.488 29 16 29s6.7-.95 9.063-2.531C27.425 24.887 29 22.605 29 20c0-.117-.023-.23-.031-.344a4.44 4.44 0 0 0 1.968-3c.196-1.222-.105-2.453-.843-3.375l-.032-.031c-.769-.863-1.878-1.25-2.968-1.25c-1.008 0-2.04.316-2.813 1.063c-2.023-1.157-4.523-1.887-7.281-2.032V7.656C17 6.676 17.559 6 18.656 6c.52 0 1.164.246 2.157.594c.843.297 1.937.625 3.343.718C24.496 8.29 25.414 9 26.5 9C27.875 9 29 7.875 29 6.5S27.875 4 26.5 4c-.945 0-1.762.535-2.188 1.313c-1.199-.07-2.066-.32-2.843-.594C20.566 4.402 19.734 4 18.656 4M16 13c3.152 0 5.965.867 7.938 2.188C25.91 16.508 27 18.203 27 20s-1.09 3.492-3.063 4.813C21.965 26.133 19.152 27 16 27s-5.965-.867-7.938-2.188C6.09 23.492 5 21.797 5 20s1.09-3.492 3.063-4.813C10.034 13.867 12.848 13 16 13M4.906 14c.38 0 .754.094 1.063.25c-1.086.91-1.93 1.992-2.438 3.188a2.36 2.36 0 0 1-.469-1.094c-.109-.672.086-1.367.407-1.782c.004-.007-.004-.023 0-.03c.304-.321.844-.532 1.437-.532m22.188 0c.593 0 1.133.21 1.437.531c.004.004-.004.028 0 .031c.32.415.516 1.11.407 1.782a2.35 2.35 0 0 1-.47 1.093c-.507-1.195-1.35-2.277-2.437-3.187c.309-.156.684-.25 1.063-.25M11 16a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m10 0a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m.25 5.531c-1.148 1.067-3.078 1.75-5.25 1.75s-4.102-.691-5.25-1.625C11.39 23.391 13.445 25 16 25s4.61-1.602 5.25-3.469"/></svg> </template>
CSS
.icon-reddit {
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%22M18.656%204C16.56%204%2015%205.707%2015%207.656v3.375c-2.758.145-5.258.875-7.281%202.031C6.945%2012.316%205.914%2012%204.906%2012c-1.09%200-2.199.355-2.968%201.219v.031l-.032.031c-.738.922-1.039%202.153-.843%203.375a4.44%204.44%200%200%200%201.968%203C3.023%2019.77%203%2019.883%203%2020c0%202.605%201.574%204.887%203.938%206.469C9.3%2028.05%2012.488%2029%2016%2029s6.7-.95%209.063-2.531C27.425%2024.887%2029%2022.605%2029%2020c0-.117-.023-.23-.031-.344a4.44%204.44%200%200%200%201.968-3c.196-1.222-.105-2.453-.843-3.375l-.032-.031c-.769-.863-1.878-1.25-2.968-1.25c-1.008%200-2.04.316-2.813%201.063c-2.023-1.157-4.523-1.887-7.281-2.032V7.656C17%206.676%2017.559%206%2018.656%206c.52%200%201.164.246%202.157.594c.843.297%201.937.625%203.343.718C24.496%208.29%2025.414%209%2026.5%209C27.875%209%2029%207.875%2029%206.5S27.875%204%2026.5%204c-.945%200-1.762.535-2.188%201.313c-1.199-.07-2.066-.32-2.843-.594C20.566%204.402%2019.734%204%2018.656%204M16%2013c3.152%200%205.965.867%207.938%202.188C25.91%2016.508%2027%2018.203%2027%2020s-1.09%203.492-3.063%204.813C21.965%2026.133%2019.152%2027%2016%2027s-5.965-.867-7.938-2.188C6.09%2023.492%205%2021.797%205%2020s1.09-3.492%203.063-4.813C10.034%2013.867%2012.848%2013%2016%2013M4.906%2014c.38%200%20.754.094%201.063.25c-1.086.91-1.93%201.992-2.438%203.188a2.36%202.36%200%200%201-.469-1.094c-.109-.672.086-1.367.407-1.782c.004-.007-.004-.023%200-.03c.304-.321.844-.532%201.437-.532m22.188%200c.593%200%201.133.21%201.437.531c.004.004-.004.028%200%20.031c.32.415.516%201.11.407%201.782a2.35%202.35%200%200%201-.47%201.093c-.507-1.195-1.35-2.277-2.437-3.187c.309-.156.684-.25%201.063-.25M11%2016a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m10%200a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m.25%205.531c-1.148%201.067-3.078%201.75-5.25%201.75s-4.102-.691-5.25-1.625C11.39%2023.391%2013.445%2025%2016%2025s4.61-1.602%205.25-3.469%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%22M18.656%204C16.56%204%2015%205.707%2015%207.656v3.375c-2.758.145-5.258.875-7.281%202.031C6.945%2012.316%205.914%2012%204.906%2012c-1.09%200-2.199.355-2.968%201.219v.031l-.032.031c-.738.922-1.039%202.153-.843%203.375a4.44%204.44%200%200%200%201.968%203C3.023%2019.77%203%2019.883%203%2020c0%202.605%201.574%204.887%203.938%206.469C9.3%2028.05%2012.488%2029%2016%2029s6.7-.95%209.063-2.531C27.425%2024.887%2029%2022.605%2029%2020c0-.117-.023-.23-.031-.344a4.44%204.44%200%200%200%201.968-3c.196-1.222-.105-2.453-.843-3.375l-.032-.031c-.769-.863-1.878-1.25-2.968-1.25c-1.008%200-2.04.316-2.813%201.063c-2.023-1.157-4.523-1.887-7.281-2.032V7.656C17%206.676%2017.559%206%2018.656%206c.52%200%201.164.246%202.157.594c.843.297%201.937.625%203.343.718C24.496%208.29%2025.414%209%2026.5%209C27.875%209%2029%207.875%2029%206.5S27.875%204%2026.5%204c-.945%200-1.762.535-2.188%201.313c-1.199-.07-2.066-.32-2.843-.594C20.566%204.402%2019.734%204%2018.656%204M16%2013c3.152%200%205.965.867%207.938%202.188C25.91%2016.508%2027%2018.203%2027%2020s-1.09%203.492-3.063%204.813C21.965%2026.133%2019.152%2027%2016%2027s-5.965-.867-7.938-2.188C6.09%2023.492%205%2021.797%205%2020s1.09-3.492%203.063-4.813C10.034%2013.867%2012.848%2013%2016%2013M4.906%2014c.38%200%20.754.094%201.063.25c-1.086.91-1.93%201.992-2.438%203.188a2.36%202.36%200%200%201-.469-1.094c-.109-.672.086-1.367.407-1.782c.004-.007-.004-.023%200-.03c.304-.321.844-.532%201.437-.532m22.188%200c.593%200%201.133.21%201.437.531c.004.004-.004.028%200%20.031c.32.415.516%201.11.407%201.782a2.35%202.35%200%200%201-.47%201.093c-.507-1.195-1.35-2.277-2.437-3.187c.309-.156.684-.25%201.063-.25M11%2016a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m10%200a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m.25%205.531c-1.148%201.067-3.078%201.75-5.25%201.75s-4.102-.691-5.25-1.625C11.39%2023.391%2013.445%2025%2016%2025s4.61-1.602%205.25-3.469%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/reddit.svg?color=%231a73e8&size=48