iced logo
iced from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- iced
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the iced logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.605 0l-6.023 6.123l1.313 1.291l6.023-6.123zm-5.638.047L7.932 9.232l1.312 1.29l9.035-9.184zM9.699 1.775c-2.337 2.377-3.477 3.528-4.617 4.68a1972 1972 0 0 0-4.621 4.686l-.379.384l2.867 9.772L12.762 24l10.511-10.5l-1.3-1.3l-9.02 9.007l-1.908-6.83l5.559-5.65l-1.311-1.291l-5.559 5.65l-6.845-1.79C4.506 9.655 5.449 8.703 6.39 7.75c1.14-1.153 2.282-2.305 4.62-4.684L9.7 1.776zM21.605 6.73l-1.53 1.53l-6.458 6.565l1.313 1.291l6.45-6.558l1.528-1.528zM2.46 13.088l6.812 1.781l1.895 6.783l-6.738-1.857z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsIced(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="m22.605 0l-6.023 6.123l1.313 1.291l6.023-6.123zm-5.638.047L7.932 9.232l1.312 1.29l9.035-9.184zM9.699 1.775c-2.337 2.377-3.477 3.528-4.617 4.68a1972 1972 0 0 0-4.621 4.686l-.379.384l2.867 9.772L12.762 24l10.511-10.5l-1.3-1.3l-9.02 9.007l-1.908-6.83l5.559-5.65l-1.311-1.291l-5.559 5.65l-6.845-1.79C4.506 9.655 5.449 8.703 6.39 7.75c1.14-1.153 2.282-2.305 4.62-4.684L9.7 1.776zM21.605 6.73l-1.53 1.53l-6.458 6.565l1.313 1.291l6.45-6.558l1.528-1.528zM2.46 13.088l6.812 1.781l1.895 6.783l-6.738-1.857z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.605 0l-6.023 6.123l1.313 1.291l6.023-6.123zm-5.638.047L7.932 9.232l1.312 1.29l9.035-9.184zM9.699 1.775c-2.337 2.377-3.477 3.528-4.617 4.68a1972 1972 0 0 0-4.621 4.686l-.379.384l2.867 9.772L12.762 24l10.511-10.5l-1.3-1.3l-9.02 9.007l-1.908-6.83l5.559-5.65l-1.311-1.291l-5.559 5.65l-6.845-1.79C4.506 9.655 5.449 8.703 6.39 7.75c1.14-1.153 2.282-2.305 4.62-4.684L9.7 1.776zM21.605 6.73l-1.53 1.53l-6.458 6.565l1.313 1.291l6.45-6.558l1.528-1.528zM2.46 13.088l6.812 1.781l1.895 6.783l-6.738-1.857z"/></svg> </template>
CSS
.icon-iced {
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%22m22.605%200l-6.023%206.123l1.313%201.291l6.023-6.123zm-5.638.047L7.932%209.232l1.312%201.29l9.035-9.184zM9.699%201.775c-2.337%202.377-3.477%203.528-4.617%204.68a1972%201972%200%200%200-4.621%204.686l-.379.384l2.867%209.772L12.762%2024l10.511-10.5l-1.3-1.3l-9.02%209.007l-1.908-6.83l5.559-5.65l-1.311-1.291l-5.559%205.65l-6.845-1.79C4.506%209.655%205.449%208.703%206.39%207.75c1.14-1.153%202.282-2.305%204.62-4.684L9.7%201.776zM21.605%206.73l-1.53%201.53l-6.458%206.565l1.313%201.291l6.45-6.558l1.528-1.528zM2.46%2013.088l6.812%201.781l1.895%206.783l-6.738-1.857z%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%22m22.605%200l-6.023%206.123l1.313%201.291l6.023-6.123zm-5.638.047L7.932%209.232l1.312%201.29l9.035-9.184zM9.699%201.775c-2.337%202.377-3.477%203.528-4.617%204.68a1972%201972%200%200%200-4.621%204.686l-.379.384l2.867%209.772L12.762%2024l10.511-10.5l-1.3-1.3l-9.02%209.007l-1.908-6.83l5.559-5.65l-1.311-1.291l-5.559%205.65l-6.845-1.79C4.506%209.655%205.449%208.703%206.39%207.75c1.14-1.153%202.282-2.305%204.62-4.684L9.7%201.776zM21.605%206.73l-1.53%201.53l-6.458%206.565l1.313%201.291l6.45-6.558l1.528-1.528zM2.46%2013.088l6.812%201.781l1.895%206.783l-6.738-1.857z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/iced.svg?color=%231a73e8&size=48