rose icon
rose from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- rose
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Use the rose icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M429.55 119.49a16 16 0 0 0-17.06-7.1c-18.64 4.19-37.06 9-54.73 14.22c-35.06 10.39-69.33 23.92-107.85 42.59c-18.62 9.05-26 13.35-48 26.13l-4.5 2.67c-32.95 19-57.09 40-73.79 64.29C105.29 288.89 96 320 96 354.64c0 40.74 15.71 77.1 44.24 102.37C169 482.52 209.06 496 256 496c46.76 0 86.89-14.33 116-41.43c28.35-26.35 44-63.39 44-104.29c0-25-6.19-47-12.17-68.22c-12.59-44.69-23.46-83.29 24.71-144.13a16 16 0 0 0 1.01-18.44m-210.55.06C168.46 92.08 101.46 80.69 98.63 80.22A16 16 0 0 0 81 90.55a16.47 16.47 0 0 0 3.79 16.84c31.84 33.78 32.86 68.79 28.65 104.63a4.45 4.45 0 0 0 2.5 4.54a4.44 4.44 0 0 0 5.08-.9c16.39-16.51 36.37-31.52 60.4-45.39l4.48-2.6C208 154.8 216.23 150 236 140.41l2.69-1.3a4 4 0 0 0 .64-6.83A179 179 0 0 0 219 119.55m15.26-28.1c3.44 1.87 7.09 4 10.9 6.29a189.3 189.3 0 0 1 29.57 22.39a4 4 0 0 0 4.28.76a672 672 0 0 1 69.65-25q7-2.07 14.08-4a4 4 0 0 0 2.53-5.62c-8.27-16.83-14.67-28.9-15.15-29.79A16 16 0 0 0 336 48c-1.91 0-33.28.36-76.87 21.3a279 279 0 0 0-26.39 14.51a4 4 0 0 0 .22 6.94Zm-24.93-30.66c7.3-4.77 14.74-9.22 22.25-13.31a2 2 0 0 0 .24-3.36c-26-19.57-49.73-27-51.15-27.42a16 16 0 0 0-17.56 5.82a217.6 217.6 0 0 0-19.28 32.38a2 2 0 0 0 1.29 2.81c13.61 3.57 29.4 8.29 45.61 14.29a2 2 0 0 0 1.79-.2Z"/></svg>
React
import type { SVGProps } from "react";
export function IonRose(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M429.55 119.49a16 16 0 0 0-17.06-7.1c-18.64 4.19-37.06 9-54.73 14.22c-35.06 10.39-69.33 23.92-107.85 42.59c-18.62 9.05-26 13.35-48 26.13l-4.5 2.67c-32.95 19-57.09 40-73.79 64.29C105.29 288.89 96 320 96 354.64c0 40.74 15.71 77.1 44.24 102.37C169 482.52 209.06 496 256 496c46.76 0 86.89-14.33 116-41.43c28.35-26.35 44-63.39 44-104.29c0-25-6.19-47-12.17-68.22c-12.59-44.69-23.46-83.29 24.71-144.13a16 16 0 0 0 1.01-18.44m-210.55.06C168.46 92.08 101.46 80.69 98.63 80.22A16 16 0 0 0 81 90.55a16.47 16.47 0 0 0 3.79 16.84c31.84 33.78 32.86 68.79 28.65 104.63a4.45 4.45 0 0 0 2.5 4.54a4.44 4.44 0 0 0 5.08-.9c16.39-16.51 36.37-31.52 60.4-45.39l4.48-2.6C208 154.8 216.23 150 236 140.41l2.69-1.3a4 4 0 0 0 .64-6.83A179 179 0 0 0 219 119.55m15.26-28.1c3.44 1.87 7.09 4 10.9 6.29a189.3 189.3 0 0 1 29.57 22.39a4 4 0 0 0 4.28.76a672 672 0 0 1 69.65-25q7-2.07 14.08-4a4 4 0 0 0 2.53-5.62c-8.27-16.83-14.67-28.9-15.15-29.79A16 16 0 0 0 336 48c-1.91 0-33.28.36-76.87 21.3a279 279 0 0 0-26.39 14.51a4 4 0 0 0 .22 6.94Zm-24.93-30.66c7.3-4.77 14.74-9.22 22.25-13.31a2 2 0 0 0 .24-3.36c-26-19.57-49.73-27-51.15-27.42a16 16 0 0 0-17.56 5.82a217.6 217.6 0 0 0-19.28 32.38a2 2 0 0 0 1.29 2.81c13.61 3.57 29.4 8.29 45.61 14.29a2 2 0 0 0 1.79-.2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M429.55 119.49a16 16 0 0 0-17.06-7.1c-18.64 4.19-37.06 9-54.73 14.22c-35.06 10.39-69.33 23.92-107.85 42.59c-18.62 9.05-26 13.35-48 26.13l-4.5 2.67c-32.95 19-57.09 40-73.79 64.29C105.29 288.89 96 320 96 354.64c0 40.74 15.71 77.1 44.24 102.37C169 482.52 209.06 496 256 496c46.76 0 86.89-14.33 116-41.43c28.35-26.35 44-63.39 44-104.29c0-25-6.19-47-12.17-68.22c-12.59-44.69-23.46-83.29 24.71-144.13a16 16 0 0 0 1.01-18.44m-210.55.06C168.46 92.08 101.46 80.69 98.63 80.22A16 16 0 0 0 81 90.55a16.47 16.47 0 0 0 3.79 16.84c31.84 33.78 32.86 68.79 28.65 104.63a4.45 4.45 0 0 0 2.5 4.54a4.44 4.44 0 0 0 5.08-.9c16.39-16.51 36.37-31.52 60.4-45.39l4.48-2.6C208 154.8 216.23 150 236 140.41l2.69-1.3a4 4 0 0 0 .64-6.83A179 179 0 0 0 219 119.55m15.26-28.1c3.44 1.87 7.09 4 10.9 6.29a189.3 189.3 0 0 1 29.57 22.39a4 4 0 0 0 4.28.76a672 672 0 0 1 69.65-25q7-2.07 14.08-4a4 4 0 0 0 2.53-5.62c-8.27-16.83-14.67-28.9-15.15-29.79A16 16 0 0 0 336 48c-1.91 0-33.28.36-76.87 21.3a279 279 0 0 0-26.39 14.51a4 4 0 0 0 .22 6.94Zm-24.93-30.66c7.3-4.77 14.74-9.22 22.25-13.31a2 2 0 0 0 .24-3.36c-26-19.57-49.73-27-51.15-27.42a16 16 0 0 0-17.56 5.82a217.6 217.6 0 0 0-19.28 32.38a2 2 0 0 0 1.29 2.81c13.61 3.57 29.4 8.29 45.61 14.29a2 2 0 0 0 1.79-.2Z"/></svg> </template>
CSS
.icon-rose {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M429.55%20119.49a16%2016%200%200%200-17.06-7.1c-18.64%204.19-37.06%209-54.73%2014.22c-35.06%2010.39-69.33%2023.92-107.85%2042.59c-18.62%209.05-26%2013.35-48%2026.13l-4.5%202.67c-32.95%2019-57.09%2040-73.79%2064.29C105.29%20288.89%2096%20320%2096%20354.64c0%2040.74%2015.71%2077.1%2044.24%20102.37C169%20482.52%20209.06%20496%20256%20496c46.76%200%2086.89-14.33%20116-41.43c28.35-26.35%2044-63.39%2044-104.29c0-25-6.19-47-12.17-68.22c-12.59-44.69-23.46-83.29%2024.71-144.13a16%2016%200%200%200%201.01-18.44m-210.55.06C168.46%2092.08%20101.46%2080.69%2098.63%2080.22A16%2016%200%200%200%2081%2090.55a16.47%2016.47%200%200%200%203.79%2016.84c31.84%2033.78%2032.86%2068.79%2028.65%20104.63a4.45%204.45%200%200%200%202.5%204.54a4.44%204.44%200%200%200%205.08-.9c16.39-16.51%2036.37-31.52%2060.4-45.39l4.48-2.6C208%20154.8%20216.23%20150%20236%20140.41l2.69-1.3a4%204%200%200%200%20.64-6.83A179%20179%200%200%200%20219%20119.55m15.26-28.1c3.44%201.87%207.09%204%2010.9%206.29a189.3%20189.3%200%200%201%2029.57%2022.39a4%204%200%200%200%204.28.76a672%20672%200%200%201%2069.65-25q7-2.07%2014.08-4a4%204%200%200%200%202.53-5.62c-8.27-16.83-14.67-28.9-15.15-29.79A16%2016%200%200%200%20336%2048c-1.91%200-33.28.36-76.87%2021.3a279%20279%200%200%200-26.39%2014.51a4%204%200%200%200%20.22%206.94Zm-24.93-30.66c7.3-4.77%2014.74-9.22%2022.25-13.31a2%202%200%200%200%20.24-3.36c-26-19.57-49.73-27-51.15-27.42a16%2016%200%200%200-17.56%205.82a217.6%20217.6%200%200%200-19.28%2032.38a2%202%200%200%200%201.29%202.81c13.61%203.57%2029.4%208.29%2045.61%2014.29a2%202%200%200%200%201.79-.2Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M429.55%20119.49a16%2016%200%200%200-17.06-7.1c-18.64%204.19-37.06%209-54.73%2014.22c-35.06%2010.39-69.33%2023.92-107.85%2042.59c-18.62%209.05-26%2013.35-48%2026.13l-4.5%202.67c-32.95%2019-57.09%2040-73.79%2064.29C105.29%20288.89%2096%20320%2096%20354.64c0%2040.74%2015.71%2077.1%2044.24%20102.37C169%20482.52%20209.06%20496%20256%20496c46.76%200%2086.89-14.33%20116-41.43c28.35-26.35%2044-63.39%2044-104.29c0-25-6.19-47-12.17-68.22c-12.59-44.69-23.46-83.29%2024.71-144.13a16%2016%200%200%200%201.01-18.44m-210.55.06C168.46%2092.08%20101.46%2080.69%2098.63%2080.22A16%2016%200%200%200%2081%2090.55a16.47%2016.47%200%200%200%203.79%2016.84c31.84%2033.78%2032.86%2068.79%2028.65%20104.63a4.45%204.45%200%200%200%202.5%204.54a4.44%204.44%200%200%200%205.08-.9c16.39-16.51%2036.37-31.52%2060.4-45.39l4.48-2.6C208%20154.8%20216.23%20150%20236%20140.41l2.69-1.3a4%204%200%200%200%20.64-6.83A179%20179%200%200%200%20219%20119.55m15.26-28.1c3.44%201.87%207.09%204%2010.9%206.29a189.3%20189.3%200%200%201%2029.57%2022.39a4%204%200%200%200%204.28.76a672%20672%200%200%201%2069.65-25q7-2.07%2014.08-4a4%204%200%200%200%202.53-5.62c-8.27-16.83-14.67-28.9-15.15-29.79A16%2016%200%200%200%20336%2048c-1.91%200-33.28.36-76.87%2021.3a279%20279%200%200%200-26.39%2014.51a4%204%200%200%200%20.22%206.94Zm-24.93-30.66c7.3-4.77%2014.74-9.22%2022.25-13.31a2%202%200%200%200%20.24-3.36c-26-19.57-49.73-27-51.15-27.42a16%2016%200%200%200-17.56%205.82a217.6%20217.6%200%200%200-19.28%2032.38a2%202%200%200%200%201.29%202.81c13.61%203.57%2029.4%208.29%2045.61%2014.29a2%202%200%200%200%201.79-.2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/rose.svg?color=%231a73e8&size=48