reddit icon
reddit-line from Remix Icon by Remix Design · Line · Logos · Apache-2.0 Free for personal and commercial use.
- Name
- reddit-line
- Set
- Remix Icon
- Style
- Line
- Category
- Logos
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
reddit-fillAkar Iconsreddit-outlinedAnt Design IconsredditBootstrap IconsredditBoxicons BrandsredditCoreUI BrandsredditFont Awesome 6 BrandsredditFont Awesome Brandsreddit-solidFlowbite IconsredditHuge IconsredditJam IconsredditLine AwesomeredditMaterial Line IconsredditSVG LogosredditMage IconsredditMaterial Design Iconsreddit-fillMingCute IconredditOpenMojiredditPrime IconsredditSimple Iconsreddit-outlineTeenyicons
More logos icons from Remix Icon
Use the reddit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.053 7.815l.751-3.536a2 2 0 0 1 2.372-1.54l3.196.68a2 2 0 1 1-.415 1.956l-3.197-.68l-.666 3.135c1.785.137 3.558.73 5.164 1.7A3.192 3.192 0 0 1 23 12.203v.021a3.2 3.2 0 0 1-1.207 2.55l-.008.123c0 3.998-4.45 7.03-9.799 7.03c-5.333 0-9.708-3.024-9.705-6.953l-.01-.181a3.193 3.193 0 0 1 3.454-5.35a11.45 11.45 0 0 1 5.329-1.628m9.285 5.526a1.19 1.19 0 0 0 .662-1.075a1.192 1.192 0 0 0-2.016-.806l-.585.56l-.67-.455c-1.615-1.098-3.452-1.725-5.23-1.764h-1.006c-1.875.028-3.652.6-5.237 1.675l-.664.45l-.583-.55a1.192 1.192 0 1 0-1.315 1.952l.633.29l-.053.695a4 4 0 0 0 .003.584c0 2.71 3.356 5.03 7.708 5.03c4.371 0 7.799-2.336 7.802-5.107a3 3 0 0 0 0-.507l-.052-.672zM6.951 13.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m7 0a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m-1.985 5.103c-1.397 0-2.766-.37-3.881-1.21a.424.424 0 0 1 .597-.597c.945.693 2.123.99 3.269.99s2.33-.275 3.284-.959a.44.44 0 0 1 .732.206a.47.47 0 0 1-.12.423c-.683.797-2.483 1.147-3.88 1.147"/></svg>
React
import type { SVGProps } from "react";
export function RiRedditLine(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="m11.053 7.815l.751-3.536a2 2 0 0 1 2.372-1.54l3.196.68a2 2 0 1 1-.415 1.956l-3.197-.68l-.666 3.135c1.785.137 3.558.73 5.164 1.7A3.192 3.192 0 0 1 23 12.203v.021a3.2 3.2 0 0 1-1.207 2.55l-.008.123c0 3.998-4.45 7.03-9.799 7.03c-5.333 0-9.708-3.024-9.705-6.953l-.01-.181a3.193 3.193 0 0 1 3.454-5.35a11.45 11.45 0 0 1 5.329-1.628m9.285 5.526a1.19 1.19 0 0 0 .662-1.075a1.192 1.192 0 0 0-2.016-.806l-.585.56l-.67-.455c-1.615-1.098-3.452-1.725-5.23-1.764h-1.006c-1.875.028-3.652.6-5.237 1.675l-.664.45l-.583-.55a1.192 1.192 0 1 0-1.315 1.952l.633.29l-.053.695a4 4 0 0 0 .003.584c0 2.71 3.356 5.03 7.708 5.03c4.371 0 7.799-2.336 7.802-5.107a3 3 0 0 0 0-.507l-.052-.672zM6.951 13.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m7 0a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m-1.985 5.103c-1.397 0-2.766-.37-3.881-1.21a.424.424 0 0 1 .597-.597c.945.693 2.123.99 3.269.99s2.33-.275 3.284-.959a.44.44 0 0 1 .732.206a.47.47 0 0 1-.12.423c-.683.797-2.483 1.147-3.88 1.147"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.053 7.815l.751-3.536a2 2 0 0 1 2.372-1.54l3.196.68a2 2 0 1 1-.415 1.956l-3.197-.68l-.666 3.135c1.785.137 3.558.73 5.164 1.7A3.192 3.192 0 0 1 23 12.203v.021a3.2 3.2 0 0 1-1.207 2.55l-.008.123c0 3.998-4.45 7.03-9.799 7.03c-5.333 0-9.708-3.024-9.705-6.953l-.01-.181a3.193 3.193 0 0 1 3.454-5.35a11.45 11.45 0 0 1 5.329-1.628m9.285 5.526a1.19 1.19 0 0 0 .662-1.075a1.192 1.192 0 0 0-2.016-.806l-.585.56l-.67-.455c-1.615-1.098-3.452-1.725-5.23-1.764h-1.006c-1.875.028-3.652.6-5.237 1.675l-.664.45l-.583-.55a1.192 1.192 0 1 0-1.315 1.952l.633.29l-.053.695a4 4 0 0 0 .003.584c0 2.71 3.356 5.03 7.708 5.03c4.371 0 7.799-2.336 7.802-5.107a3 3 0 0 0 0-.507l-.052-.672zM6.951 13.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m7 0a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m-1.985 5.103c-1.397 0-2.766-.37-3.881-1.21a.424.424 0 0 1 .597-.597c.945.693 2.123.99 3.269.99s2.33-.275 3.284-.959a.44.44 0 0 1 .732.206a.47.47 0 0 1-.12.423c-.683.797-2.483 1.147-3.88 1.147"/></svg> </template>
CSS
.icon-reddit-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%22m11.053%207.815l.751-3.536a2%202%200%200%201%202.372-1.54l3.196.68a2%202%200%201%201-.415%201.956l-3.197-.68l-.666%203.135c1.785.137%203.558.73%205.164%201.7A3.192%203.192%200%200%201%2023%2012.203v.021a3.2%203.2%200%200%201-1.207%202.55l-.008.123c0%203.998-4.45%207.03-9.799%207.03c-5.333%200-9.708-3.024-9.705-6.953l-.01-.181a3.193%203.193%200%200%201%203.454-5.35a11.45%2011.45%200%200%201%205.329-1.628m9.285%205.526a1.19%201.19%200%200%200%20.662-1.075a1.192%201.192%200%200%200-2.016-.806l-.585.56l-.67-.455c-1.615-1.098-3.452-1.725-5.23-1.764h-1.006c-1.875.028-3.652.6-5.237%201.675l-.664.45l-.583-.55a1.192%201.192%200%201%200-1.315%201.952l.633.29l-.053.695a4%204%200%200%200%20.003.584c0%202.71%203.356%205.03%207.708%205.03c4.371%200%207.799-2.336%207.802-5.107a3%203%200%200%200%200-.507l-.052-.672zM6.951%2013.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m7%200a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m-1.985%205.103c-1.397%200-2.766-.37-3.881-1.21a.424.424%200%200%201%20.597-.597c.945.693%202.123.99%203.269.99s2.33-.275%203.284-.959a.44.44%200%200%201%20.732.206a.47.47%200%200%201-.12.423c-.683.797-2.483%201.147-3.88%201.147%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%22m11.053%207.815l.751-3.536a2%202%200%200%201%202.372-1.54l3.196.68a2%202%200%201%201-.415%201.956l-3.197-.68l-.666%203.135c1.785.137%203.558.73%205.164%201.7A3.192%203.192%200%200%201%2023%2012.203v.021a3.2%203.2%200%200%201-1.207%202.55l-.008.123c0%203.998-4.45%207.03-9.799%207.03c-5.333%200-9.708-3.024-9.705-6.953l-.01-.181a3.193%203.193%200%200%201%203.454-5.35a11.45%2011.45%200%200%201%205.329-1.628m9.285%205.526a1.19%201.19%200%200%200%20.662-1.075a1.192%201.192%200%200%200-2.016-.806l-.585.56l-.67-.455c-1.615-1.098-3.452-1.725-5.23-1.764h-1.006c-1.875.028-3.652.6-5.237%201.675l-.664.45l-.583-.55a1.192%201.192%200%201%200-1.315%201.952l.633.29l-.053.695a4%204%200%200%200%20.003.584c0%202.71%203.356%205.03%207.708%205.03c4.371%200%207.799-2.336%207.802-5.107a3%203%200%200%200%200-.507l-.052-.672zM6.951%2013.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m7%200a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m-1.985%205.103c-1.397%200-2.766-.37-3.881-1.21a.424.424%200%200%201%20.597-.597c.945.693%202.123.99%203.269.99s2.33-.275%203.284-.959a.44.44%200%200%201%20.732.206a.47.47%200%200%201-.12.423c-.683.797-2.483%201.147-3.88%201.147%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/reddit-line.svg?color=%231a73e8&size=48